@automattic/jetpack-connection 1.4.2 → 1.4.3

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 +2 -2
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.3] - 2025-08-14
6
+ ### Changed
7
+ - Update dependencies.
8
+
5
9
  ## [1.4.2] - 2025-08-13
6
10
  ### Changed
7
11
  - Update package dependencies. [#44701]
@@ -1138,6 +1142,7 @@
1138
1142
  - `Main` and `ConnectUser` components added.
1139
1143
  - `JetpackRestApiClient` API client added.
1140
1144
 
1145
+ [1.4.3]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.2...v1.4.3
1141
1146
  [1.4.2]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.1...v1.4.2
1142
1147
  [1.4.1]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.0...v1.4.1
1143
1148
  [1.4.0]: https://github.com/Automattic/jetpack-connection-js/compare/v1.3.2...v1.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Jetpack Connection Component",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
6
6
  "bugs": {
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@automattic/jetpack-analytics": "^1.0.4",
31
31
  "@automattic/jetpack-api": "^1.0.8",
32
- "@automattic/jetpack-components": "^1.1.19",
32
+ "@automattic/jetpack-components": "^1.2.0",
33
33
  "@automattic/jetpack-config": "^1.0.4",
34
34
  "@automattic/jetpack-script-data": "^0.5.1",
35
35
  "@wordpress/base-styles": "6.4.0",