🔖(release) version packages
Bump @openfun/cunningham-react to 2.1.0 Bump cunningham-demo to 1.0.1
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
render Button as link
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
add TextArea component
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": patch
|
|
||||||
"cunningham-demo": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update stylesheet to use modern SASS
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix inputs overflowing placeholder
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
# cunningham-demo
|
# cunningham-demo
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- b714c3d5: Update stylesheet to use modern SASS
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
@@ -18,7 +24,8 @@
|
|||||||
|
|
||||||
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
|
- 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
|
[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.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
|
[0.0.1]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...cunningham-demo@0.0.1
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cunningham-demo",
|
"name": "cunningham-demo",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint . 'src/**/*.{ts,tsx}'",
|
"lint": "eslint . 'src/**/*.{ts,tsx}'",
|
||||||
|
|||||||
@@ -1,5 +1,17 @@
|
|||||||
# @openfun/cunningham-react
|
# @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
|
## 2.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
@@ -289,7 +301,8 @@
|
|||||||
- 4ebbf16: Add package
|
- 4ebbf16: Add package
|
||||||
- 4ebbf16: Add component's tokens handling
|
- 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
|
[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.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
|
[1.3.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.2.0...@openfun/cunningham-react@1.3.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@openfun/cunningham-react",
|
"name": "@openfun/cunningham-react",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user