🔖(release) version packages

Bump to @openfun/cunningham-react 2.9.3
This commit is contained in:
jbpenrath
2024-05-27 12:21:39 +02:00
committed by Jean-Baptiste PENRATH
parent b6c0565958
commit 441793855d
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
# @openfun/cunningham-react
## 2.9.3
### Patch Changes
- 2d42461: allow to set column size for data grid without header
## 2.9.2
### Patch Changes
@@ -411,7 +417,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.2...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.9.3...main
[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
[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

View File

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