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" },