@automattic/jetpack-components 1.4.5 → 1.4.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 +14 -14
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.4.7] - 2026-01-23
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
9
|
+
## [1.4.6] - 2026-01-19
|
|
10
|
+
### Changed
|
|
11
|
+
- Update package dependencies. [#46647]
|
|
12
|
+
|
|
5
13
|
## [1.4.5] - 2026-01-14
|
|
6
14
|
### Changed
|
|
7
15
|
- Internal updates.
|
|
@@ -1612,6 +1620,8 @@
|
|
|
1612
1620
|
### Changed
|
|
1613
1621
|
- Update node version requirement to 14.16.1
|
|
1614
1622
|
|
|
1623
|
+
[1.4.7]: https://github.com/Automattic/jetpack-components/compare/1.4.6...1.4.7
|
|
1624
|
+
[1.4.6]: https://github.com/Automattic/jetpack-components/compare/1.4.5...1.4.6
|
|
1615
1625
|
[1.4.5]: https://github.com/Automattic/jetpack-components/compare/1.4.4...1.4.5
|
|
1616
1626
|
[1.4.4]: https://github.com/Automattic/jetpack-components/compare/1.4.3...1.4.4
|
|
1617
1627
|
[1.4.3]: https://github.com/Automattic/jetpack-components/compare/1.4.2...1.4.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.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": {
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@automattic/format-currency": "1.0.1",
|
|
48
|
-
"@automattic/jetpack-api": "^1.0.
|
|
49
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
48
|
+
"@automattic/jetpack-api": "^1.0.15",
|
|
49
|
+
"@automattic/jetpack-boost-score-api": "^1.0.25",
|
|
50
50
|
"@automattic/jetpack-script-data": "^0.5.4",
|
|
51
51
|
"@automattic/number-formatters": "^1.0.16",
|
|
52
52
|
"@babel/runtime": "^7",
|
|
53
|
-
"@wordpress/browserslist-config": "6.
|
|
54
|
-
"@wordpress/components": "
|
|
55
|
-
"@wordpress/compose": "7.
|
|
56
|
-
"@wordpress/data": "10.
|
|
57
|
-
"@wordpress/date": "5.
|
|
58
|
-
"@wordpress/element": "6.
|
|
59
|
-
"@wordpress/i18n": "6.
|
|
60
|
-
"@wordpress/icons": "11.
|
|
61
|
-
"@wordpress/notices": "5.
|
|
53
|
+
"@wordpress/browserslist-config": "6.38.0",
|
|
54
|
+
"@wordpress/components": "32.0.0",
|
|
55
|
+
"@wordpress/compose": "7.38.0",
|
|
56
|
+
"@wordpress/data": "10.38.0",
|
|
57
|
+
"@wordpress/date": "5.38.0",
|
|
58
|
+
"@wordpress/element": "6.38.0",
|
|
59
|
+
"@wordpress/i18n": "6.11.0",
|
|
60
|
+
"@wordpress/icons": "11.5.0",
|
|
61
|
+
"@wordpress/notices": "5.38.0",
|
|
62
62
|
"clsx": "2.1.1",
|
|
63
63
|
"prop-types": "^15.7.2",
|
|
64
64
|
"qrcode.react": "4.2.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"uplot-react": "1.1.4"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
71
|
+
"@automattic/jetpack-base-styles": "^1.0.14",
|
|
72
72
|
"@babel/core": "7.28.4",
|
|
73
73
|
"@babel/preset-react": "7.27.1",
|
|
74
74
|
"@jest/globals": "30.2.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@testing-library/react": "16.3.0",
|
|
79
79
|
"@testing-library/user-event": "14.6.1",
|
|
80
80
|
"@types/jest": "30.0.0",
|
|
81
|
-
"@types/react": "18.3.
|
|
81
|
+
"@types/react": "18.3.27",
|
|
82
82
|
"@types/react-dom": "18.3.7",
|
|
83
83
|
"@types/react-slider": "1.3.6",
|
|
84
84
|
"jest": "30.2.0",
|