🔖(release) version packages
Bump @openfun/cunningham-tokens to 2.0.0 Bump @openfun/cunningham-react to 2.0.0 Bump cunningham-demo to 1.0.0
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
Export Button props
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add ref to Select
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@openfun/cunningham-tokens": major
|
||||
"@openfun/cunningham-react": major
|
||||
"cunningham-demo": major
|
||||
---
|
||||
|
||||
add themes management
|
||||
@@ -1,5 +1,11 @@
|
||||
# cunningham-demo
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- cce8eccf: add themes management
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
@@ -12,6 +18,7 @@
|
||||
|
||||
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
|
||||
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.1.0...main
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@1.0.0...main
|
||||
[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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cunningham-demo",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "eslint . 'src/**/*.{ts,tsx}'",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @openfun/cunningham-react
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- cce8eccf: add themes management
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- cf3a589d: Export Button props
|
||||
- 1c7a114b: add ref to Select
|
||||
|
||||
## 1.3.1
|
||||
|
||||
### Patch Changes
|
||||
@@ -278,7 +289,8 @@
|
||||
- 4ebbf16: Add package
|
||||
- 4ebbf16: Add component's tokens handling
|
||||
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.3.1...main
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@2.0.0...main
|
||||
[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
|
||||
[1.2.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@1.1.0...@openfun/cunningham-react@1.2.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@openfun/cunningham-react",
|
||||
"private": false,
|
||||
"version": "1.3.1",
|
||||
"version": "2.0.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @openfun/cunningham-tokens
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- cce8eccf: add themes management
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
@@ -76,7 +82,8 @@
|
||||
- 4ebbf16: Add utility classes
|
||||
- 4ebbf16: Add official design tokens
|
||||
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@1.0.1...main
|
||||
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@2.0.0...main
|
||||
[2.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@1.0.1...@openfun/cunningham-tokens@2.0.0
|
||||
[1.0.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@1.0.0...@openfun/cunningham-tokens@1.0.1
|
||||
[1.0.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.7.1...@openfun/cunningham-tokens@1.0.0
|
||||
[0.7.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.7.0...@openfun/cunningham-tokens@0.7.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@openfun/cunningham-tokens",
|
||||
"private": false,
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user