From 625b5e97d0a589b3254ad662b87cce9c2fdb5e74 Mon Sep 17 00:00:00 2001 From: Michael Altamirano Date: Fri, 28 Aug 2020 13:43:13 -0500 Subject: [PATCH] v11.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",