@automattic/jetpack-components 0.53.8 → 0.53.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.53.10] - 2024-06-12
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#37796]
|
|
8
|
+
|
|
9
|
+
## [0.53.9] - 2024-06-11
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated package dependencies. [#37779]
|
|
12
|
+
|
|
5
13
|
## [0.53.8] - 2024-06-10
|
|
6
14
|
### Changed
|
|
7
15
|
- Change codebase to use clsx instead of classnames. [#37708]
|
|
@@ -1059,6 +1067,8 @@
|
|
|
1059
1067
|
### Changed
|
|
1060
1068
|
- Update node version requirement to 14.16.1
|
|
1061
1069
|
|
|
1070
|
+
[0.53.10]: https://github.com/Automattic/jetpack-components/compare/0.53.9...0.53.10
|
|
1071
|
+
[0.53.9]: https://github.com/Automattic/jetpack-components/compare/0.53.8...0.53.9
|
|
1062
1072
|
[0.53.8]: https://github.com/Automattic/jetpack-components/compare/0.53.7...0.53.8
|
|
1063
1073
|
[0.53.7]: https://github.com/Automattic/jetpack-components/compare/0.53.6...0.53.7
|
|
1064
1074
|
[0.53.6]: https://github.com/Automattic/jetpack-components/compare/0.53.5...0.53.6
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.10",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@automattic/jetpack-base-styles": "^0.6.26",
|
|
39
|
-
"@babel/core": "7.24.
|
|
40
|
-
"@babel/preset-react": "7.
|
|
39
|
+
"@babel/core": "7.24.7",
|
|
40
|
+
"@babel/preset-react": "7.24.7",
|
|
41
41
|
"@jest/globals": "29.4.3",
|
|
42
|
-
"@storybook/addon-actions": "8.
|
|
43
|
-
"@storybook/blocks": "8.
|
|
44
|
-
"@storybook/react": "8.
|
|
42
|
+
"@storybook/addon-actions": "8.1.6",
|
|
43
|
+
"@storybook/blocks": "8.1.6",
|
|
44
|
+
"@storybook/react": "8.1.6",
|
|
45
45
|
"@testing-library/dom": "10.1.0",
|
|
46
46
|
"@testing-library/react": "15.0.7",
|
|
47
47
|
"@testing-library/user-event": "14.5.2",
|