diff --git a/CHANGELOG.md b/CHANGELOG.md index 204f006245..6e4f5fdfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.54.0-beta.9](https://github.com/open-sauced/insights/compare/v1.54.0-beta.8...v1.54.0-beta.9) (2023-06-28) + + +### πŸ• Features + +* add `FeaturedHighlightPanel` component to design system ([#1307](https://github.com/open-sauced/insights/issues/1307)) ([452213c](https://github.com/open-sauced/insights/commit/452213cc1dab7373e305c283d09458a60a64f5e3)) + ## [1.54.0-beta.8](https://github.com/open-sauced/insights/compare/v1.54.0-beta.7...v1.54.0-beta.8) (2023-06-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a7acd6a5be..c0b6b8f2b2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.54.0-beta.8", + "version": "1.54.0-beta.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.54.0-beta.8", + "version": "1.54.0-beta.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 93779ce7e6..32e48c8f62 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/insights", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "1.54.0-beta.8", + "version": "1.54.0-beta.9", "author": "TED Vortex ", "private": true, "license": "MIT",