@automattic/jetpack-connection 1.4.34 → 1.4.36

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 -9
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.36] - 2026-02-23
6
+ ### Changed
7
+ - Update dependencies.
8
+
9
+ ## [1.4.35] - 2026-02-18
10
+ ### Changed
11
+ - Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
12
+
5
13
  ## [1.4.34] - 2026-02-16
6
14
  ### Changed
7
15
  - Update package dependencies. [#47099]
@@ -1269,6 +1277,8 @@
1269
1277
  - `Main` and `ConnectUser` components added.
1270
1278
  - `JetpackRestApiClient` API client added.
1271
1279
 
1280
+ [1.4.36]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.35...v1.4.36
1281
+ [1.4.35]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.34...v1.4.35
1272
1282
  [1.4.34]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.33...v1.4.34
1273
1283
  [1.4.33]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.32...v1.4.33
1274
1284
  [1.4.32]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.31...v1.4.32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.34",
3
+ "version": "1.4.36",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -8,8 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/Automattic/jetpack.git",
12
- "directory": "projects/js-packages/connection"
11
+ "url": "git+https://github.com/Automattic/jetpack-connection-js.git"
13
12
  },
14
13
  "license": "GPL-2.0-or-later",
15
14
  "author": "Automattic",
@@ -29,11 +28,11 @@
29
28
  "typecheck": "tsc --noEmit"
30
29
  },
31
30
  "dependencies": {
32
- "@automattic/jetpack-analytics": "^1.0.7",
33
- "@automattic/jetpack-api": "^1.0.16",
34
- "@automattic/jetpack-components": "^1.4.13",
35
- "@automattic/jetpack-config": "^1.0.6",
36
- "@automattic/jetpack-script-data": "^0.5.4",
31
+ "@automattic/jetpack-analytics": "^1.0.8",
32
+ "@automattic/jetpack-api": "^1.0.17",
33
+ "@automattic/jetpack-components": "^1.4.15",
34
+ "@automattic/jetpack-config": "^1.0.7",
35
+ "@automattic/jetpack-script-data": "^0.5.5",
37
36
  "@wordpress/base-styles": "6.15.0",
38
37
  "@wordpress/browserslist-config": "6.39.0",
39
38
  "@wordpress/components": "32.1.0",
@@ -47,7 +46,7 @@
47
46
  "prop-types": "^15.7.2"
48
47
  },
49
48
  "devDependencies": {
50
- "@automattic/jetpack-base-styles": "^1.0.16",
49
+ "@automattic/jetpack-base-styles": "^1.0.17",
51
50
  "@babel/core": "7.29.0",
52
51
  "@babel/preset-react": "7.28.5",
53
52
  "@testing-library/dom": "10.4.1",