@automattic/jetpack-connection 1.4.46 → 1.4.47

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 +3 -3
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.47] - 2026-04-27
6
+ ### Changed
7
+ - Update dependencies.
8
+
5
9
  ## [1.4.46] - 2026-04-20
6
10
  ### Changed
7
11
  - Update package dependencies. [#48106] [#48126] [#48141]
@@ -1320,6 +1324,7 @@
1320
1324
  - `Main` and `ConnectUser` components added.
1321
1325
  - `JetpackRestApiClient` API client added.
1322
1326
 
1327
+ [1.4.47]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.46...v1.4.47
1323
1328
  [1.4.46]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.45...v1.4.46
1324
1329
  [1.4.45]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.44...v1.4.45
1325
1330
  [1.4.44]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.43...v1.4.44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.46",
3
+ "version": "1.4.47",
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,9 +28,9 @@
28
28
  "typecheck": "tsgo --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@automattic/jetpack-analytics": "^1.0.9",
31
+ "@automattic/jetpack-analytics": "^1.0.10",
32
32
  "@automattic/jetpack-api": "^1.0.23",
33
- "@automattic/jetpack-components": "^1.8.3",
33
+ "@automattic/jetpack-components": "^1.9.0",
34
34
  "@automattic/jetpack-config": "^1.0.8",
35
35
  "@automattic/jetpack-script-data": "^0.6.2",
36
36
  "@wordpress/base-styles": "6.20.0",