@automattic/jetpack-components 1.4.3 → 1.4.4

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 +5 -0
  2. package/package.json +13 -13
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.4] - 2026-01-07
6
+ ### Changed
7
+ - Update package dependencies. [#46456]
8
+
5
9
  ## [1.4.3] - 2025-12-22
6
10
  ### Added
7
11
  - Added subpath export for jetpack-logo component. [#46206]
@@ -1604,6 +1608,7 @@
1604
1608
  ### Changed
1605
1609
  - Update node version requirement to 14.16.1
1606
1610
 
1611
+ [1.4.4]: https://github.com/Automattic/jetpack-components/compare/1.4.3...1.4.4
1607
1612
  [1.4.3]: https://github.com/Automattic/jetpack-components/compare/1.4.2...1.4.3
1608
1613
  [1.4.2]: https://github.com/Automattic/jetpack-components/compare/1.4.1...1.4.2
1609
1614
  [1.4.1]: https://github.com/Automattic/jetpack-components/compare/1.4.0...1.4.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
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.12",
49
- "@automattic/jetpack-boost-score-api": "^1.0.22",
48
+ "@automattic/jetpack-api": "^1.0.13",
49
+ "@automattic/jetpack-boost-score-api": "^1.0.23",
50
50
  "@automattic/jetpack-script-data": "^0.5.4",
51
51
  "@automattic/number-formatters": "^1.0.15",
52
52
  "@babel/runtime": "^7",
53
- "@wordpress/browserslist-config": "6.36.0",
54
- "@wordpress/components": "30.9.0",
55
- "@wordpress/compose": "7.36.0",
56
- "@wordpress/data": "10.36.0",
57
- "@wordpress/date": "5.36.0",
58
- "@wordpress/element": "6.36.0",
59
- "@wordpress/i18n": "6.9.0",
60
- "@wordpress/icons": "11.3.0",
61
- "@wordpress/notices": "5.36.0",
53
+ "@wordpress/browserslist-config": "6.37.0",
54
+ "@wordpress/components": "31.0.0",
55
+ "@wordpress/compose": "7.37.0",
56
+ "@wordpress/data": "10.37.0",
57
+ "@wordpress/date": "5.37.0",
58
+ "@wordpress/element": "6.37.0",
59
+ "@wordpress/i18n": "6.10.0",
60
+ "@wordpress/icons": "11.4.0",
61
+ "@wordpress/notices": "5.37.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.12",
71
+ "@automattic/jetpack-base-styles": "^1.0.13",
72
72
  "@babel/core": "7.28.4",
73
73
  "@babel/preset-react": "7.27.1",
74
74
  "@jest/globals": "30.2.0",