@automattic/jetpack-components 1.12.5 → 1.12.7

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 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.12.7] - 2026-06-15
6
+ ### Changed
7
+ - Internal updates.
8
+
9
+ ## [1.12.6] - 2026-06-09
10
+ ### Changed
11
+ - Update package dependencies. [#49273]
12
+
5
13
  ## [1.12.5] - 2026-06-08
6
14
  ### Fixed
7
15
  - NavigatorModal: Keep the modal open when the control inside opens an external WP Modal. [#49389]
@@ -16,10 +24,10 @@
16
24
 
17
25
  ## [1.12.2] - 2026-06-02
18
26
  ### 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]
27
+ - AdminPage: Ensure Hello Dolly doesn't require per-page overrides. [#48472]
20
28
 
21
29
  ### Fixed
22
- - Pricing table: render feature tooltips as a portal so they are no longer hidden behind the admin sidebar [#49318]
30
+ - Pricing table: Render feature tooltips as a portal so they are no longer hidden behind the admin sidebar. [#49318]
23
31
 
24
32
  ## [1.12.1] - 2026-06-01
25
33
  ### Changed
@@ -1832,6 +1840,8 @@
1832
1840
  ### Changed
1833
1841
  - Update node version requirement to 14.16.1
1834
1842
 
1843
+ [1.12.7]: https://github.com/Automattic/jetpack-components/compare/1.12.6...1.12.7
1844
+ [1.12.6]: https://github.com/Automattic/jetpack-components/compare/1.12.5...1.12.6
1835
1845
  [1.12.5]: https://github.com/Automattic/jetpack-components/compare/1.12.4...1.12.5
1836
1846
  [1.12.4]: https://github.com/Automattic/jetpack-components/compare/1.12.3...1.12.4
1837
1847
  [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.7",
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",
@@ -1 +0,0 @@
1
- export default () => null;