🔖(release) version packages
Bump tokens package to version 3.1.0 Bump react package to version 4.1.0
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
db26e21b88
commit
f3f59ce064
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gouvfr-lasuite/cunningham-tokens": minor
|
||||
---
|
||||
|
||||
Fix inconsistency between cunningham tokens and figma variables
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gouvfr-lasuite/cunningham-react": minor
|
||||
---
|
||||
|
||||
Fix a11y issues and improve input states consistency
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gouvfr-lasuite/cunningham-react": patch
|
||||
---
|
||||
|
||||
Update react & react-dom version strategy to support minor and patch verions
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gouvfr-lasuite/cunningham-tokens": minor
|
||||
---
|
||||
|
||||
Add getThemesFromGlobals util
|
||||
@@ -1,5 +1,18 @@
|
||||
# @gouvfr-lasuite/cunningham-react
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 177e6b0: Fix a11y issues and improve input states consistency
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4220061: Update react & react-dom version strategy to support minor and patch verions
|
||||
- Updated dependencies [414ca0d]
|
||||
- Updated dependencies [55e2aa8]
|
||||
- @gouvfr-lasuite/cunningham-tokens@3.1.0
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Major Changes
|
||||
@@ -481,7 +494,8 @@
|
||||
- 4ebbf16: Add package
|
||||
- 4ebbf16: Add component's tokens handling
|
||||
|
||||
[unreleased]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-react@4.0.0...main
|
||||
[unreleased]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-react@4.1.0...main
|
||||
[4.1.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-react@4.0.0...@openfun/cunningham-react@4.1.0
|
||||
[4.0.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-react@3.2.3...@openfun/cunningham-react@4.0.0
|
||||
[3.2.3]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-react@3.2.2...@openfun/cunningham-react@3.2.3
|
||||
[3.2.2]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-react@3.2.1...@openfun/cunningham-react@3.2.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gouvfr-lasuite/cunningham-react",
|
||||
"private": false,
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @gouvfr-lasuite/cunningham-tokens
|
||||
|
||||
## 3.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 414ca0d: Fix inconsistency between cunningham tokens and figma variables
|
||||
- 55e2aa8: Add getThemesFromGlobals util
|
||||
|
||||
## 3.0.0
|
||||
|
||||
### Major Changes
|
||||
@@ -106,7 +113,8 @@
|
||||
- 4ebbf16: Add utility classes
|
||||
- 4ebbf16: Add official design tokens
|
||||
|
||||
[unreleased]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-tokens@3.0.0...main
|
||||
[unreleased]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-tokens@3.1.0...main
|
||||
[3.1.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-tokens@3.0.0...@openfun/cunningham-tokens@3.1.0
|
||||
[3.0.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-tokens@2.2.0...@openfun/cunningham-tokens@3.0.0
|
||||
[2.2.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-tokens@2.1.1...@openfun/cunningham-tokens@2.2.0
|
||||
[2.1.1]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-tokens@2.1.0...@openfun/cunningham-tokens@2.1.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gouvfr-lasuite/cunningham-tokens",
|
||||
"private": false,
|
||||
"version": "3.0.0",
|
||||
"version": "3.1.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user