diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e38e9c4..1fd2c5139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# v17.0.1 + +- [Dependencies] Remove errantly added @storybook packages from dependencies ([#799](https://github.com/curology/radiance-ui/pull/799)) + # v17.0.0 - [Theme] **BREAKING CHANGE**: Require `theme` argument to `TYPOGRAPHY_STYLE.link` ([#778](https://github.com/curology/radiance-ui/pull/778)) @@ -10,7 +14,7 @@ # v16.8.0 -- [Icons] Add BreakGlyph, CycleGlyph, CycleGlyphSecondary, FormulaChangeGlyph, HydrocortisoneGlyph, HydrocortisoneGlyphSecondary, HydroquinoneGlyph, LightbulbGlyph, MoonGlyph, MoonGlyphSecondary ([#777](https://github.com/curology/radiance-ui/pull/777)) +- [Icons] Add BreakGlyph, CycleGlyph, CycleGlyphSecondary, FormulaChangeGlyph, HydrocortisoneGlyph, HydrocortisoneGlyphSecondary, HydroquinoneGlyph, LightbulbGlyph, MoonGlyph, MoonGlyphSecondary ([#777](https://github.com/curology/radiance-ui/pull/777)) # v16.7.1 diff --git a/package.json b/package.json index 35a32b94a..dbb44b1c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radiance-ui", - "version": "17.0.0", + "version": "17.0.1", "description": "Curology's React based component library", "main": "dist/bundle.js", "module": "dist/bundle-es/index.js",