@automattic/jetpack-components 1.8.1 → 1.8.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 +5 -5
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.8.2] - 2026-04-15
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#47907]
|
|
8
|
+
|
|
5
9
|
## [1.8.1] - 2026-04-09
|
|
6
10
|
### Changed
|
|
7
11
|
- Update package dependencies. [#47890]
|
|
@@ -1732,6 +1736,7 @@
|
|
|
1732
1736
|
### Changed
|
|
1733
1737
|
- Update node version requirement to 14.16.1
|
|
1734
1738
|
|
|
1739
|
+
[1.8.2]: https://github.com/Automattic/jetpack-components/compare/1.8.1...1.8.2
|
|
1735
1740
|
[1.8.1]: https://github.com/Automattic/jetpack-components/compare/1.8.0...1.8.1
|
|
1736
1741
|
[1.8.0]: https://github.com/Automattic/jetpack-components/compare/1.7.0...1.8.0
|
|
1737
1742
|
[1.7.0]: https://github.com/Automattic/jetpack-components/compare/1.6.1...1.7.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@automattic/jetpack-api": "^1.0.22",
|
|
49
49
|
"@automattic/jetpack-boost-score-api": "^1.0.37",
|
|
50
50
|
"@automattic/jetpack-script-data": "^0.6.2",
|
|
51
|
-
"@automattic/number-formatters": "^1.1.
|
|
51
|
+
"@automattic/number-formatters": "^1.1.6",
|
|
52
52
|
"@babel/runtime": "^7",
|
|
53
|
-
"@wordpress/admin-ui": "1.
|
|
53
|
+
"@wordpress/admin-ui": "1.11.0",
|
|
54
54
|
"@wordpress/browserslist-config": "6.43.0",
|
|
55
55
|
"@wordpress/components": "32.5.0",
|
|
56
56
|
"@wordpress/compose": "7.43.0",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"@wordpress/date": "5.43.0",
|
|
59
59
|
"@wordpress/element": "6.43.0",
|
|
60
60
|
"@wordpress/i18n": "6.16.0",
|
|
61
|
-
"@wordpress/icons": "12.
|
|
61
|
+
"@wordpress/icons": "12.1.0",
|
|
62
62
|
"@wordpress/notices": "5.43.0",
|
|
63
63
|
"@wordpress/theme": "0.10.0",
|
|
64
|
-
"@wordpress/ui": "0.
|
|
64
|
+
"@wordpress/ui": "0.10.0",
|
|
65
65
|
"clsx": "2.1.1",
|
|
66
66
|
"prop-types": "^15.7.2",
|
|
67
67
|
"qrcode.react": "4.2.0",
|