aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-shared')
-rw-r--r--packages/react-shared/CHANGELOG.json3
-rw-r--r--packages/react-shared/CHANGELOG.md9
2 files changed, 9 insertions, 3 deletions
diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json
index 0ad5241ce..4fb786e70 100644
--- a/packages/react-shared/CHANGELOG.json
+++ b/packages/react-shared/CHANGELOG.json
@@ -12,6 +12,7 @@
{
"note": "Reorganized colors and added new ones"
}
- ]
+ ],
+ "timestamp": 1522658513
}
]
diff --git a/packages/react-shared/CHANGELOG.md b/packages/react-shared/CHANGELOG.md
index 9fffd8ea3..36e8097a8 100644
--- a/packages/react-shared/CHANGELOG.md
+++ b/packages/react-shared/CHANGELOG.md
@@ -1,6 +1,11 @@
-# CHANGELOG
+<!--
+This file is auto-generated using the monorepo-scripts package. Don't edit directly.
+Edit the package's CHANGELOG.json file only.
+-->
-## v0.1.0 - _TBD, 2018_
+CHANGELOG
+
+## v0.1.0 - _April 2, 2018_
* Added new colors (#468)
* Fix section and menuItem text display to replace dashes with spaces.