🔖(release) version packages

Bump @openfun/cunningham-react to 0.6.2
This commit is contained in:
Nathan Vasse
2023-05-15 17:25:10 +02:00
committed by NathanVss
parent 15eb9b9e57
commit f264c29a4a
3 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
Add missing types for Checkbox and Radio

View File

@@ -1,5 +1,11 @@
# @openfun/cunningham-react # @openfun/cunningham-react
## 0.6.2
### Patch Changes
- 15eb9b9: Add missing types for Checkbox and Radio
## 0.6.1 ## 0.6.1
### Patch Changes ### Patch Changes
@@ -9,6 +15,7 @@
## 0.6.0 ## 0.6.0
### Minor Changes ### Minor Changes
- 2ff5fc5: add Select component - 2ff5fc5: add Select component
- 2ff5fc5: add forwardRef to Button - 2ff5fc5: add forwardRef to Button
- 2ff5fc5: create a generic LabelledBox - 2ff5fc5: create a generic LabelledBox
@@ -80,7 +87,8 @@
- 4ebbf16: Add package - 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling - 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.1...main [unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.2...main
[0.6.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.1...0.6.2
[0.6.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.0...0.6.1 [0.6.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.6.0...0.6.1
[0.6.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.5.0...0.6.0 [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.5.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.4.0...0.5.0

View File

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