@automattic/jetpack-components 1.2.0 → 1.2.1
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.2.1] - 2025-08-18
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
5
9
|
## [1.2.0] - 2025-08-14
|
|
6
10
|
### Added
|
|
7
11
|
- Add new Interstitial component. [#44665]
|
|
@@ -1508,6 +1512,7 @@
|
|
|
1508
1512
|
### Changed
|
|
1509
1513
|
- Update node version requirement to 14.16.1
|
|
1510
1514
|
|
|
1515
|
+
[1.2.1]: https://github.com/Automattic/jetpack-components/compare/1.2.0...1.2.1
|
|
1511
1516
|
[1.2.0]: https://github.com/Automattic/jetpack-components/compare/1.1.19...1.2.0
|
|
1512
1517
|
[1.1.19]: https://github.com/Automattic/jetpack-components/compare/1.1.18...1.1.19
|
|
1513
1518
|
[1.1.18]: https://github.com/Automattic/jetpack-components/compare/1.1.17...1.1.18
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
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,8 +42,8 @@
|
|
|
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.
|
|
46
|
-
"@automattic/jetpack-script-data": "^0.5.
|
|
45
|
+
"@automattic/jetpack-boost-score-api": "^1.0.11",
|
|
46
|
+
"@automattic/jetpack-script-data": "^0.5.2",
|
|
47
47
|
"@automattic/number-formatters": "^1.0.10",
|
|
48
48
|
"@babel/runtime": "^7",
|
|
49
49
|
"@wordpress/browserslist-config": "6.28.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"prop-types": "^15.7.2",
|
|
60
60
|
"qrcode.react": "4.2.0",
|
|
61
61
|
"react-slider": "2.0.5",
|
|
62
|
-
"social-logos": "^3.2.
|
|
62
|
+
"social-logos": "^3.2.9",
|
|
63
63
|
"uplot": "1.6.31",
|
|
64
64
|
"uplot-react": "1.1.4"
|
|
65
65
|
},
|