@automattic/jetpack-components 1.12.9 → 1.12.10
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 +3 -3
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.10] - 2026-06-23
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#49831]
|
|
8
|
+
|
|
5
9
|
## [1.12.9] - 2026-06-22
|
|
6
10
|
### Changed
|
|
7
11
|
- Update package dependencies. [#49691] [#49757]
|
|
@@ -1848,6 +1852,7 @@
|
|
|
1848
1852
|
### Changed
|
|
1849
1853
|
- Update node version requirement to 14.16.1
|
|
1850
1854
|
|
|
1855
|
+
[1.12.10]: https://github.com/Automattic/jetpack-components/compare/1.12.9...1.12.10
|
|
1851
1856
|
[1.12.9]: https://github.com/Automattic/jetpack-components/compare/1.12.8...1.12.9
|
|
1852
1857
|
[1.12.8]: https://github.com/Automattic/jetpack-components/compare/1.12.7...1.12.8
|
|
1853
1858
|
[1.12.7]: https://github.com/Automattic/jetpack-components/compare/1.12.6...1.12.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.10",
|
|
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,7 +74,7 @@
|
|
|
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.
|
|
77
|
+
"@automattic/jetpack-boost-score-api": "^1.0.50",
|
|
78
78
|
"@automattic/jetpack-script-data": "^0.6.4",
|
|
79
79
|
"@automattic/number-formatters": "^1.2.4",
|
|
80
80
|
"@babel/runtime": "^7",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"storybook": "10.3.6",
|
|
123
123
|
"ts-dedent": "2.2.0",
|
|
124
124
|
"typescript": "5.9.3",
|
|
125
|
-
"webpack": "5.
|
|
125
|
+
"webpack": "5.107.2",
|
|
126
126
|
"webpack-cli": "6.0.1"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|