🔖(release) version packages

Bump to @openfun/cunningham-react 2.9.1
This commit is contained in:
Nathan Vasse
2024-05-16 15:20:08 +02:00
committed by NathanVss
parent e53cc730fc
commit add825c812
5 changed files with 11 additions and 17 deletions

View File

@@ -1,5 +1,13 @@
# @openfun/cunningham-react
## 2.9.1
### Patch Changes
- 582027f: ♻️(react) add a scroller div inside modal
- 06c5c9d: ♻️(react) use react aria for select menu
- e53cc73: 💄(react) disable default Modal text align center
## 2.9.0
### Minor Changes
@@ -397,7 +405,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.1...main
[2.9.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.0...@openfun/cunningham-react@2.9.1
[2.9.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.8.0...@openfun/cunningham-react@2.9.0
[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

View File

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