@automattic/jetpack-components 1.2.1 → 1.2.2
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 +2 -2
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.2.2] - 2025-08-25
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
5
9
|
## [1.2.1] - 2025-08-18
|
|
6
10
|
### Changed
|
|
7
11
|
- Update dependencies.
|
|
@@ -1512,6 +1516,7 @@
|
|
|
1512
1516
|
### Changed
|
|
1513
1517
|
- Update node version requirement to 14.16.1
|
|
1514
1518
|
|
|
1519
|
+
[1.2.2]: https://github.com/Automattic/jetpack-components/compare/1.2.1...1.2.2
|
|
1515
1520
|
[1.2.1]: https://github.com/Automattic/jetpack-components/compare/1.2.0...1.2.1
|
|
1516
1521
|
[1.2.0]: https://github.com/Automattic/jetpack-components/compare/1.1.19...1.2.0
|
|
1517
1522
|
[1.1.19]: https://github.com/Automattic/jetpack-components/compare/1.1.18...1.1.19
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@automattic/format-currency": "1.0.1",
|
|
44
44
|
"@automattic/jetpack-api": "^1.0.8",
|
|
45
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
45
|
+
"@automattic/jetpack-boost-score-api": "^1.0.12",
|
|
46
46
|
"@automattic/jetpack-script-data": "^0.5.2",
|
|
47
47
|
"@automattic/number-formatters": "^1.0.10",
|
|
48
48
|
"@babel/runtime": "^7",
|