@automattic/jetpack-connection 1.4.57 → 1.4.59
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 +11 -1
- package/package.json +11 -11
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.59] - 2026-06-09
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#49273]
|
|
8
|
+
|
|
9
|
+
## [1.4.58] - 2026-06-08
|
|
10
|
+
### Changed
|
|
11
|
+
- Update dependencies.
|
|
12
|
+
|
|
5
13
|
## [1.4.57] - 2026-06-08
|
|
6
14
|
### Changed
|
|
7
15
|
- Internal updates.
|
|
@@ -16,7 +24,7 @@
|
|
|
16
24
|
|
|
17
25
|
## [1.4.54] - 2026-06-01
|
|
18
26
|
### Changed
|
|
19
|
-
- Connection: Migrate ActionButton, Button, and Text consumers off @automattic/jetpack-components to @wordpress/ui equivalents
|
|
27
|
+
- Connection: Migrate ActionButton, Button, and Text consumers off @automattic/jetpack-components to @wordpress/ui equivalents. [#49099]
|
|
20
28
|
- Update package dependencies. [#48404]
|
|
21
29
|
|
|
22
30
|
## [1.4.53] - 2026-05-25
|
|
@@ -1369,6 +1377,8 @@
|
|
|
1369
1377
|
- `Main` and `ConnectUser` components added.
|
|
1370
1378
|
- `JetpackRestApiClient` API client added.
|
|
1371
1379
|
|
|
1380
|
+
[1.4.59]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.58...v1.4.59
|
|
1381
|
+
[1.4.58]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.57...v1.4.58
|
|
1372
1382
|
[1.4.57]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.56...v1.4.57
|
|
1373
1383
|
[1.4.56]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.55...v1.4.56
|
|
1374
1384
|
[1.4.55]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.54...v1.4.55
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.59",
|
|
4
4
|
"description": "Jetpack Connection Component",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@automattic/jetpack-analytics": "^1.0.15",
|
|
34
|
-
"@automattic/jetpack-api": "^1.0.
|
|
35
|
-
"@automattic/jetpack-components": "^1.12.
|
|
34
|
+
"@automattic/jetpack-api": "^1.0.29",
|
|
35
|
+
"@automattic/jetpack-components": "^1.12.6",
|
|
36
36
|
"@automattic/jetpack-config": "^1.0.13",
|
|
37
37
|
"@automattic/jetpack-script-data": "^0.6.4",
|
|
38
|
-
"@wordpress/base-styles": "
|
|
39
|
-
"@wordpress/browserslist-config": "6.
|
|
40
|
-
"@wordpress/components": "
|
|
41
|
-
"@wordpress/data": "10.
|
|
42
|
-
"@wordpress/element": "
|
|
43
|
-
"@wordpress/i18n": "6.
|
|
38
|
+
"@wordpress/base-styles": "9.1.0",
|
|
39
|
+
"@wordpress/browserslist-config": "6.48.0",
|
|
40
|
+
"@wordpress/components": "35.0.0",
|
|
41
|
+
"@wordpress/data": "10.48.0",
|
|
42
|
+
"@wordpress/element": "8.0.0",
|
|
43
|
+
"@wordpress/i18n": "6.21.0",
|
|
44
44
|
"@wordpress/icons": "13.1.0",
|
|
45
45
|
"@wordpress/ui": "0.13.0",
|
|
46
|
-
"@wordpress/url": "4.
|
|
46
|
+
"@wordpress/url": "4.48.0",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
48
|
"debug": "4.4.3",
|
|
49
49
|
"prop-types": "^15.7.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@automattic/jetpack-base-styles": "^1.2.
|
|
52
|
+
"@automattic/jetpack-base-styles": "^1.2.6",
|
|
53
53
|
"@babel/core": "7.29.0",
|
|
54
54
|
"@babel/preset-react": "7.28.5",
|
|
55
55
|
"@testing-library/dom": "10.4.1",
|