@automattic/jetpack-components 1.3.5 → 1.3.6
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.3.6] - 2025-10-13
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
5
9
|
## [1.3.5] - 2025-10-02
|
|
6
10
|
### Changed
|
|
7
11
|
- Update package dependencies. [#45334]
|
|
@@ -1541,6 +1545,7 @@
|
|
|
1541
1545
|
### Changed
|
|
1542
1546
|
- Update node version requirement to 14.16.1
|
|
1543
1547
|
|
|
1548
|
+
[1.3.6]: https://github.com/Automattic/jetpack-components/compare/1.3.5...1.3.6
|
|
1544
1549
|
[1.3.5]: https://github.com/Automattic/jetpack-components/compare/1.3.4...1.3.5
|
|
1545
1550
|
[1.3.4]: https://github.com/Automattic/jetpack-components/compare/1.3.3...1.3.4
|
|
1546
1551
|
[1.3.3]: https://github.com/Automattic/jetpack-components/compare/1.3.2...1.3.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
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.
|
|
62
|
+
"social-logos": "^3.3.0",
|
|
63
63
|
"uplot": "1.6.31",
|
|
64
64
|
"uplot-react": "1.1.4"
|
|
65
65
|
},
|