🔖(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
This commit is contained in:
Nathan Vasse
2023-07-07 15:11:05 +02:00
committed by NathanVss
parent a526243667
commit 0378b3fa0c
10 changed files with 28 additions and 26 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-tokens": minor
---
add token references

View File

@@ -1,5 +0,0 @@
---
"cunningham-demo": minor
---
Update demo app default cunningham tokens

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
make use of tokens references

View File

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

View File

@@ -1,10 +1,17 @@
# cunningham-demo
## 0.1.0
### Minor Changes
- 2a55339: Update demo app default cunningham tokens
## 0.0.1
### Patch Changes
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.0.1...main
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.1.0...main
[0.1.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.0.1...cunningham-demo@0.1.0
[0.0.1]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...cunningham-demo@0.0.1

View File

@@ -1,7 +1,7 @@
{
"name": "cunningham-demo",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"scripts": {
"lint": "eslint . 'src/**/*.{ts,tsx}'",

View File

@@ -1,5 +1,12 @@
# @openfun/cunningham-react
## 0.9.0
### Minor Changes
- 672f4be: make use of tokens references
- 80e8dc4: add file uploader
## 0.8.2
### Patch Changes
@@ -145,7 +152,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.2...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.9.0...main
[0.9.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.2...@openfun/cunningham-react@0.9.0
[0.8.2]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.1...@openfun/cunningham-react@0.8.2
[0.8.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.8.0...@openfun/cunningham-react@0.8.1
[0.8.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.7.0...@openfun/cunningham-react@0.8.0

View File

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

View File

@@ -1,5 +1,11 @@
# @openfun/cunningham-tokens
## 0.6.0
### Minor Changes
- f36cc07: add token references
## 0.5.0
### Minor Changes
@@ -45,7 +51,8 @@
- 4ebbf16: Add utility classes
- 4ebbf16: Add official design tokens
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.5.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.6.0...main
[0.6.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.5.0...@openfun/cunningham-tokens@0.6.0
[0.5.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.4.0...@openfun/cunningham-tokens@0.5.0
[0.4.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.3.0...@openfun/cunningham-tokens@0.4.0
[0.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.2.0...@openfun/cunningham-tokens@0.3.0

View File

@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-tokens",
"private": false,
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"publishConfig": {
"access": "public"