@automattic/jetpack-connection 1.4.65 → 1.4.66

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 -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.66] - 2026-06-26
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [1.4.65] - 2026-06-25
6
10
  ### Fixed
7
11
  - Connect screen: Accept React synthetic events on the connect button click handler to satisfy the `@wordpress/ui` 0.15 Button `onClick` type. [#49795]
@@ -1401,6 +1405,7 @@
1401
1405
  - `Main` and `ConnectUser` components added.
1402
1406
  - `JetpackRestApiClient` API client added.
1403
1407
 
1408
+ [1.4.66]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.65...v1.4.66
1404
1409
  [1.4.65]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.64...v1.4.65
1405
1410
  [1.4.64]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.63...v1.4.64
1406
1411
  [1.4.63]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.62...v1.4.63
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.65",
3
+ "version": "1.4.66",
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.30",
35
- "@automattic/jetpack-components": "^1.12.12",
35
+ "@automattic/jetpack-components": "^1.12.13",
36
36
  "@automattic/jetpack-config": "^1.0.13",
37
37
  "@automattic/jetpack-script-data": "^0.6.4",
38
38
  "@wordpress/base-styles": "10.0.1",
@@ -51,7 +51,6 @@
51
51
  "devDependencies": {
52
52
  "@automattic/jetpack-base-styles": "^1.2.7",
53
53
  "@babel/core": "7.29.7",
54
- "@babel/preset-react": "7.29.7",
55
54
  "@testing-library/dom": "10.4.1",
56
55
  "@testing-library/react": "16.3.2",
57
56
  "@testing-library/user-event": "14.6.1",