🔖(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 +0,0 @@
---
"@openfun/cunningham-react": minor
---
render Button as link

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": minor
---
add TextArea component

View File

@@ -1,6 +0,0 @@
---
"@openfun/cunningham-react": patch
"cunningham-demo": patch
---
Update stylesheet to use modern SASS

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-react": patch
---
fix inputs overflowing placeholder

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

View File

@@ -1,5 +1,17 @@
# @openfun/cunningham-react
## 2.1.0
### Minor Changes
- 01528b93: render Button as link
- bbf3df85: add TextArea component
### Patch Changes
- b714c3d5: Update stylesheet to use modern SASS
- d39d33d0: fix inputs overflowing placeholder
## 2.0.0
### Major Changes
@@ -289,7 +301,8 @@
- 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.0.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.1.0...main
[2.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.0.0...@openfun/cunningham-react@2.1.0
[2.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.3.1...@openfun/cunningham-react@2.0.0
[1.3.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.3.0...@openfun/cunningham-react@1.3.1
[1.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.2.0...@openfun/cunningham-react@1.3.0

View File

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