@automattic/jetpack-components 1.3.4 → 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 +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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
|
+
|
|
9
|
+
## [1.3.5] - 2025-10-02
|
|
10
|
+
### Changed
|
|
11
|
+
- Update package dependencies. [#45334]
|
|
12
|
+
- Update package dependencies. [#45335]
|
|
13
|
+
|
|
5
14
|
## [1.3.4] - 2025-09-22
|
|
6
15
|
### Changed
|
|
7
16
|
- Update dependencies.
|
|
@@ -1536,6 +1545,8 @@
|
|
|
1536
1545
|
### Changed
|
|
1537
1546
|
- Update node version requirement to 14.16.1
|
|
1538
1547
|
|
|
1548
|
+
[1.3.6]: https://github.com/Automattic/jetpack-components/compare/1.3.5...1.3.6
|
|
1549
|
+
[1.3.5]: https://github.com/Automattic/jetpack-components/compare/1.3.4...1.3.5
|
|
1539
1550
|
[1.3.4]: https://github.com/Automattic/jetpack-components/compare/1.3.3...1.3.4
|
|
1540
1551
|
[1.3.3]: https://github.com/Automattic/jetpack-components/compare/1.3.2...1.3.3
|
|
1541
1552
|
[1.3.2]: https://github.com/Automattic/jetpack-components/compare/1.3.1...1.3.2
|
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": {
|
|
@@ -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.
|
|
45
|
+
"@automattic/jetpack-boost-score-api": "^1.0.16",
|
|
46
46
|
"@automattic/jetpack-script-data": "^0.5.3",
|
|
47
|
-
"@automattic/number-formatters": "^1.0.
|
|
47
|
+
"@automattic/number-formatters": "^1.0.13",
|
|
48
48
|
"@babel/runtime": "^7",
|
|
49
49
|
"@wordpress/browserslist-config": "6.31.0",
|
|
50
50
|
"@wordpress/components": "30.4.0",
|
|
@@ -59,13 +59,13 @@
|
|
|
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
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@automattic/jetpack-base-styles": "^1.0.10",
|
|
68
|
-
"@babel/core": "7.28.
|
|
68
|
+
"@babel/core": "7.28.4",
|
|
69
69
|
"@babel/preset-react": "7.27.1",
|
|
70
70
|
"@jest/globals": "30.0.4",
|
|
71
71
|
"@storybook/addon-docs": "9.0.15",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@testing-library/react": "16.3.0",
|
|
75
75
|
"@testing-library/user-event": "14.6.1",
|
|
76
76
|
"@types/jest": "30.0.0",
|
|
77
|
-
"@types/react": "18.3.
|
|
77
|
+
"@types/react": "18.3.25",
|
|
78
78
|
"@types/react-dom": "18.3.7",
|
|
79
79
|
"@types/react-slider": "1.3.6",
|
|
80
80
|
"jest": "30.0.4",
|