🔖(release) version packages
Bump @openfun/cunningham-react to 0.4.0 Bump @openfun/cunningham-tokens to 0.3.0
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
Add Field component
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
Add Input component
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-tokens": minor
|
||||
---
|
||||
|
||||
Fix SassGenerator
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
add compact mode to Field
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add Checkbox component
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
make Pagination use new Input
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add Radio component
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@openfun/cunningham-react",
|
||||
"private": false,
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@openfun/cunningham-tokens",
|
||||
"private": false,
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user