From 3772b4a845fd6647dcbb7d659e38a66ed55f1502 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Fri, 12 May 2023 16:23:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(react)=20bump=20to=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch Changes - Fix "exports" attribute of package.json. Default condition must be last one. --- packages/react/CHANGELOG.md | 10 ++++++++-- packages/react/package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 4415bc6..4058a4e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,9 +1,14 @@ # @openfun/cunningham-react +## 0.6.1 + +### Patch Changes + +- 4777a75: fix "exports" attribute of package.json. Default condition must be last one. + ## 0.6.0 ### Minor Changes - - 2ff5fc5: add Select component - 2ff5fc5: add forwardRef to Button - 2ff5fc5: create a generic LabelledBox @@ -75,7 +80,8 @@ - 4ebbf16: Add package - 4ebbf16: Add component's tokens handling -[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.0...main +[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.1...main +[0.6.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.0...0.6.1 [0.6.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.5.0...0.6.0 [0.5.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.4.0...0.5.0 [0.4.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.3.0...0.4.0 diff --git a/packages/react/package.json b/packages/react/package.json index f0c0c5f..3bfd772 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@openfun/cunningham-react", "private": false, - "version": "0.6.0", + "version": "0.6.1", "publishConfig": { "access": "public" },