@automattic/jetpack-components 1.4.9 → 1.4.10
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 +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.4.10] - 2026-02-03
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#46905]
|
|
8
|
+
|
|
5
9
|
## [1.4.9] - 2026-02-02
|
|
6
10
|
### Added
|
|
7
11
|
- NavigatorModal: Allow passing all the props supported by underlying components. [#46856]
|
|
@@ -1632,6 +1636,7 @@
|
|
|
1632
1636
|
### Changed
|
|
1633
1637
|
- Update node version requirement to 14.16.1
|
|
1634
1638
|
|
|
1639
|
+
[1.4.10]: https://github.com/Automattic/jetpack-components/compare/1.4.9...1.4.10
|
|
1635
1640
|
[1.4.9]: https://github.com/Automattic/jetpack-components/compare/1.4.8...1.4.9
|
|
1636
1641
|
[1.4.8]: https://github.com/Automattic/jetpack-components/compare/1.4.7...1.4.8
|
|
1637
1642
|
[1.4.7]: https://github.com/Automattic/jetpack-components/compare/1.4.6...1.4.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.10",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@babel/core": "7.28.4",
|
|
73
73
|
"@babel/preset-react": "7.27.1",
|
|
74
74
|
"@jest/globals": "30.2.0",
|
|
75
|
-
"@storybook/addon-docs": "10.
|
|
76
|
-
"@storybook/react": "10.
|
|
75
|
+
"@storybook/addon-docs": "10.2.3",
|
|
76
|
+
"@storybook/react": "10.2.3",
|
|
77
77
|
"@testing-library/dom": "10.4.1",
|
|
78
78
|
"@testing-library/react": "16.3.0",
|
|
79
79
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"react": "18.3.1",
|
|
86
86
|
"react-dom": "18.3.1",
|
|
87
87
|
"require-from-string": "2.0.2",
|
|
88
|
-
"storybook": "10.
|
|
88
|
+
"storybook": "10.2.3",
|
|
89
89
|
"ts-dedent": "2.2.0",
|
|
90
90
|
"typescript": "5.9.3",
|
|
91
91
|
"webpack": "5.101.3",
|