🔖(release) version packages

Bump @openfun/cunningham-react to 0.6.0
This commit is contained in:
Nathan Vasse
2023-05-12 11:19:07 +02:00
committed by NathanVss
parent 2ff5fc5d29
commit 87b328292b
6 changed files with 15 additions and 22 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add Select component

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
add forwardRef to Button

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
create a generic LabelledBox

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Make package pure ESM

View File

@@ -1,5 +1,17 @@
# @openfun/cunningham-react
## 0.6.0
### Minor Changes
- 2ff5fc5: add Select component
- 2ff5fc5: add forwardRef to Button
- 2ff5fc5: create a generic LabelledBox
### Patch Changes
- 3545af8: Make package pure ESM
## 0.5.0
### Minor Changes
@@ -63,7 +75,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.5.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.0...main
[0.6.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.5.0...0.6.0
[0.5.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.4.0...0.5.0
[0.4.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.3.0...0.4.0
[0.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.2.0...0.3.0

View File

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