From 90faa8224515001ee326228d149bfa5d052f8c97 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Mon, 21 Aug 2023 15:45:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(react)=20major=20bump=20to=20v1.0.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major Changes - The first bunch of components and features are ready, the first milestone has been reached Minor Changes - 9edb976: Position Datepicker popover on top or bottom depending space available Patch Changes - fd7ad8a: Do not apply font-family to all elements with `*` selector --- .changeset/tasty-hornets-switch.md | 5 ----- .changeset/wet-keys-occur.md | 5 ----- packages/react/CHANGELOG.md | 18 +++++++++++++++++- packages/react/package.json | 2 +- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 .changeset/tasty-hornets-switch.md delete mode 100644 .changeset/wet-keys-occur.md diff --git a/.changeset/tasty-hornets-switch.md b/.changeset/tasty-hornets-switch.md deleted file mode 100644 index b1dff4e..0000000 --- a/.changeset/tasty-hornets-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": patch ---- - -Do not apply font-family to all elements with `*` selector diff --git a/.changeset/wet-keys-occur.md b/.changeset/wet-keys-occur.md deleted file mode 100644 index 12ec744..0000000 --- a/.changeset/wet-keys-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": minor ---- - -Position Datepicker popover on top or bottom depending space available diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index da18190..ae421b7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,20 @@ # @openfun/cunningham-react +## 1.0.0 + +### Major Changes + +- The first bunch of components and features are ready, + the first milestone has been reached + +### Minor Changes + +- 9edb976: Position Datepicker popover on top or bottom depending space available + +### Patch Changes + +- fd7ad8a: Do not apply font-family to all elements with `*` selector + ## 0.11.1 ### Patch Changes @@ -187,7 +202,8 @@ - 4ebbf16: Add package - 4ebbf16: Add component's tokens handling -[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.11.1...main +[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.0...main +[1.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.11.1...@openfun/cunningham-react@1.0.0 [0.11.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.11.0...@openfun/cunningham-react@0.11.1 [0.11.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.10.0...@openfun/cunningham-react@0.11.0 [0.10.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.9.0...@openfun/cunningham-react@0.10.0 diff --git a/packages/react/package.json b/packages/react/package.json index e95d25e..71cf279 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@openfun/cunningham-react", "private": false, - "version": "0.11.1", + "version": "1.0.0", "publishConfig": { "access": "public" },