@automattic/jetpack-components 1.12.3 → 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.
- package/CHANGELOG.md +5 -0
- package/package.json +4 -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.4] - 2026-06-08
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
5
9
|
## [1.12.3] - 2026-06-03
|
|
6
10
|
### Changed
|
|
7
11
|
- Internal updates.
|
|
@@ -1824,6 +1828,7 @@
|
|
|
1824
1828
|
### Changed
|
|
1825
1829
|
- Update node version requirement to 14.16.1
|
|
1826
1830
|
|
|
1831
|
+
[1.12.4]: https://github.com/Automattic/jetpack-components/compare/1.12.3...1.12.4
|
|
1827
1832
|
[1.12.3]: https://github.com/Automattic/jetpack-components/compare/1.12.2...1.12.3
|
|
1828
1833
|
[1.12.2]: https://github.com/Automattic/jetpack-components/compare/1.12.1...1.12.2
|
|
1829
1834
|
[1.12.1]: https://github.com/Automattic/jetpack-components/compare/1.12.0...1.12.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.12.
|
|
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.
|
|
77
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
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.
|
|
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",
|