🔖(release) version packages

Bump @openfun/cunningham-react to 2.8.0
This commit is contained in:
Nathan Vasse
2024-04-24 17:25:20 +02:00
committed by NathanVss
parent 91c8935a8a
commit 416d5c1d7e
5 changed files with 14 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix Select mono selected item update label

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
introduce large and extra-large new modal sizes

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
migrate Modals to react modal

View File

@@ -1,5 +1,16 @@
# @openfun/cunningham-react
## 2.8.0
### Minor Changes
- c61b2ac: introduce large and extra-large new modal sizes
- 6ebeb11: migrate Modals to react modal
### Patch Changes
- 91c8935: fix Select mono selected item update label
## 2.7.0
### Minor Changes
@@ -380,7 +391,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.7.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.8.0...main
[2.8.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.7.0...@openfun/cunningham-react@2.8.0
[2.7.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.6.0...@openfun/cunningham-react@2.7.0
[2.6.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.5.0...@openfun/cunningham-react@2.6.0
[2.5.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.4.0...@openfun/cunningham-react@2.5.0

View File

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