@automattic/jetpack-connection 1.4.59 → 1.4.61

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.
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.61] - 2026-06-15
6
+ ### Changed
7
+ - Update package dependencies. [#49631]
8
+
9
+ ## [1.4.60] - 2026-06-15
10
+ ### Changed
11
+ - Internal updates.
12
+
5
13
  ## [1.4.59] - 2026-06-09
6
14
  ### Changed
7
15
  - Update package dependencies. [#49273]
@@ -1377,6 +1385,8 @@
1377
1385
  - `Main` and `ConnectUser` components added.
1378
1386
  - `JetpackRestApiClient` API client added.
1379
1387
 
1388
+ [1.4.61]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.60...v1.4.61
1389
+ [1.4.60]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.59...v1.4.60
1380
1390
  [1.4.59]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.58...v1.4.59
1381
1391
  [1.4.58]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.57...v1.4.58
1382
1392
  [1.4.57]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.56...v1.4.57
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.59",
3
+ "version": "1.4.61",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@automattic/jetpack-analytics": "^1.0.15",
34
34
  "@automattic/jetpack-api": "^1.0.29",
35
- "@automattic/jetpack-components": "^1.12.6",
35
+ "@automattic/jetpack-components": "^1.12.8",
36
36
  "@automattic/jetpack-config": "^1.0.13",
37
37
  "@automattic/jetpack-script-data": "^0.6.4",
38
38
  "@wordpress/base-styles": "9.1.0",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@automattic/jetpack-base-styles": "^1.2.6",
53
- "@babel/core": "7.29.0",
53
+ "@babel/core": "7.29.6",
54
54
  "@babel/preset-react": "7.28.5",
55
55
  "@testing-library/dom": "10.4.1",
56
56
  "@testing-library/react": "16.3.2",
package/index.native.js DELETED
@@ -1 +0,0 @@
1
- export { default as useConnection } from './components/use-connection';