@automattic/jetpack-connection 1.4.50 → 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 +5 -0
  2. package/package.json +7 -7
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
+ ## [1.4.51] - 2026-05-19
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [1.4.50] - 2026-05-14
6
10
  ### Changed
7
11
  - Update package dependencies. [#48696]
@@ -1338,6 +1342,7 @@
1338
1342
  - `Main` and `ConnectUser` components added.
1339
1343
  - `JetpackRestApiClient` API client added.
1340
1344
 
1345
+ [1.4.51]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.50...v1.4.51
1341
1346
  [1.4.50]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.49...v1.4.50
1342
1347
  [1.4.49]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.48...v1.4.49
1343
1348
  [1.4.48]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.47...v1.4.48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.50",
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.1",
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.2",
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",