@automattic/jetpack-components 1.3.10 → 1.3.11
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 +6 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.3.11] - 2025-11-18
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
5
9
|
## [1.3.10] - 2025-11-17
|
|
6
10
|
### Changed
|
|
7
|
-
- Update package dependencies. [#45915]
|
|
8
|
-
- Update package dependencies. [#45958]
|
|
11
|
+
- Update package dependencies. [#45915] [#45958]
|
|
9
12
|
|
|
10
13
|
## [1.3.9] - 2025-11-10
|
|
11
14
|
### Changed
|
|
@@ -1563,6 +1566,7 @@
|
|
|
1563
1566
|
### Changed
|
|
1564
1567
|
- Update node version requirement to 14.16.1
|
|
1565
1568
|
|
|
1569
|
+
[1.3.11]: https://github.com/Automattic/jetpack-components/compare/1.3.10...1.3.11
|
|
1566
1570
|
[1.3.10]: https://github.com/Automattic/jetpack-components/compare/1.3.9...1.3.10
|
|
1567
1571
|
[1.3.9]: https://github.com/Automattic/jetpack-components/compare/1.3.8...1.3.9
|
|
1568
1572
|
[1.3.8]: https://github.com/Automattic/jetpack-components/compare/1.3.7...1.3.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.11",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -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.3.
|
|
62
|
+
"social-logos": "^3.3.4",
|
|
63
63
|
"uplot": "1.6.31",
|
|
64
64
|
"uplot-react": "1.1.4"
|
|
65
65
|
},
|