@automattic/jetpack-connection 1.4.55 → 1.4.57
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.57] - 2026-06-08
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
9
|
+
## [1.4.56] - 2026-06-03
|
|
10
|
+
### Changed
|
|
11
|
+
- Internal updates.
|
|
12
|
+
|
|
5
13
|
## [1.4.55] - 2026-06-02
|
|
6
14
|
### Changed
|
|
7
15
|
- Update dependencies.
|
|
@@ -1361,6 +1369,8 @@
|
|
|
1361
1369
|
- `Main` and `ConnectUser` components added.
|
|
1362
1370
|
- `JetpackRestApiClient` API client added.
|
|
1363
1371
|
|
|
1372
|
+
[1.4.57]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.56...v1.4.57
|
|
1373
|
+
[1.4.56]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.55...v1.4.56
|
|
1364
1374
|
[1.4.55]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.54...v1.4.55
|
|
1365
1375
|
[1.4.54]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.53...v1.4.54
|
|
1366
1376
|
[1.4.53]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.52...v1.4.53
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.57",
|
|
4
4
|
"description": "Jetpack Connection Component",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"typecheck": "tsgo --noEmit"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@automattic/jetpack-analytics": "^1.0.
|
|
34
|
-
"@automattic/jetpack-api": "^1.0.
|
|
35
|
-
"@automattic/jetpack-components": "^1.12.
|
|
36
|
-
"@automattic/jetpack-config": "^1.0.
|
|
33
|
+
"@automattic/jetpack-analytics": "^1.0.15",
|
|
34
|
+
"@automattic/jetpack-api": "^1.0.28",
|
|
35
|
+
"@automattic/jetpack-components": "^1.12.4",
|
|
36
|
+
"@automattic/jetpack-config": "^1.0.13",
|
|
37
37
|
"@automattic/jetpack-script-data": "^0.6.4",
|
|
38
38
|
"@wordpress/base-styles": "8.0.0",
|
|
39
39
|
"@wordpress/browserslist-config": "6.46.0",
|