@automattic/jetpack-components 0.72.1 → 0.72.2
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 +13 -13
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.72.2] - 2025-04-01
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#42809]
|
|
8
|
+
|
|
5
9
|
## [0.72.1] - 2025-04-01
|
|
6
10
|
### Changed
|
|
7
11
|
- Update package dependencies. [#42762]
|
|
@@ -1347,6 +1351,7 @@
|
|
|
1347
1351
|
### Changed
|
|
1348
1352
|
- Update node version requirement to 14.16.1
|
|
1349
1353
|
|
|
1354
|
+
[0.72.2]: https://github.com/Automattic/jetpack-components/compare/0.72.1...0.72.2
|
|
1350
1355
|
[0.72.1]: https://github.com/Automattic/jetpack-components/compare/0.72.0...0.72.1
|
|
1351
1356
|
[0.72.0]: https://github.com/Automattic/jetpack-components/compare/0.71.0...0.72.0
|
|
1352
1357
|
[0.71.0]: https://github.com/Automattic/jetpack-components/compare/0.70.1...0.71.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.72.
|
|
3
|
+
"version": "0.72.2",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-boost-score-api": "^0.1.
|
|
19
|
-
"@automattic/jetpack-api": "^0.20.
|
|
18
|
+
"@automattic/jetpack-boost-score-api": "^0.1.62",
|
|
19
|
+
"@automattic/jetpack-api": "^0.20.1",
|
|
20
20
|
"@automattic/jetpack-script-data": "^0.3.0",
|
|
21
21
|
"@babel/runtime": "^7",
|
|
22
|
-
"@wordpress/browserslist-config": "6.
|
|
23
|
-
"@wordpress/components": "29.
|
|
24
|
-
"@wordpress/compose": "7.
|
|
25
|
-
"@wordpress/data": "10.
|
|
26
|
-
"@wordpress/date": "5.
|
|
27
|
-
"@wordpress/element": "6.
|
|
28
|
-
"@wordpress/i18n": "5.
|
|
29
|
-
"@wordpress/icons": "10.
|
|
30
|
-
"@wordpress/notices": "5.
|
|
22
|
+
"@wordpress/browserslist-config": "6.21.0",
|
|
23
|
+
"@wordpress/components": "29.7.0",
|
|
24
|
+
"@wordpress/compose": "7.21.0",
|
|
25
|
+
"@wordpress/data": "10.21.0",
|
|
26
|
+
"@wordpress/date": "5.21.0",
|
|
27
|
+
"@wordpress/element": "6.21.0",
|
|
28
|
+
"@wordpress/i18n": "5.21.0",
|
|
29
|
+
"@wordpress/icons": "10.21.0",
|
|
30
|
+
"@wordpress/notices": "5.21.0",
|
|
31
31
|
"clsx": "2.1.1",
|
|
32
32
|
"prop-types": "^15.7.2",
|
|
33
33
|
"qrcode.react": "4.2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"uplot-react": "1.1.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
40
|
+
"@automattic/jetpack-base-styles": "^0.6.45",
|
|
41
41
|
"@babel/core": "7.26.10",
|
|
42
42
|
"@babel/preset-react": "7.26.3",
|
|
43
43
|
"@jest/globals": "29.4.3",
|