Skip to content

Commit 56227d2

Browse files
committed
πŸ”–(react) bump to 0.5.0
Minor Changes - 7513b4d: fix type files imports and rollup them - b53afcb: Add DataList component
1 parent c9f8540 commit 56227d2

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

β€Ž.changeset/khaki-bananas-leave.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/red-pots-worry.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Žpackages/react/CHANGELOG.mdβ€Ž

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openfun/cunningham-react
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 7513b4d: fix type files imports and rollup them
8+
- b53afcb: Add DataList component
9+
310
## 0.4.0
411

512
### Minor Changes
@@ -56,8 +63,9 @@
5663
- 4ebbf16: Add package
5764
- 4ebbf16: Add component's tokens handling
5865

59-
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
60-
[0.3.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
66+
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
67+
[0.5.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
68+
[0.4.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
6169
[0.3.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
6270
[0.2.0]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]
6371
[0.1.1]: https://github.com/openfun/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]

β€Žpackages/react/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openfun/cunningham-react",
33
"private": false,
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
Β (0)