diff --git a/CHANGELOG.md b/CHANGELOG.md index b21fce085..a88a54b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +# v11.0.0 + +This update is **potentially breaking**. Applications that use different versions of emotion than those used in `radiance-ui` can result in unexpected behavior when adding styling to already-styled components. This update adds explicit `peerDependencies` to account for this. + +- [Dependencies] Update [emotion](https://github.com/emotion-js/emotion) packages ([#323](https://github.com/curology/radiance-ui/pull/323)) + # v10.3.0 - [Internal] TypeScript conversion: Indicator, Chip, LoadingSpinner, OffClickWrapper ([#313](https://github.com/curology/radiance-ui/pull/313)) diff --git a/package.json b/package.json index d6c4acd24..a50190728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radiance-ui", - "version": "10.3.0", + "version": "11.0.0", "description": "Curology's React based component library", "main": "dist/bundle.js", "module": "dist/bundle-es/index.js",