@automattic/jetpack-components 1.3.5 → 1.3.7
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 +10 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.3.7] - 2025-10-28
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#45652]
|
|
8
|
+
|
|
9
|
+
## [1.3.6] - 2025-10-13
|
|
10
|
+
### Changed
|
|
11
|
+
- Update dependencies.
|
|
12
|
+
|
|
5
13
|
## [1.3.5] - 2025-10-02
|
|
6
14
|
### Changed
|
|
7
15
|
- Update package dependencies. [#45334]
|
|
@@ -1541,6 +1549,8 @@
|
|
|
1541
1549
|
### Changed
|
|
1542
1550
|
- Update node version requirement to 14.16.1
|
|
1543
1551
|
|
|
1552
|
+
[1.3.7]: https://github.com/Automattic/jetpack-components/compare/1.3.6...1.3.7
|
|
1553
|
+
[1.3.6]: https://github.com/Automattic/jetpack-components/compare/1.3.5...1.3.6
|
|
1544
1554
|
[1.3.5]: https://github.com/Automattic/jetpack-components/compare/1.3.4...1.3.5
|
|
1545
1555
|
[1.3.4]: https://github.com/Automattic/jetpack-components/compare/1.3.3...1.3.4
|
|
1546
1556
|
[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.7",
|
|
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,9 +42,9 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@automattic/format-currency": "1.0.1",
|
|
44
44
|
"@automattic/jetpack-api": "^1.0.10",
|
|
45
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
46
|
-
"@automattic/jetpack-script-data": "^0.5.
|
|
47
|
-
"@automattic/number-formatters": "^1.0.
|
|
45
|
+
"@automattic/jetpack-boost-score-api": "^1.0.17",
|
|
46
|
+
"@automattic/jetpack-script-data": "^0.5.4",
|
|
47
|
+
"@automattic/number-formatters": "^1.0.14",
|
|
48
48
|
"@babel/runtime": "^7",
|
|
49
49
|
"@wordpress/browserslist-config": "6.31.0",
|
|
50
50
|
"@wordpress/components": "30.4.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.
|
|
62
|
+
"social-logos": "^3.3.1",
|
|
63
63
|
"uplot": "1.6.31",
|
|
64
64
|
"uplot-react": "1.1.4"
|
|
65
65
|
},
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"require-from-string": "2.0.2",
|
|
85
85
|
"storybook": "9.0.15",
|
|
86
86
|
"ts-dedent": "2.2.0",
|
|
87
|
-
"typescript": "5.9.
|
|
87
|
+
"typescript": "5.9.3",
|
|
88
88
|
"webpack": "5.101.3",
|
|
89
89
|
"webpack-cli": "6.0.1"
|
|
90
90
|
},
|