diff --git a/packages/badge/CHANGELOG.md b/packages/badge/CHANGELOG.md
index 048fb51b8a..9f27adc519 100644
--- a/packages/badge/CHANGELOG.md
+++ b/packages/badge/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [1.2.1](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-badge@1.2.0...@pluralsight/ps-design-system-badge@1.2.1) (2017-08-18)
+
+
+### Bug Fixes
+
+* **badge:** color contrast for yellow ([7fdbb57](https://github.com/pluralsight/design-system/commit/7fdbb57))
+
+
+
+
# [1.2.0](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-badge@1.1.0...@pluralsight/ps-design-system-badge@1.2.0) (2017-08-18)
diff --git a/packages/badge/package.json b/packages/badge/package.json
index 5b1a3da305..e8f9b41b30 100644
--- a/packages/badge/package.json
+++ b/packages/badge/package.json
@@ -1,6 +1,6 @@
{
"name": "@pluralsight/ps-design-system-badge",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Design System component for badge ui",
"main": "index.js",
"scripts": {
diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md
index 17f5ab46a4..1ce8523a90 100644
--- a/packages/site/CHANGELOG.md
+++ b/packages/site/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [7.3.1](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-site@7.3.0...@pluralsight/ps-design-system-site@7.3.1) (2017-08-18)
+
+
+### Bug Fixes
+
+* **site:** badge page typos ([ea57731](https://github.com/pluralsight/design-system/commit/ea57731))
+
+
+
+
# [7.3.0](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-site@7.2.0...@pluralsight/ps-design-system-site@7.3.0) (2017-08-18)
diff --git a/packages/site/package.json b/packages/site/package.json
index 62b9582d3b..e6021039e7 100644
--- a/packages/site/package.json
+++ b/packages/site/package.json
@@ -1,7 +1,7 @@
{
"name": "@pluralsight/ps-design-system-site",
"private": true,
- "version": "7.3.0",
+ "version": "7.3.1",
"description": "Reference site",
"main": "index.js",
"engines": {
@@ -15,7 +15,7 @@
"author": "jaketrent",
"license": "Apache-2.0",
"devDependencies": {
- "@pluralsight/ps-design-system-badge": "^1.2.0",
+ "@pluralsight/ps-design-system-badge": "^1.2.1",
"@pluralsight/ps-design-system-button": "^8.0.1",
"@pluralsight/ps-design-system-card": "^5.0.1",
"@pluralsight/ps-design-system-core": "^2.4.2",