🔖(release) version packages

Bump @openfun/cunningham-react to 0.4.0
Bump @openfun/cunningham-tokens to 0.3.0
This commit is contained in:
Nathan Vasse
2023-04-28 15:42:56 +02:00
committed by NathanVss
parent b9d2f2955f
commit a9625eb1c2
11 changed files with 26 additions and 39 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
Add Field component

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
Add Input component

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-tokens": minor
---
Fix SassGenerator

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
add compact mode to Field

View File

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

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
make Pagination use new Input

View File

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

View File

@@ -1,5 +1,19 @@
# @openfun/cunningham-react
## 0.4.0
### Minor Changes
- 4f11684: Add Field component
- feea284: Add Input component
- 43096e2: add Checkbox component
- f5cb2e7: add Radio component
### Patch Changes
- a462bb5: add compact mode to Field
- 26be159: make Pagination use new Input
## 0.3.0
### Minor Changes
@@ -42,7 +56,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.3.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.4.0...main
[0.3.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
[0.2.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.1...0.2.0
[0.1.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.0...@openfun/cunningham-react@0.1.1

View File

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

View File

@@ -1,5 +1,11 @@
# @openfun/cunningham-tokens
## 0.3.0
### Minor Changes
- b9d2f29: Fix SassGenerator
## 0.2.0
### Minor Changes
@@ -26,7 +32,8 @@
- 4ebbf16: Add utility classes
- 4ebbf16: Add official design tokens
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.2.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.3.0...main
[0.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.2.0...@openfun/cunningham-tokens@0.3.0
[0.2.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.1.1...@openfun/cunningham-tokens@0.2.0
[0.1.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.1.0...@openfun/cunningham-tokens@0.1.1
[0.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.0.0...@openfun/cunningham-tokens@0.1.0

View File

@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-tokens",
"private": false,
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"