@automattic/jetpack-components 1.12.12 → 1.12.13

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 +3 -4
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.13] - 2026-06-26
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [1.12.12] - 2026-06-25
6
10
  ### Fixed
7
11
  - Icon tooltip: Type `iconCode` as `ReactElement` so it matches the `@wordpress/icons` Icon and `@wordpress/ui` 0.15 type definitions. [#49795]
@@ -1860,6 +1864,7 @@
1860
1864
  ### Changed
1861
1865
  - Update node version requirement to 14.16.1
1862
1866
 
1867
+ [1.12.13]: https://github.com/Automattic/jetpack-components/compare/1.12.12...1.12.13
1863
1868
  [1.12.12]: https://github.com/Automattic/jetpack-components/compare/1.12.11...1.12.12
1864
1869
  [1.12.11]: https://github.com/Automattic/jetpack-components/compare/1.12.10...1.12.11
1865
1870
  [1.12.10]: https://github.com/Automattic/jetpack-components/compare/1.12.9...1.12.10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.12.12",
3
+ "version": "1.12.13",
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.30",
77
- "@automattic/jetpack-boost-score-api": "^1.0.50",
77
+ "@automattic/jetpack-boost-score-api": "^1.0.51",
78
78
  "@automattic/jetpack-script-data": "^0.6.4",
79
- "@automattic/number-formatters": "^1.2.4",
79
+ "@automattic/number-formatters": "^1.2.5",
80
80
  "@babel/runtime": "^7",
81
81
  "@gravatar-com/hovercards": "0.16.0",
82
82
  "@wordpress/admin-ui": "2.1.0",
@@ -103,7 +103,6 @@
103
103
  "devDependencies": {
104
104
  "@automattic/jetpack-base-styles": "^1.2.7",
105
105
  "@babel/core": "7.29.7",
106
- "@babel/preset-react": "7.29.7",
107
106
  "@jest/globals": "30.4.1",
108
107
  "@storybook/addon-docs": "10.3.6",
109
108
  "@storybook/react": "10.3.6",