@automattic/jetpack-components 1.4.6 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
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.8] - 2026-01-26
6
+ ### Changed
7
+ - Update dependencies.
8
+
9
+ ## [1.4.7] - 2026-01-23
10
+ ### Changed
11
+ - Internal updates.
12
+
5
13
  ## [1.4.6] - 2026-01-19
6
14
  ### Changed
7
15
  - Update package dependencies. [#46647]
@@ -1616,6 +1624,8 @@
1616
1624
  ### Changed
1617
1625
  - Update node version requirement to 14.16.1
1618
1626
 
1627
+ [1.4.8]: https://github.com/Automattic/jetpack-components/compare/1.4.7...1.4.8
1628
+ [1.4.7]: https://github.com/Automattic/jetpack-components/compare/1.4.6...1.4.7
1619
1629
  [1.4.6]: https://github.com/Automattic/jetpack-components/compare/1.4.5...1.4.6
1620
1630
  [1.4.5]: https://github.com/Automattic/jetpack-components/compare/1.4.4...1.4.5
1621
1631
  [1.4.4]: https://github.com/Automattic/jetpack-components/compare/1.4.3...1.4.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.4.6",
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.25",
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",