@automattic/jetpack-connection 1.4.49 → 1.4.51

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 +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Connection Component releases.
4
4
 
5
+ ## [1.4.51] - 2026-05-19
6
+ ### Changed
7
+ - Internal updates.
8
+
9
+ ## [1.4.50] - 2026-05-14
10
+ ### Changed
11
+ - Update package dependencies. [#48696]
12
+
5
13
  ## [1.4.49] - 2026-05-11
6
14
  ### Changed
7
15
  - Components: Use Link from `@wordpress/ui` instead of ExternalLink. [#48529]
@@ -1334,6 +1342,8 @@
1334
1342
  - `Main` and `ConnectUser` components added.
1335
1343
  - `JetpackRestApiClient` API client added.
1336
1344
 
1345
+ [1.4.51]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.50...v1.4.51
1346
+ [1.4.50]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.49...v1.4.50
1337
1347
  [1.4.49]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.48...v1.4.49
1338
1348
  [1.4.48]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.47...v1.4.48
1339
1349
  [1.4.47]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.46...v1.4.47
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.49",
3
+ "version": "1.4.51",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -28,11 +28,11 @@
28
28
  "typecheck": "tsgo --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@automattic/jetpack-analytics": "^1.0.11",
32
- "@automattic/jetpack-api": "^1.0.24",
33
- "@automattic/jetpack-components": "^1.11.0",
34
- "@automattic/jetpack-config": "^1.0.9",
35
- "@automattic/jetpack-script-data": "^0.6.3",
31
+ "@automattic/jetpack-analytics": "^1.0.12",
32
+ "@automattic/jetpack-api": "^1.0.25",
33
+ "@automattic/jetpack-components": "^1.11.2",
34
+ "@automattic/jetpack-config": "^1.0.10",
35
+ "@automattic/jetpack-script-data": "^0.6.4",
36
36
  "@wordpress/base-styles": "6.20.0",
37
37
  "@wordpress/browserslist-config": "6.44.0",
38
38
  "@wordpress/components": "32.6.0",
@@ -47,7 +47,7 @@
47
47
  "prop-types": "^15.7.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@automattic/jetpack-base-styles": "^1.2.1",
50
+ "@automattic/jetpack-base-styles": "^1.2.3",
51
51
  "@babel/core": "7.29.0",
52
52
  "@babel/preset-react": "7.28.5",
53
53
  "@testing-library/dom": "10.4.1",
@@ -58,7 +58,7 @@
58
58
  "jest": "30.3.0",
59
59
  "react": "18.3.1",
60
60
  "react-dom": "18.3.1",
61
- "storybook": "10.3.5"
61
+ "storybook": "10.3.6"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "react": "^18.0.0",