diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbb640..fefa9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ --- +## 1.47.0 - 05/23/22 + +- Removed colored static favorite star in favor of using the themeable variant of the star icon + - Consumers that are currently using the static icon should change their reference to the themeable variant, as the duplicate static replacement will be removed at some point. + ## 1.46.1 - 05/02/22 - Fixed labelling errors on trending up/down icons diff --git a/package.json b/package.json index e4aa6f7..55413b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "one-cerner-style-icons", - "version": "1.46.1", + "version": "1.47.0", "description": "One Cerner Style Icon Repository", "repository": { "type": "git",