🔖(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 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix DatePicker dropdowns closing

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix multi select menu opening

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
switch icons to material-icons-outlined

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add useControllableState hook

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add text variants to Button

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
use info design tokens

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix Select submit button

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
update Alert and Toast icon size

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix DatePicker submit button

View File

@@ -1,5 +0,0 @@
---
"cunningham-demo": major
---
new demo

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add Toast component

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add Alert

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
Make modal backdrop customisable

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix missing selected option of Select

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
Add Modal component

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix DateRangePicker layout overflow

View File

@@ -1,5 +1,11 @@
# cunningham-demo
## 2.0.0
### Major Changes
- 3616c72: new demo
## 1.0.1
### Patch Changes
@@ -24,7 +30,8 @@
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.1...main
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@2.0.0...main
[2.0.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.1...cunningham-demo@2.0.0
[1.0.1]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.0...cunningham-demo@1.0.1
[1.0.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.1.0...cunningham-demo@1.0.0
[0.1.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.0.1...cunningham-demo@0.1.0

View File

@@ -1,7 +1,7 @@
{
"name": "cunningham-demo",
"private": true,
"version": "1.0.1",
"version": "2.0.0",
"type": "module",
"scripts": {
"lint": "eslint . 'src/**/*.{ts,tsx}'",

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