🔖(release) version packages

Bump @openfun/cunningham-react to 2.1.0
Bump cunningham-demo to 1.0.1
This commit is contained in:
Nathan Vasse
2023-11-03 10:47:31 +01:00
committed by NathanVss
parent d5fcf500b7
commit b340272207
8 changed files with 24 additions and 25 deletions

View File

@@ -1,5 +1,11 @@
# cunningham-demo
## 1.0.1
### Patch Changes
- b714c3d5: Update stylesheet to use modern SASS
## 1.0.0
### Major Changes
@@ -18,7 +24,8 @@
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.1...main
[1.0.1]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.0...cunningham-demo@1.0.1
[1.0.0]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.1.0...cunningham-demo@1.0.0
[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": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"lint": "eslint . 'src/**/*.{ts,tsx}'",