@automattic/jetpack-components 1.4.4 → 1.4.5
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 -5
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.5] - 2026-01-14
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
5
9
|
## [1.4.4] - 2026-01-07
|
|
6
10
|
### Changed
|
|
7
11
|
- Update package dependencies. [#46456]
|
|
@@ -1608,6 +1612,7 @@
|
|
|
1608
1612
|
### Changed
|
|
1609
1613
|
- Update node version requirement to 14.16.1
|
|
1610
1614
|
|
|
1615
|
+
[1.4.5]: https://github.com/Automattic/jetpack-components/compare/1.4.4...1.4.5
|
|
1611
1616
|
[1.4.4]: https://github.com/Automattic/jetpack-components/compare/1.4.3...1.4.4
|
|
1612
1617
|
[1.4.3]: https://github.com/Automattic/jetpack-components/compare/1.4.2...1.4.3
|
|
1613
1618
|
[1.4.2]: https://github.com/Automattic/jetpack-components/compare/1.4.1...1.4.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
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,10 +45,10 @@
|
|
|
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.14",
|
|
49
|
+
"@automattic/jetpack-boost-score-api": "^1.0.24",
|
|
50
50
|
"@automattic/jetpack-script-data": "^0.5.4",
|
|
51
|
-
"@automattic/number-formatters": "^1.0.
|
|
51
|
+
"@automattic/number-formatters": "^1.0.16",
|
|
52
52
|
"@babel/runtime": "^7",
|
|
53
53
|
"@wordpress/browserslist-config": "6.37.0",
|
|
54
54
|
"@wordpress/components": "31.0.0",
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"@types/react-dom": "18.3.7",
|
|
83
83
|
"@types/react-slider": "1.3.6",
|
|
84
84
|
"jest": "30.2.0",
|
|
85
|
-
"jest-environment-jsdom": "30.2.0",
|
|
86
85
|
"react": "18.3.1",
|
|
87
86
|
"react-dom": "18.3.1",
|
|
88
87
|
"require-from-string": "2.0.2",
|