@automattic/jetpack-components 1.12.5 → 1.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +13 -13
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.12.6] - 2026-06-09
6
+ ### Changed
7
+ - Update package dependencies. [#49273]
8
+
5
9
  ## [1.12.5] - 2026-06-08
6
10
  ### Fixed
7
11
  - NavigatorModal: Keep the modal open when the control inside opens an external WP Modal. [#49389]
@@ -16,10 +20,10 @@
16
20
 
17
21
  ## [1.12.2] - 2026-06-02
18
22
  ### Changed
19
- - AdminPage: Expand the Hello Dolly normalize rule to cover the full visual treatment (italic, gray text, white background, right-aligned, hidden under 660px). [#48472]
23
+ - AdminPage: Ensure Hello Dolly doesn't require per-page overrides. [#48472]
20
24
 
21
25
  ### Fixed
22
- - Pricing table: render feature tooltips as a portal so they are no longer hidden behind the admin sidebar [#49318]
26
+ - Pricing table: Render feature tooltips as a portal so they are no longer hidden behind the admin sidebar. [#49318]
23
27
 
24
28
  ## [1.12.1] - 2026-06-01
25
29
  ### Changed
@@ -1832,6 +1836,7 @@
1832
1836
  ### Changed
1833
1837
  - Update node version requirement to 14.16.1
1834
1838
 
1839
+ [1.12.6]: https://github.com/Automattic/jetpack-components/compare/1.12.5...1.12.6
1835
1840
  [1.12.5]: https://github.com/Automattic/jetpack-components/compare/1.12.4...1.12.5
1836
1841
  [1.12.4]: https://github.com/Automattic/jetpack-components/compare/1.12.3...1.12.4
1837
1842
  [1.12.3]: https://github.com/Automattic/jetpack-components/compare/1.12.2...1.12.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.12.5",
3
+ "version": "1.12.6",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -73,23 +73,23 @@
73
73
  ],
74
74
  "dependencies": {
75
75
  "@automattic/format-currency": "1.0.1",
76
- "@automattic/jetpack-api": "^1.0.28",
77
- "@automattic/jetpack-boost-score-api": "^1.0.46",
76
+ "@automattic/jetpack-api": "^1.0.29",
77
+ "@automattic/jetpack-boost-score-api": "^1.0.47",
78
78
  "@automattic/jetpack-script-data": "^0.6.4",
79
79
  "@automattic/number-formatters": "^1.2.2",
80
80
  "@babel/runtime": "^7",
81
81
  "@gravatar-com/hovercards": "0.16.0",
82
82
  "@wordpress/admin-ui": "2.1.0",
83
- "@wordpress/browserslist-config": "6.46.0",
84
- "@wordpress/components": "33.1.0",
85
- "@wordpress/compose": "7.46.0",
86
- "@wordpress/data": "10.46.0",
87
- "@wordpress/date": "5.46.0",
88
- "@wordpress/element": "6.46.0",
89
- "@wordpress/i18n": "6.19.0",
83
+ "@wordpress/browserslist-config": "6.48.0",
84
+ "@wordpress/components": "35.0.0",
85
+ "@wordpress/compose": "8.1.0",
86
+ "@wordpress/data": "10.48.0",
87
+ "@wordpress/date": "5.48.0",
88
+ "@wordpress/element": "8.0.0",
89
+ "@wordpress/i18n": "6.21.0",
90
90
  "@wordpress/icons": "13.1.0",
91
- "@wordpress/notices": "5.46.0",
92
- "@wordpress/theme": "0.13.0",
91
+ "@wordpress/notices": "5.48.0",
92
+ "@wordpress/theme": "0.15.0",
93
93
  "@wordpress/ui": "0.13.0",
94
94
  "clsx": "2.1.1",
95
95
  "js-sha256": "0.11.1",
@@ -101,7 +101,7 @@
101
101
  "uplot-react": "1.1.4"
102
102
  },
103
103
  "devDependencies": {
104
- "@automattic/jetpack-base-styles": "^1.2.5",
104
+ "@automattic/jetpack-base-styles": "^1.2.6",
105
105
  "@babel/core": "7.29.0",
106
106
  "@babel/preset-react": "7.28.5",
107
107
  "@jest/globals": "30.4.1",