@automattic/jetpack-components 1.1.8 → 1.1.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 +15 -15
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
|
+
## [1.1.9] - 2025-07-03
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#44151]
|
|
8
|
+
|
|
5
9
|
## [1.1.8] - 2025-07-01
|
|
6
10
|
### Changed
|
|
7
11
|
- Internal updates.
|
|
@@ -1454,6 +1458,7 @@
|
|
|
1454
1458
|
### Changed
|
|
1455
1459
|
- Update node version requirement to 14.16.1
|
|
1456
1460
|
|
|
1461
|
+
[1.1.9]: https://github.com/Automattic/jetpack-components/compare/1.1.8...1.1.9
|
|
1457
1462
|
[1.1.8]: https://github.com/Automattic/jetpack-components/compare/1.1.7...1.1.8
|
|
1458
1463
|
[1.1.7]: https://github.com/Automattic/jetpack-components/compare/1.1.6...1.1.7
|
|
1459
1464
|
[1.1.6]: https://github.com/Automattic/jetpack-components/compare/1.1.5...1.1.6
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-api": "^1.0.
|
|
19
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
18
|
+
"@automattic/jetpack-api": "^1.0.4",
|
|
19
|
+
"@automattic/jetpack-boost-score-api": "^1.0.5",
|
|
20
20
|
"@automattic/jetpack-script-data": "^0.4.4",
|
|
21
|
-
"@automattic/number-formatters": "^1.0.
|
|
21
|
+
"@automattic/number-formatters": "^1.0.7",
|
|
22
22
|
"@babel/runtime": "^7",
|
|
23
|
-
"@wordpress/browserslist-config": "6.
|
|
24
|
-
"@wordpress/components": "29.
|
|
25
|
-
"@wordpress/compose": "7.
|
|
26
|
-
"@wordpress/data": "10.
|
|
27
|
-
"@wordpress/date": "5.
|
|
28
|
-
"@wordpress/element": "6.
|
|
29
|
-
"@wordpress/i18n": "5.
|
|
30
|
-
"@wordpress/icons": "10.
|
|
31
|
-
"@wordpress/notices": "5.
|
|
23
|
+
"@wordpress/browserslist-config": "6.26.0",
|
|
24
|
+
"@wordpress/components": "29.12.0",
|
|
25
|
+
"@wordpress/compose": "7.26.0",
|
|
26
|
+
"@wordpress/data": "10.26.0",
|
|
27
|
+
"@wordpress/date": "5.26.0",
|
|
28
|
+
"@wordpress/element": "6.26.0",
|
|
29
|
+
"@wordpress/i18n": "5.26.0",
|
|
30
|
+
"@wordpress/icons": "10.26.0",
|
|
31
|
+
"@wordpress/notices": "5.26.0",
|
|
32
32
|
"clsx": "2.1.1",
|
|
33
33
|
"prop-types": "^15.7.2",
|
|
34
34
|
"qrcode.react": "4.2.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"uplot-react": "1.1.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
42
|
-
"@babel/core": "7.27.
|
|
41
|
+
"@automattic/jetpack-base-styles": "^1.0.3",
|
|
42
|
+
"@babel/core": "7.27.7",
|
|
43
43
|
"@babel/preset-react": "7.27.1",
|
|
44
44
|
"@jest/globals": "30.0.0",
|
|
45
45
|
"@storybook/addon-actions": "8.6.7",
|