@automattic/jetpack-components 1.1.4 → 1.1.6
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 +10 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.1.6] - 2025-06-24
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
9
|
+
## [1.1.5] - 2025-06-23
|
|
10
|
+
### Changed
|
|
11
|
+
- Update package dependencies. [#44020]
|
|
12
|
+
|
|
5
13
|
## [1.1.4] - 2025-06-19
|
|
6
14
|
### Changed
|
|
7
15
|
- Update dependencies.
|
|
@@ -1438,6 +1446,8 @@
|
|
|
1438
1446
|
### Changed
|
|
1439
1447
|
- Update node version requirement to 14.16.1
|
|
1440
1448
|
|
|
1449
|
+
[1.1.6]: https://github.com/Automattic/jetpack-components/compare/1.1.5...1.1.6
|
|
1450
|
+
[1.1.5]: https://github.com/Automattic/jetpack-components/compare/1.1.4...1.1.5
|
|
1441
1451
|
[1.1.4]: https://github.com/Automattic/jetpack-components/compare/1.1.3...1.1.4
|
|
1442
1452
|
[1.1.3]: https://github.com/Automattic/jetpack-components/compare/1.1.2...1.1.3
|
|
1443
1453
|
[1.1.2]: https://github.com/Automattic/jetpack-components/compare/1.1.1...1.1.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
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.
|
|
20
|
-
"@automattic/jetpack-script-data": "^0.4.
|
|
18
|
+
"@automattic/jetpack-api": "^1.0.2",
|
|
19
|
+
"@automattic/jetpack-boost-score-api": "^1.0.3",
|
|
20
|
+
"@automattic/jetpack-script-data": "^0.4.4",
|
|
21
21
|
"@automattic/number-formatters": "^1.0.6",
|
|
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.25.0",
|
|
24
|
+
"@wordpress/components": "29.11.0",
|
|
25
|
+
"@wordpress/compose": "7.25.0",
|
|
26
|
+
"@wordpress/data": "10.25.0",
|
|
27
|
+
"@wordpress/date": "5.25.0",
|
|
28
|
+
"@wordpress/element": "6.25.0",
|
|
29
|
+
"@wordpress/i18n": "5.25.0",
|
|
30
|
+
"@wordpress/icons": "10.25.0",
|
|
31
|
+
"@wordpress/notices": "5.25.0",
|
|
32
32
|
"clsx": "2.1.1",
|
|
33
33
|
"prop-types": "^15.7.2",
|
|
34
34
|
"qrcode.react": "4.2.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"uplot-react": "1.1.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
41
|
+
"@automattic/jetpack-base-styles": "^1.0.1",
|
|
42
42
|
"@babel/core": "7.27.4",
|
|
43
43
|
"@babel/preset-react": "7.27.1",
|
|
44
44
|
"@jest/globals": "30.0.0",
|