🔖(release) version packages

Bump @openfun/cunningham-react to 1.3.0
This commit is contained in:
Nathan Vasse
2023-09-25 16:14:26 +02:00
committed by NathanVss
parent 3fc464bb8c
commit e2738495dc
4 changed files with 13 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
fix some edge effects on the mono select component

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
rework the behavior of the Select component

View File

@@ -1,5 +1,15 @@
# @openfun/cunningham-react
## 1.3.0
### Minor Changes
- 4e1d0f0: rework the behavior of the Select component
### Patch Changes
- 3fc464b: fix some edge effects on the mono select component
## 1.2.0
### Minor Changes
@@ -258,7 +268,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.2.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.3.0...main
[1.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.2.0...@openfun/cunningham-react@1.3.0
[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

View File

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