@automattic/jetpack-components 0.69.0 → 0.69.1
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 +8 -8
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.69.1] - 2025-03-18
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#42509] [#42511]
|
|
8
|
+
|
|
5
9
|
## [0.69.0] - 2025-03-17
|
|
6
10
|
### Added
|
|
7
11
|
- Add build. [#41536]
|
|
@@ -1314,6 +1318,7 @@
|
|
|
1314
1318
|
### Changed
|
|
1315
1319
|
- Update node version requirement to 14.16.1
|
|
1316
1320
|
|
|
1321
|
+
[0.69.1]: https://github.com/Automattic/jetpack-components/compare/0.69.0...0.69.1
|
|
1317
1322
|
[0.69.0]: https://github.com/Automattic/jetpack-components/compare/0.68.2...0.69.0
|
|
1318
1323
|
[0.68.2]: https://github.com/Automattic/jetpack-components/compare/0.68.1...0.68.2
|
|
1319
1324
|
[0.68.1]: https://github.com/Automattic/jetpack-components/compare/0.68.0...0.68.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.1",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-boost-score-api": "^0.1.
|
|
18
|
+
"@automattic/jetpack-boost-score-api": "^0.1.60",
|
|
19
19
|
"@automattic/jetpack-api": "^0.20.0",
|
|
20
|
-
"@automattic/jetpack-scan": "^0.5.
|
|
20
|
+
"@automattic/jetpack-scan": "^0.5.9",
|
|
21
21
|
"@automattic/jetpack-script-data": "^0.3.0",
|
|
22
22
|
"@babel/runtime": "^7",
|
|
23
23
|
"@wordpress/browserslist-config": "6.19.0",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@automattic/jetpack-base-styles": "^0.6.44",
|
|
43
|
-
"@babel/core": "7.26.
|
|
43
|
+
"@babel/core": "7.26.10",
|
|
44
44
|
"@babel/preset-react": "7.26.3",
|
|
45
45
|
"@jest/globals": "29.4.3",
|
|
46
|
-
"@storybook/addon-actions": "8.
|
|
47
|
-
"@storybook/blocks": "8.
|
|
48
|
-
"@storybook/react": "8.
|
|
46
|
+
"@storybook/addon-actions": "8.6.7",
|
|
47
|
+
"@storybook/blocks": "8.6.7",
|
|
48
|
+
"@storybook/react": "8.6.7",
|
|
49
49
|
"@testing-library/dom": "10.4.0",
|
|
50
50
|
"@testing-library/react": "16.2.0",
|
|
51
51
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"react": "18.3.1",
|
|
59
59
|
"react-dom": "18.3.1",
|
|
60
60
|
"require-from-string": "2.0.2",
|
|
61
|
-
"storybook": "8.
|
|
61
|
+
"storybook": "8.6.7",
|
|
62
62
|
"ts-dedent": "2.2.0",
|
|
63
63
|
"typescript": "5.0.4",
|
|
64
64
|
"webpack": "5.94.0",
|