From 24d819439bcbfd8c0283760a8307b85f6c3d6813 Mon Sep 17 00:00:00 2001 From: Jeremy Fuksa Date: Mon, 23 May 2022 15:03:07 +0000 Subject: [PATCH] changelog and version bump --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",