@automattic/jetpack-components 1.12.8 → 1.12.9
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 +5 -0
- package/package.json +16 -16
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.9] - 2026-06-22
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#49691] [#49757]
|
|
8
|
+
|
|
5
9
|
## [1.12.8] - 2026-06-15
|
|
6
10
|
### Changed
|
|
7
11
|
- Update package dependencies. [#49631]
|
|
@@ -1844,6 +1848,7 @@
|
|
|
1844
1848
|
### Changed
|
|
1845
1849
|
- Update node version requirement to 14.16.1
|
|
1846
1850
|
|
|
1851
|
+
[1.12.9]: https://github.com/Automattic/jetpack-components/compare/1.12.8...1.12.9
|
|
1847
1852
|
[1.12.8]: https://github.com/Automattic/jetpack-components/compare/1.12.7...1.12.8
|
|
1848
1853
|
[1.12.7]: https://github.com/Automattic/jetpack-components/compare/1.12.6...1.12.7
|
|
1849
1854
|
[1.12.6]: https://github.com/Automattic/jetpack-components/compare/1.12.5...1.12.6
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.9",
|
|
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.
|
|
77
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
76
|
+
"@automattic/jetpack-api": "^1.0.30",
|
|
77
|
+
"@automattic/jetpack-boost-score-api": "^1.0.49",
|
|
78
78
|
"@automattic/jetpack-script-data": "^0.6.4",
|
|
79
|
-
"@automattic/number-formatters": "^1.2.
|
|
79
|
+
"@automattic/number-formatters": "^1.2.4",
|
|
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.48.
|
|
84
|
-
"@wordpress/components": "35.0.
|
|
85
|
-
"@wordpress/compose": "8.1.
|
|
86
|
-
"@wordpress/data": "10.48.
|
|
87
|
-
"@wordpress/date": "5.48.
|
|
88
|
-
"@wordpress/element": "8.0.
|
|
89
|
-
"@wordpress/i18n": "6.21.
|
|
83
|
+
"@wordpress/browserslist-config": "6.48.1",
|
|
84
|
+
"@wordpress/components": "35.0.1",
|
|
85
|
+
"@wordpress/compose": "8.1.1",
|
|
86
|
+
"@wordpress/data": "10.48.1",
|
|
87
|
+
"@wordpress/date": "5.48.1",
|
|
88
|
+
"@wordpress/element": "8.0.1",
|
|
89
|
+
"@wordpress/i18n": "6.21.1",
|
|
90
90
|
"@wordpress/icons": "13.1.0",
|
|
91
|
-
"@wordpress/notices": "5.48.
|
|
92
|
-
"@wordpress/theme": "0.15.
|
|
91
|
+
"@wordpress/notices": "5.48.1",
|
|
92
|
+
"@wordpress/theme": "0.15.1",
|
|
93
93
|
"@wordpress/ui": "0.13.0",
|
|
94
94
|
"clsx": "2.1.1",
|
|
95
95
|
"js-sha256": "0.11.1",
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"uplot-react": "1.1.4"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@automattic/jetpack-base-styles": "^1.2.
|
|
105
|
-
"@babel/core": "7.29.
|
|
106
|
-
"@babel/preset-react": "7.
|
|
104
|
+
"@automattic/jetpack-base-styles": "^1.2.7",
|
|
105
|
+
"@babel/core": "7.29.7",
|
|
106
|
+
"@babel/preset-react": "7.29.7",
|
|
107
107
|
"@jest/globals": "30.4.1",
|
|
108
108
|
"@storybook/addon-docs": "10.3.6",
|
|
109
109
|
"@storybook/react": "10.3.6",
|