@automattic/jetpack-components 0.53.9 → 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 +5 -0
- package/package.json +3 -3
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.10] - 2024-06-12
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#37796]
|
|
8
|
+
|
|
5
9
|
## [0.53.9] - 2024-06-11
|
|
6
10
|
### Changed
|
|
7
11
|
- Updated package dependencies. [#37779]
|
|
@@ -1063,6 +1067,7 @@
|
|
|
1063
1067
|
### Changed
|
|
1064
1068
|
- Update node version requirement to 14.16.1
|
|
1065
1069
|
|
|
1070
|
+
[0.53.10]: https://github.com/Automattic/jetpack-components/compare/0.53.9...0.53.10
|
|
1066
1071
|
[0.53.9]: https://github.com/Automattic/jetpack-components/compare/0.53.8...0.53.9
|
|
1067
1072
|
[0.53.8]: https://github.com/Automattic/jetpack-components/compare/0.53.7...0.53.8
|
|
1068
1073
|
[0.53.7]: https://github.com/Automattic/jetpack-components/compare/0.53.6...0.53.7
|
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,8 +36,8 @@
|
|
|
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
42
|
"@storybook/addon-actions": "8.1.6",
|
|
43
43
|
"@storybook/blocks": "8.1.6",
|