🔖(react) bump to 0.5.0

Minor Changes
- 7513b4d: fix type files imports and rollup them
- b53afcb: Add DataList component
This commit is contained in:
jbpenrath
2023-05-05 11:11:44 +02:00
committed by Jean-Baptiste PENRATH
parent c9f8540dfb
commit 56227d206a
4 changed files with 11 additions and 13 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
fix type files imports and rollup them

View File

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

View File

@@ -1,5 +1,12 @@
# @openfun/cunningham-react
## 0.5.0
### Minor Changes
- 7513b4d: fix type files imports and rollup them
- b53afcb: Add DataList component
## 0.4.0
### Minor Changes
@@ -56,8 +63,9 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[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
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.5.0...main
[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
[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.4.0",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},