🔖(release) version packages

Bump @openfun/cunningham-react to 0.2.0
This commit is contained in:
Nathan Vasse
2023-03-30 11:28:35 +02:00
committed by NathanVss
parent de6acbe7fe
commit b0c6b88141
10 changed files with 20 additions and 43 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
allow async font loading

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add DataGrid, SimpleDataGrid components

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add button sizes: small and medium.

View File

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

View File

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

View File

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

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add material icons

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add active state on button

View File

@@ -1,10 +1,26 @@
# @openfun/cunningham-react
## 0.2.0
### Minor Changes
- e36dc63: add DataGrid, SimpleDataGrid components
- e36dc63: add button sizes: small and medium
- e36dc63: add Loader component
- e36dc63: add Pagination component
- e36dc63: add i18n
- e36dc63: add material icons
- e36dc63: add active state on button
### Patch Changes
- e36dc63: allow async font loading
## 0.1.1
### Patch Changes
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin
- 722b66b: Make Button handle icon only
- cd88e46: Split fonts in a separated CSS file
@@ -16,7 +32,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.1...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.2.0...main
[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
[0.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.0.0...@openfun/cunningham-react@0.1.0
[0.0.0]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...@openfun/cunningham-react@0.0.0

View File

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