@automattic/jetpack-components 1.12.2 → 1.12.4

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 +10 -0
  2. package/package.json +4 -4
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.4] - 2026-06-08
6
+ ### Changed
7
+ - Internal updates.
8
+
9
+ ## [1.12.3] - 2026-06-03
10
+ ### Changed
11
+ - Internal updates.
12
+
5
13
  ## [1.12.2] - 2026-06-02
6
14
  ### Changed
7
15
  - AdminPage: expand the Hello Dolly normalize rule (was a single `background-color`) to cover the full visual treatment (italic, gray text, white background, right-aligned, hidden under 660px) so individual plugins don't need their own per-page overrides. No position/offsets are set so per-page `position: absolute` overrides (e.g. My Jetpack) keep working. [#48472]
@@ -1820,6 +1828,8 @@
1820
1828
  ### Changed
1821
1829
  - Update node version requirement to 14.16.1
1822
1830
 
1831
+ [1.12.4]: https://github.com/Automattic/jetpack-components/compare/1.12.3...1.12.4
1832
+ [1.12.3]: https://github.com/Automattic/jetpack-components/compare/1.12.2...1.12.3
1823
1833
  [1.12.2]: https://github.com/Automattic/jetpack-components/compare/1.12.1...1.12.2
1824
1834
  [1.12.1]: https://github.com/Automattic/jetpack-components/compare/1.12.0...1.12.1
1825
1835
  [1.12.0]: https://github.com/Automattic/jetpack-components/compare/1.11.3...1.12.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.12.2",
3
+ "version": "1.12.4",
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,10 +73,10 @@
73
73
  ],
74
74
  "dependencies": {
75
75
  "@automattic/format-currency": "1.0.1",
76
- "@automattic/jetpack-api": "^1.0.26",
77
- "@automattic/jetpack-boost-score-api": "^1.0.44",
76
+ "@automattic/jetpack-api": "^1.0.28",
77
+ "@automattic/jetpack-boost-score-api": "^1.0.46",
78
78
  "@automattic/jetpack-script-data": "^0.6.4",
79
- "@automattic/number-formatters": "^1.2.0",
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",