🔖(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,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}'",