🔖(release) version packages

Bump @openfun/cunningham-react to 2.5.0
Bump cunningham-demo to 2.0.0
This commit is contained in:
Nathan Vasse
2024-02-21 16:15:09 +01:00
committed by NathanVss
parent a17c805f50
commit ea39ea09fd
20 changed files with 35 additions and 84 deletions

View File

@@ -1,5 +1,28 @@
# @openfun/cunningham-react
## 2.5.0
### Minor Changes
- 77921e0: switch icons to material-icons-outlined
- 6d91c1d: add useControllableState hook
- e90a5dd: add text variants to Button
- 132b676: add Toast component
- 33d0c9f: add Alert
- be1e2e2: Make modal backdrop customisable
- 1445f4a: Add Modal component
### Patch Changes
- ebfccc1: fix DatePicker dropdowns closing
- d61ab65: fix multi select menu opening
- f685abb: use info design tokens
- f16eed9: fix Select submit button
- 540cdc6: update Alert and Toast icon size
- e79768c: fix DatePicker submit button
- a32bac7: fix missing selected option of Select
- 9795b71: fix DateRangePicker layout overflow
## 2.4.0
### Minor Changes
@@ -324,7 +347,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.4.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.5.0...main
[2.5.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.4.0...@openfun/cunningham-react@2.5.0
[2.4.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.3.0...@openfun/cunningham-react@2.4.0
[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

View File

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