@automattic/jetpack-components 1.3.10 → 1.3.12
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 +12 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.3.12] - 2025-11-20
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#46022]
|
|
8
|
+
|
|
9
|
+
## [1.3.11] - 2025-11-18
|
|
10
|
+
### Changed
|
|
11
|
+
- Update dependencies.
|
|
12
|
+
|
|
5
13
|
## [1.3.10] - 2025-11-17
|
|
6
14
|
### Changed
|
|
7
|
-
- Update package dependencies. [#45915]
|
|
8
|
-
- Update package dependencies. [#45958]
|
|
15
|
+
- Update package dependencies. [#45915] [#45958]
|
|
9
16
|
|
|
10
17
|
## [1.3.9] - 2025-11-10
|
|
11
18
|
### Changed
|
|
@@ -26,8 +33,7 @@
|
|
|
26
33
|
|
|
27
34
|
## [1.3.5] - 2025-10-02
|
|
28
35
|
### Changed
|
|
29
|
-
- Update package dependencies. [#45334]
|
|
30
|
-
- Update package dependencies. [#45335]
|
|
36
|
+
- Update package dependencies. [#45334] [#45335]
|
|
31
37
|
|
|
32
38
|
## [1.3.4] - 2025-09-22
|
|
33
39
|
### Changed
|
|
@@ -1563,6 +1569,8 @@
|
|
|
1563
1569
|
### Changed
|
|
1564
1570
|
- Update node version requirement to 14.16.1
|
|
1565
1571
|
|
|
1572
|
+
[1.3.12]: https://github.com/Automattic/jetpack-components/compare/1.3.11...1.3.12
|
|
1573
|
+
[1.3.11]: https://github.com/Automattic/jetpack-components/compare/1.3.10...1.3.11
|
|
1566
1574
|
[1.3.10]: https://github.com/Automattic/jetpack-components/compare/1.3.9...1.3.10
|
|
1567
1575
|
[1.3.9]: https://github.com/Automattic/jetpack-components/compare/1.3.8...1.3.9
|
|
1568
1576
|
[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.12",
|
|
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
|
},
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@babel/core": "7.28.4",
|
|
69
69
|
"@babel/preset-react": "7.27.1",
|
|
70
70
|
"@jest/globals": "30.2.0",
|
|
71
|
-
"@storybook/addon-docs": "
|
|
72
|
-
"@storybook/react": "
|
|
71
|
+
"@storybook/addon-docs": "10.0.8",
|
|
72
|
+
"@storybook/react": "10.0.8",
|
|
73
73
|
"@testing-library/dom": "10.4.1",
|
|
74
74
|
"@testing-library/react": "16.3.0",
|
|
75
75
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"react": "18.3.1",
|
|
83
83
|
"react-dom": "18.3.1",
|
|
84
84
|
"require-from-string": "2.0.2",
|
|
85
|
-
"storybook": "
|
|
85
|
+
"storybook": "10.0.8",
|
|
86
86
|
"ts-dedent": "2.2.0",
|
|
87
87
|
"typescript": "5.9.3",
|
|
88
88
|
"webpack": "5.101.3",
|