🔖(release) version packages

Bump @openfun/cunningham-react to 1.2.0
This commit is contained in:
Nathan Vasse
2023-09-18 17:39:00 +02:00
committed by NathanVss
parent 8470126b1f
commit a07b461621
5 changed files with 14 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add select menu empty placeholder

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix failing selection of last removed item

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix controlled searchable select triggering onChange undefined

View File

@@ -1,5 +1,16 @@
# @openfun/cunningham-react
## 1.2.0
### Minor Changes
- 4616ad9: add select menu empty placeholder
### Patch Changes
- 8470126: fix failing selection of last removed item
- fd988c0: fix controlled searchable select triggering onChange undefined
## 1.1.0
### Minor Changes
@@ -247,7 +258,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.1.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.2.0...main
[1.2.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.1.0...@openfun/cunningham-react@1.2.0
[1.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.2...@openfun/cunningham-react@1.1.0
[1.0.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.1...@openfun/cunningham-react@1.0.2
[1.0.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.0.0...@openfun/cunningham-react@1.0.1

View File

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