@automattic/jetpack-connection 0.39.8 → 0.39.9

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Connection Component releases.
4
4
 
5
+ ## [0.39.9] - 2025-04-01
6
+ ### Changed
7
+ - Update package dependencies. [#42809]
8
+
5
9
  ## [0.39.8] - 2025-04-01
6
10
  ### Fixed
7
11
  - Fix Typescript configuration [#42762]
@@ -988,6 +992,7 @@
988
992
  - `Main` and `ConnectUser` components added.
989
993
  - `JetpackRestApiClient` API client added.
990
994
 
995
+ [0.39.9]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.8...v0.39.9
991
996
  [0.39.8]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.7...v0.39.8
992
997
  [0.39.7]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.6...v0.39.7
993
998
  [0.39.6]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.5...v0.39.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.39.8",
3
+ "version": "0.39.9",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -15,23 +15,23 @@
15
15
  "license": "GPL-2.0-or-later",
16
16
  "dependencies": {
17
17
  "@automattic/jetpack-analytics": "^0.1.36",
18
- "@automattic/jetpack-api": "^0.20.0",
19
- "@automattic/jetpack-components": "^0.72.1",
18
+ "@automattic/jetpack-api": "^0.20.1",
19
+ "@automattic/jetpack-components": "^0.72.2",
20
20
  "@automattic/jetpack-config": "^0.1.29",
21
21
  "@automattic/jetpack-script-data": "^0.3.0",
22
- "@wordpress/base-styles": "5.19.0",
23
- "@wordpress/browserslist-config": "6.19.0",
24
- "@wordpress/components": "29.5.0",
25
- "@wordpress/data": "10.19.0",
26
- "@wordpress/element": "6.19.0",
27
- "@wordpress/i18n": "5.19.0",
28
- "@wordpress/icons": "10.19.0",
22
+ "@wordpress/base-styles": "5.21.0",
23
+ "@wordpress/browserslist-config": "6.21.0",
24
+ "@wordpress/components": "29.7.0",
25
+ "@wordpress/data": "10.21.0",
26
+ "@wordpress/element": "6.21.0",
27
+ "@wordpress/i18n": "5.21.0",
28
+ "@wordpress/icons": "10.21.0",
29
29
  "clsx": "2.1.1",
30
30
  "debug": "4.4.0",
31
31
  "prop-types": "^15.7.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@automattic/jetpack-base-styles": "^0.6.44",
34
+ "@automattic/jetpack-base-styles": "^0.6.45",
35
35
  "@babel/core": "7.26.10",
36
36
  "@babel/preset-react": "7.26.3",
37
37
  "@storybook/addon-actions": "8.6.7",