🔖(release) version packages

Bump @openfun/cunningham-react to 0.11.0
This commit is contained in:
Romain Le Cellier
2023-08-07 16:35:47 +02:00
parent 5dde74c10d
commit 53bccd111b
7 changed files with 16 additions and 27 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
Add a timezone props to date picker components

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Add Button token font-family

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Fix flaky tests on DateRangePicker

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
Restrict input formats of date picker components to IS0 strings

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Fix datepicker component's output timezone management

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-react",
"private": false,
"version": "0.10.0",
"version": "0.11.0",
"publishConfig": {
"access": "public"
},