🔖(release) version packages

Bump cunningham-demo to 0.0.1
Bump @openfun/cunningham-react to 0.1.1
Bump @openfun/cunningham-tokens to 0.1.1
This commit is contained in:
Nathan Vasse
2023-02-21 10:34:39 +01:00
committed by NathanVss
parent 2a5acea4a4
commit 8ad95945a8
10 changed files with 34 additions and 33 deletions

10
apps/demo/CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# cunningham-demo
## 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
[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.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"lint": "eslint . 'src/**/*.{ts,tsx}'",