diff --git a/.changeset/curly-pants-remain.md b/.changeset/curly-pants-remain.md deleted file mode 100644 index 2a6b4c5..0000000 --- a/.changeset/curly-pants-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": minor ---- - -Add a timezone props to date picker components diff --git a/.changeset/lemon-bears-own.md b/.changeset/lemon-bears-own.md deleted file mode 100644 index 91e55a1..0000000 --- a/.changeset/lemon-bears-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": patch ---- - -Add Button token font-family diff --git a/.changeset/rare-emus-wait.md b/.changeset/rare-emus-wait.md deleted file mode 100644 index 082342c..0000000 --- a/.changeset/rare-emus-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": patch ---- - -Fix flaky tests on DateRangePicker diff --git a/.changeset/smart-tables-kiss.md b/.changeset/smart-tables-kiss.md deleted file mode 100644 index 3591f3c..0000000 --- a/.changeset/smart-tables-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": minor ---- - -Restrict input formats of date picker components to IS0 strings diff --git a/.changeset/swift-forks-exercise.md b/.changeset/swift-forks-exercise.md deleted file mode 100644 index af9c811..0000000 --- a/.changeset/swift-forks-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfun/cunningham-react": patch ---- - -Fix datepicker component's output timezone management diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d25638f..6d96a5f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @openfun/cunningham-react +## 0.11.0 + +### Minor Changes + +- cd42afb: Add a timezone props to date picker components +- 0dc46d1: Restrict input formats of date picker components to IS0 strings + +### Patch Changes + +- 3471e2e: Add Button token font-family +- bae7392: Fix flaky tests on DateRangePicker +- 8cf8e1e: Fix datepicker component's output timezone management + ## 0.10.0 ### Minor Changes @@ -167,7 +180,8 @@ - 4ebbf16: Add package - 4ebbf16: Add component's tokens handling -[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.10.0...main +[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.11.0...main +[0.10.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 [0.9.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.2...@openfun/cunningham-react@0.9.0 [0.8.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.1...@openfun/cunningham-react@0.8.2 diff --git a/packages/react/package.json b/packages/react/package.json index 35aac60..302f106 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@openfun/cunningham-react", "private": false, - "version": "0.10.0", + "version": "0.11.0", "publishConfig": { "access": "public" },