🔖(release) version packages

Bump tokens package to version 3.1.0
Bump react package to version 4.1.0
This commit is contained in:
jbpenrath
2025-12-08 20:40:08 +01:00
committed by Jean-Baptiste PENRATH
parent db26e21b88
commit f3f59ce064
8 changed files with 26 additions and 24 deletions

View File

@@ -1,5 +0,0 @@
---
"@gouvfr-lasuite/cunningham-tokens": minor
---
Fix inconsistency between cunningham tokens and figma variables

View File

@@ -1,5 +0,0 @@
---
"@gouvfr-lasuite/cunningham-react": minor
---
Fix a11y issues and improve input states consistency

View File

@@ -1,5 +0,0 @@
---
"@gouvfr-lasuite/cunningham-react": patch
---
Update react & react-dom version strategy to support minor and patch verions

View File

@@ -1,5 +0,0 @@
---
"@gouvfr-lasuite/cunningham-tokens": minor
---
Add getThemesFromGlobals util

View File

@@ -1,5 +1,18 @@
# @gouvfr-lasuite/cunningham-react # @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 ## 4.0.0
### Major Changes ### Major Changes
@@ -481,7 +494,8 @@
- 4ebbf16: Add package - 4ebbf16: Add package
- 4ebbf16: Add component's tokens handling - 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 [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.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 [3.2.2]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-react@3.2.1...@openfun/cunningham-react@3.2.2

View File

@@ -1,7 +1,7 @@
{ {
"name": "@gouvfr-lasuite/cunningham-react", "name": "@gouvfr-lasuite/cunningham-react",
"private": false, "private": false,
"version": "4.0.0", "version": "4.1.0",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@@ -1,5 +1,12 @@
# @gouvfr-lasuite/cunningham-tokens # @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 ## 3.0.0
### Major Changes ### Major Changes
@@ -106,7 +113,8 @@
- 4ebbf16: Add utility classes - 4ebbf16: Add utility classes
- 4ebbf16: Add official design tokens - 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 [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.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 [2.1.1]: https://github.com/suitenumerique/cunningham/compare/@openfun/cunningham-tokens@2.1.0...@openfun/cunningham-tokens@2.1.1

View File

@@ -1,7 +1,7 @@
{ {
"name": "@gouvfr-lasuite/cunningham-tokens", "name": "@gouvfr-lasuite/cunningham-tokens",
"private": false, "private": false,
"version": "3.0.0", "version": "3.1.0",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"