@automattic/jetpack-components 1.12.6 → 1.12.8

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.8] - 2026-06-15
6
+ ### Changed
7
+ - Update package dependencies. [#49631]
8
+
9
+ ## [1.12.7] - 2026-06-15
10
+ ### Changed
11
+ - Internal updates.
12
+
5
13
  ## [1.12.6] - 2026-06-09
6
14
  ### Changed
7
15
  - Update package dependencies. [#49273]
@@ -1836,6 +1844,8 @@
1836
1844
  ### Changed
1837
1845
  - Update node version requirement to 14.16.1
1838
1846
 
1847
+ [1.12.8]: https://github.com/Automattic/jetpack-components/compare/1.12.7...1.12.8
1848
+ [1.12.7]: https://github.com/Automattic/jetpack-components/compare/1.12.6...1.12.7
1839
1849
  [1.12.6]: https://github.com/Automattic/jetpack-components/compare/1.12.5...1.12.6
1840
1850
  [1.12.5]: https://github.com/Automattic/jetpack-components/compare/1.12.4...1.12.5
1841
1851
  [1.12.4]: https://github.com/Automattic/jetpack-components/compare/1.12.3...1.12.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.12.6",
3
+ "version": "1.12.8",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -74,9 +74,9 @@
74
74
  "dependencies": {
75
75
  "@automattic/format-currency": "1.0.1",
76
76
  "@automattic/jetpack-api": "^1.0.29",
77
- "@automattic/jetpack-boost-score-api": "^1.0.47",
77
+ "@automattic/jetpack-boost-score-api": "^1.0.48",
78
78
  "@automattic/jetpack-script-data": "^0.6.4",
79
- "@automattic/number-formatters": "^1.2.2",
79
+ "@automattic/number-formatters": "^1.2.3",
80
80
  "@babel/runtime": "^7",
81
81
  "@gravatar-com/hovercards": "0.16.0",
82
82
  "@wordpress/admin-ui": "2.1.0",
@@ -102,7 +102,7 @@
102
102
  },
103
103
  "devDependencies": {
104
104
  "@automattic/jetpack-base-styles": "^1.2.6",
105
- "@babel/core": "7.29.0",
105
+ "@babel/core": "7.29.6",
106
106
  "@babel/preset-react": "7.28.5",
107
107
  "@jest/globals": "30.4.1",
108
108
  "@storybook/addon-docs": "10.3.6",
@@ -1 +0,0 @@
1
- export default () => null;