@automattic/jetpack-components 0.55.13 → 0.55.14
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 +2 -2
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.55.14] - 2024-09-09
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#39278]
|
|
8
|
+
|
|
5
9
|
## [0.55.13] - 2024-09-05
|
|
6
10
|
### Changed
|
|
7
11
|
- Internal updates.
|
|
@@ -1152,6 +1156,7 @@
|
|
|
1152
1156
|
### Changed
|
|
1153
1157
|
- Update node version requirement to 14.16.1
|
|
1154
1158
|
|
|
1159
|
+
[0.55.14]: https://github.com/Automattic/jetpack-components/compare/0.55.13...0.55.14
|
|
1155
1160
|
[0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
|
|
1156
1161
|
[0.55.12]: https://github.com/Automattic/jetpack-components/compare/0.55.11...0.55.12
|
|
1157
1162
|
[0.55.11]: https://github.com/Automattic/jetpack-components/compare/0.55.10...0.55.11
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.14",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@storybook/addon-actions": "8.2.9",
|
|
43
43
|
"@storybook/blocks": "8.2.9",
|
|
44
44
|
"@storybook/react": "8.2.9",
|
|
45
|
-
"@testing-library/dom": "10.
|
|
45
|
+
"@testing-library/dom": "10.4.0",
|
|
46
46
|
"@testing-library/react": "15.0.7",
|
|
47
47
|
"@testing-library/user-event": "14.5.2",
|
|
48
48
|
"@types/jest": "29.5.12",
|