@automattic/jetpack-components 1.3.11 → 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 +6 -2
- package/package.json +4 -4
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.12] - 2025-11-20
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#46022]
|
|
8
|
+
|
|
5
9
|
## [1.3.11] - 2025-11-18
|
|
6
10
|
### Changed
|
|
7
11
|
- Update dependencies.
|
|
@@ -29,8 +33,7 @@
|
|
|
29
33
|
|
|
30
34
|
## [1.3.5] - 2025-10-02
|
|
31
35
|
### Changed
|
|
32
|
-
- Update package dependencies. [#45334]
|
|
33
|
-
- Update package dependencies. [#45335]
|
|
36
|
+
- Update package dependencies. [#45334] [#45335]
|
|
34
37
|
|
|
35
38
|
## [1.3.4] - 2025-09-22
|
|
36
39
|
### Changed
|
|
@@ -1566,6 +1569,7 @@
|
|
|
1566
1569
|
### Changed
|
|
1567
1570
|
- Update node version requirement to 14.16.1
|
|
1568
1571
|
|
|
1572
|
+
[1.3.12]: https://github.com/Automattic/jetpack-components/compare/1.3.11...1.3.12
|
|
1569
1573
|
[1.3.11]: https://github.com/Automattic/jetpack-components/compare/1.3.10...1.3.11
|
|
1570
1574
|
[1.3.10]: https://github.com/Automattic/jetpack-components/compare/1.3.9...1.3.10
|
|
1571
1575
|
[1.3.9]: https://github.com/Automattic/jetpack-components/compare/1.3.8...1.3.9
|
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": {
|
|
@@ -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",
|