Skip to content

Commit 0378b3f

Browse files
committed
πŸ”–(release) version packages
Bump cunningham-demo to 0.1.0 Bump @openfun/cunningham-react to 0.9.0 Bump @openfun/cunningham-tokens to 0.6.0
1 parent a526243 commit 0378b3f

File tree

10 files changed

+28
-26
lines changed

10 files changed

+28
-26
lines changed

β€Ž.changeset/chatty-garlics-exercise.mdβ€Ž

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

β€Ž.changeset/old-garlics-pull.mdβ€Ž

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

β€Ž.changeset/purple-planes-mate.mdβ€Ž

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

β€Ž.changeset/sweet-actors-behave.mdβ€Ž

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

β€Žapps/demo/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# cunningham-demo
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2a55339: Update demo app default cunningham tokens
8+
39
## 0.0.1
410

511
### Patch Changes
612

713
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
814

9-
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.0.1...main
15+
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.1.0...main
16+
[0.1.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.0.1...cunningham-demo@0.1.0
1017
[0.0.1]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...cunningham-demo@0.0.1

β€Žapps/demo/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cunningham-demo",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"lint": "eslint . 'src/**/*.{ts,tsx}'",

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

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 672f4be: make use of tokens references
8+
- 80e8dc4: add file uploader
9+
310
## 0.8.2
411

512
### Patch Changes
@@ -145,7 +152,8 @@
145152
- 4ebbf16: Add package
146153
- 4ebbf16: Add component's tokens handling
147154

148-
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.2...main
155+
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.9.0...main
156+
[0.9.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.2...@openfun/cunningham-react@0.9.0
149157
[0.8.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.1...@openfun/cunningham-react@0.8.2
150158
[0.8.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.0...@openfun/cunningham-react@0.8.1
151159
[0.8.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.7.0...@openfun/cunningham-react@0.8.0

β€Ž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.8.2",
4+
"version": "0.9.0",
55
"publishConfig": {
66
"access": "public"
77
},

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openfun/cunningham-tokens
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f36cc07: add token references
8+
39
## 0.5.0
410

511
### Minor Changes
@@ -45,7 +51,8 @@
4551
- 4ebbf16: Add utility classes
4652
- 4ebbf16: Add official design tokens
4753

48-
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.5.0...main
54+
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.6.0...main
55+
[0.6.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.5.0...@openfun/cunningham-tokens@0.6.0
4956
[0.5.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.4.0...@openfun/cunningham-tokens@0.5.0
5057
[0.4.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.3.0...@openfun/cunningham-tokens@0.4.0
5158
[0.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.2.0...@openfun/cunningham-tokens@0.3.0

β€Žpackages/tokens/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-tokens",
33
"private": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
Β (0)