@automattic/jetpack-connection 1.4.54 → 1.4.55
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 +5 -0
- 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.55] - 2026-06-02
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
5
9
|
## [1.4.54] - 2026-06-01
|
|
6
10
|
### Changed
|
|
7
11
|
- Connection: Migrate ActionButton, Button, and Text consumers off @automattic/jetpack-components to @wordpress/ui equivalents; brings the package to zero migration-relevant jetpack-components imports. [#49099]
|
|
@@ -1357,6 +1361,7 @@
|
|
|
1357
1361
|
- `Main` and `ConnectUser` components added.
|
|
1358
1362
|
- `JetpackRestApiClient` API client added.
|
|
1359
1363
|
|
|
1364
|
+
[1.4.55]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.54...v1.4.55
|
|
1360
1365
|
[1.4.54]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.53...v1.4.54
|
|
1361
1366
|
[1.4.53]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.52...v1.4.53
|
|
1362
1367
|
[1.4.52]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.51...v1.4.52
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.55",
|
|
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.13",
|
|
34
34
|
"@automattic/jetpack-api": "^1.0.26",
|
|
35
|
-
"@automattic/jetpack-components": "^1.12.
|
|
35
|
+
"@automattic/jetpack-components": "^1.12.2",
|
|
36
36
|
"@automattic/jetpack-config": "^1.0.11",
|
|
37
37
|
"@automattic/jetpack-script-data": "^0.6.4",
|
|
38
38
|
"@wordpress/base-styles": "8.0.0",
|