@automattic/jetpack-components 0.53.8 → 0.53.9
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 +5 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.53.9] - 2024-06-11
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#37779]
|
|
8
|
+
|
|
5
9
|
## [0.53.8] - 2024-06-10
|
|
6
10
|
### Changed
|
|
7
11
|
- Change codebase to use clsx instead of classnames. [#37708]
|
|
@@ -1059,6 +1063,7 @@
|
|
|
1059
1063
|
### Changed
|
|
1060
1064
|
- Update node version requirement to 14.16.1
|
|
1061
1065
|
|
|
1066
|
+
[0.53.9]: https://github.com/Automattic/jetpack-components/compare/0.53.8...0.53.9
|
|
1062
1067
|
[0.53.8]: https://github.com/Automattic/jetpack-components/compare/0.53.7...0.53.8
|
|
1063
1068
|
[0.53.7]: https://github.com/Automattic/jetpack-components/compare/0.53.6...0.53.7
|
|
1064
1069
|
[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.9",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@babel/core": "7.24.0",
|
|
40
40
|
"@babel/preset-react": "7.23.3",
|
|
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",
|