Skip to content

Commit f3f59ce

Browse files
committed
πŸ”–(release) version packages
Bump tokens package to version 3.1.0 Bump react package to version 4.1.0
1 parent db26e21 commit f3f59ce

File tree

8 files changed

+26
-24
lines changed

8 files changed

+26
-24
lines changed

β€Ž.changeset/dirty-turkeys-bow.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/evil-showers-crash.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/purple-pants-divide.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/seven-lands-wash.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Žpackages/react/CHANGELOG.mdβ€Ž

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @gouvfr-lasuite/cunningham-react
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 177e6b0: Fix a11y issues and improve input states consistency
8+
9+
### Patch Changes
10+
11+
- 4220061: Update react & react-dom version strategy to support minor and patch verions
12+
- Updated dependencies [414ca0d]
13+
- Updated dependencies [55e2aa8]
14+
- @gouvfr-lasuite/cunningham-tokens@3.1.0
15+
316
## 4.0.0
417

518
### Major Changes
@@ -481,7 +494,8 @@
481494
- 4ebbf16: Add package
482495
- 4ebbf16: Add component's tokens handling
483496

484-
[unreleased]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]
497+
[unreleased]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]
498+
[4.1.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
485499
[4.0.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
486500
[3.2.3]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
487501
[3.2.2]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]

β€Žpackages/react/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gouvfr-lasuite/cunningham-react",
33
"private": false,
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

β€Žpackages/tokens/CHANGELOG.mdβ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gouvfr-lasuite/cunningham-tokens
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- 414ca0d: Fix inconsistency between cunningham tokens and figma variables
8+
- 55e2aa8: Add getThemesFromGlobals util
9+
310
## 3.0.0
411

512
### Major Changes
@@ -106,7 +113,8 @@
106113
- 4ebbf16: Add utility classes
107114
- 4ebbf16: Add official design tokens
108115

109-
[unreleased]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]
116+
[unreleased]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]
117+
[3.1.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
110118
[3.0.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
111119
[2.2.0]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]
112120
[2.1.1]: https://github.com/suitenumerique/cunningham/compare/@openfun/[email protected]...@openfun/[email protected]

β€Žpackages/tokens/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gouvfr-lasuite/cunningham-tokens",
33
"private": false,
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
Β (0)