@automattic/jetpack-components 1.4.7 → 1.4.8
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 +2 -2
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.8] - 2026-01-26
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
5
9
|
## [1.4.7] - 2026-01-23
|
|
6
10
|
### Changed
|
|
7
11
|
- Internal updates.
|
|
@@ -1620,6 +1624,7 @@
|
|
|
1620
1624
|
### Changed
|
|
1621
1625
|
- Update node version requirement to 14.16.1
|
|
1622
1626
|
|
|
1627
|
+
[1.4.8]: https://github.com/Automattic/jetpack-components/compare/1.4.7...1.4.8
|
|
1623
1628
|
[1.4.7]: https://github.com/Automattic/jetpack-components/compare/1.4.6...1.4.7
|
|
1624
1629
|
[1.4.6]: https://github.com/Automattic/jetpack-components/compare/1.4.5...1.4.6
|
|
1625
1630
|
[1.4.5]: https://github.com/Automattic/jetpack-components/compare/1.4.4...1.4.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@automattic/format-currency": "1.0.1",
|
|
48
48
|
"@automattic/jetpack-api": "^1.0.15",
|
|
49
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
49
|
+
"@automattic/jetpack-boost-score-api": "^1.0.26",
|
|
50
50
|
"@automattic/jetpack-script-data": "^0.5.4",
|
|
51
51
|
"@automattic/number-formatters": "^1.0.16",
|
|
52
52
|
"@babel/runtime": "^7",
|