@automattic/jetpack-components 1.8.0 → 1.8.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. 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.8.1] - 2026-04-09
6
+ ### Changed
7
+ - Update package dependencies. [#47890]
8
+
5
9
  ## [1.8.0] - 2026-04-06
6
10
  ### Added
7
11
  - Add onGoBack and onClose callback props to NavigatorModal Screen and Header components. [#47896]
@@ -1728,6 +1732,7 @@
1728
1732
  ### Changed
1729
1733
  - Update node version requirement to 14.16.1
1730
1734
 
1735
+ [1.8.1]: https://github.com/Automattic/jetpack-components/compare/1.8.0...1.8.1
1731
1736
  [1.8.0]: https://github.com/Automattic/jetpack-components/compare/1.7.0...1.8.0
1732
1737
  [1.7.0]: https://github.com/Automattic/jetpack-components/compare/1.6.1...1.7.0
1733
1738
  [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.0",
3
+ "version": "1.8.1",
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,22 +45,22 @@
45
45
  ],
46
46
  "dependencies": {
47
47
  "@automattic/format-currency": "1.0.1",
48
- "@automattic/jetpack-api": "^1.0.21",
49
- "@automattic/jetpack-boost-score-api": "^1.0.36",
50
- "@automattic/jetpack-script-data": "^0.6.1",
51
- "@automattic/number-formatters": "^1.1.4",
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.5",
52
52
  "@babel/runtime": "^7",
53
53
  "@wordpress/admin-ui": "1.10.0",
54
- "@wordpress/browserslist-config": "6.42.0",
55
- "@wordpress/components": "32.4.0",
56
- "@wordpress/compose": "7.42.0",
57
- "@wordpress/data": "10.42.0",
58
- "@wordpress/date": "5.42.0",
59
- "@wordpress/element": "6.42.0",
60
- "@wordpress/i18n": "6.15.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
61
  "@wordpress/icons": "12.0.0",
62
- "@wordpress/notices": "5.42.0",
63
- "@wordpress/theme": "0.9.0",
62
+ "@wordpress/notices": "5.43.0",
63
+ "@wordpress/theme": "0.10.0",
64
64
  "@wordpress/ui": "0.9.0",
65
65
  "clsx": "2.1.1",
66
66
  "prop-types": "^15.7.2",
@@ -71,7 +71,7 @@
71
71
  "uplot-react": "1.1.4"
72
72
  },
73
73
  "devDependencies": {
74
- "@automattic/jetpack-base-styles": "^1.0.20",
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",