@automattic/jetpack-components 1.8.0 → 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 +10 -0
- package/package.json +18 -18
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.8.2] - 2026-04-15
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#47907]
|
|
8
|
+
|
|
9
|
+
## [1.8.1] - 2026-04-09
|
|
10
|
+
### Changed
|
|
11
|
+
- Update package dependencies. [#47890]
|
|
12
|
+
|
|
5
13
|
## [1.8.0] - 2026-04-06
|
|
6
14
|
### Added
|
|
7
15
|
- Add onGoBack and onClose callback props to NavigatorModal Screen and Header components. [#47896]
|
|
@@ -1728,6 +1736,8 @@
|
|
|
1728
1736
|
### Changed
|
|
1729
1737
|
- Update node version requirement to 14.16.1
|
|
1730
1738
|
|
|
1739
|
+
[1.8.2]: https://github.com/Automattic/jetpack-components/compare/1.8.1...1.8.2
|
|
1740
|
+
[1.8.1]: https://github.com/Automattic/jetpack-components/compare/1.8.0...1.8.1
|
|
1731
1741
|
[1.8.0]: https://github.com/Automattic/jetpack-components/compare/1.7.0...1.8.0
|
|
1732
1742
|
[1.7.0]: https://github.com/Automattic/jetpack-components/compare/1.6.1...1.7.0
|
|
1733
1743
|
[1.6.1]: https://github.com/Automattic/jetpack-components/compare/1.6.0...1.6.1
|
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": {
|
|
@@ -45,23 +45,23 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@automattic/format-currency": "1.0.1",
|
|
48
|
-
"@automattic/jetpack-api": "^1.0.
|
|
49
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
50
|
-
"@automattic/jetpack-script-data": "^0.6.
|
|
51
|
-
"@automattic/number-formatters": "^1.1.
|
|
48
|
+
"@automattic/jetpack-api": "^1.0.22",
|
|
49
|
+
"@automattic/jetpack-boost-score-api": "^1.0.37",
|
|
50
|
+
"@automattic/jetpack-script-data": "^0.6.2",
|
|
51
|
+
"@automattic/number-formatters": "^1.1.6",
|
|
52
52
|
"@babel/runtime": "^7",
|
|
53
|
-
"@wordpress/admin-ui": "1.
|
|
54
|
-
"@wordpress/browserslist-config": "6.
|
|
55
|
-
"@wordpress/components": "32.
|
|
56
|
-
"@wordpress/compose": "7.
|
|
57
|
-
"@wordpress/data": "10.
|
|
58
|
-
"@wordpress/date": "5.
|
|
59
|
-
"@wordpress/element": "6.
|
|
60
|
-
"@wordpress/i18n": "6.
|
|
61
|
-
"@wordpress/icons": "12.
|
|
62
|
-
"@wordpress/notices": "5.
|
|
63
|
-
"@wordpress/theme": "0.
|
|
64
|
-
"@wordpress/ui": "0.
|
|
53
|
+
"@wordpress/admin-ui": "1.11.0",
|
|
54
|
+
"@wordpress/browserslist-config": "6.43.0",
|
|
55
|
+
"@wordpress/components": "32.5.0",
|
|
56
|
+
"@wordpress/compose": "7.43.0",
|
|
57
|
+
"@wordpress/data": "10.43.0",
|
|
58
|
+
"@wordpress/date": "5.43.0",
|
|
59
|
+
"@wordpress/element": "6.43.0",
|
|
60
|
+
"@wordpress/i18n": "6.16.0",
|
|
61
|
+
"@wordpress/icons": "12.1.0",
|
|
62
|
+
"@wordpress/notices": "5.43.0",
|
|
63
|
+
"@wordpress/theme": "0.10.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",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"uplot-react": "1.1.4"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
74
|
+
"@automattic/jetpack-base-styles": "^1.0.21",
|
|
75
75
|
"@babel/core": "7.29.0",
|
|
76
76
|
"@babel/preset-react": "7.28.5",
|
|
77
77
|
"@jest/globals": "30.3.0",
|