🔖(release) version packages

Bump to @openfun/cunningham-react 2.9.2
This commit is contained in:
jbpenrath
2024-05-23 18:04:44 +02:00
committed by Jean-Baptiste PENRATH
parent 6bae4ad89a
commit a9d7babfdc
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Fix modal scroller height issue that prevent modal to be scrollable with high content

View File

@@ -1,5 +1,11 @@
# @openfun/cunningham-react
## 2.9.2
### Patch Changes
- cba9ca8: Fix modal scroller height issue that prevent modal to be scrollable with high content
## 2.9.1
### Patch Changes
@@ -405,7 +411,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.1...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.2...main
[2.9.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.1...@openfun/cunningham-react@2.9.2
[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

View File

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