From b25aa8f0786b6fe9914593eb2e7fd5a13af5cf6c Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Mon, 27 Nov 2023 12:36:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(release)=20version=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump @openfun/cunningham-react to 2.3.0 --- .changeset/eighty-elephants-call.md | 5 ----- packages/react/CHANGELOG.md | 9 ++++++++- packages/react/package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changeset/eighty-elephants-call.md diff --git a/.changeset/eighty-elephants-call.md b/.changeset/eighty-elephants-call.md deleted file mode 100644 index c0a88f5..0000000 --- a/.changeset/eighty-elephants-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": patch ---- - -support ReactNode as input label diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 265a642..d0d8e2b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @openfun/cunningham-react +## 2.3.0 + +### Patch Changes + +- e3882eb3: support ReactNode as input label + ## 2.2.0 ### Minor Changes @@ -307,7 +313,8 @@ - 4ebbf16: Add package - 4ebbf16: Add component's tokens handling -[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.2.0...main +[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.3.0...main +[2.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.2.0...@openfun/cunningham-react@2.3.0 [2.2.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.1.0...@openfun/cunningham-react@2.2.0 [2.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.0.0...@openfun/cunningham-react@2.1.0 [2.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.3.1...@openfun/cunningham-react@2.0.0 diff --git a/packages/react/package.json b/packages/react/package.json index a486db7..23fcd12 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@openfun/cunningham-react", "private": false, - "version": "2.2.0", + "version": "2.3.0", "publishConfig": { "access": "public" },