@automattic/jetpack-connection 1.4.62 → 1.4.64

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.64] - 2026-06-24
6
+ ### Changed
7
+ - Internal updates.
8
+
9
+ ## [1.4.63] - 2026-06-23
10
+ ### Changed
11
+ - Update dependencies.
12
+
5
13
  ## [1.4.62] - 2026-06-22
6
14
  ### Changed
7
15
  - Update package dependencies. [#49691] [#49757]
@@ -1389,6 +1397,8 @@
1389
1397
  - `Main` and `ConnectUser` components added.
1390
1398
  - `JetpackRestApiClient` API client added.
1391
1399
 
1400
+ [1.4.64]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.63...v1.4.64
1401
+ [1.4.63]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.62...v1.4.63
1392
1402
  [1.4.62]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.61...v1.4.62
1393
1403
  [1.4.61]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.60...v1.4.61
1394
1404
  [1.4.60]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.59...v1.4.60
@@ -149,7 +149,6 @@
149
149
  margin-right: calc(var(--spacing-base) * 2); // 16px
150
150
  }
151
151
 
152
- :global(.jp-components-spinner),
153
152
  :global(.components-spinner) {
154
153
  margin-right: calc(var(--spacing-base) * 2); // 16px
155
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "1.4.62",
3
+ "version": "1.4.64",
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.9",
35
+ "@automattic/jetpack-components": "^1.12.11",
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",