🔖(release) version packages

Bump to @openfun/cunningham-react 3.1.0
This commit is contained in:
jbpenrath
2025-05-05 18:16:40 +02:00
committed by Jean-Baptiste PENRATH
parent e9a85ee63f
commit 337128d54f
5 changed files with 14 additions and 17 deletions

View File

@@ -1,5 +1,16 @@
# @openfun/cunningham-react
## 3.1.0
### Minor Changes
- a343db2: ✨(react) export locale in package
### Patch Changes
- 79c59ac: Fix a bug DateRangePicker that could close popover abruptly
- e1954ea: prevent error on searchable select
## 3.0.0
### Major Changes
@@ -435,7 +446,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@3.0.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@3.1.0...main
[3.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@3.0.0...@openfun/cunningham-react@3.1.0
[3.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.3...@openfun/cunningham-react@3.0.0
[2.9.3]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.2...@openfun/cunningham-react@2.9.3
[2.9.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.1...@openfun/cunningham-react@2.9.2

View File

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