diff options
Diffstat (limited to 'packages/react-shared')
-rw-r--r-- | packages/react-shared/CHANGELOG.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json new file mode 100644 index 000000000..0ad5241ce --- /dev/null +++ b/packages/react-shared/CHANGELOG.json @@ -0,0 +1,17 @@ +[ + { + "version": "0.1.0", + "changes": [ + { + "note": "Added new colors", + "pr": 468 + }, + { + "note": "Fix section and menuItem text display to replace dashes with spaces." + }, + { + "note": "Reorganized colors and added new ones" + } + ] + } +] |