@automattic/jetpack-connection 1.4.61 → 1.4.63
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 +10 -0
- package/package.json +13 -13
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.63] - 2026-06-23
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
9
|
+
## [1.4.62] - 2026-06-22
|
|
10
|
+
### Changed
|
|
11
|
+
- Update package dependencies. [#49691] [#49757]
|
|
12
|
+
|
|
5
13
|
## [1.4.61] - 2026-06-15
|
|
6
14
|
### Changed
|
|
7
15
|
- Update package dependencies. [#49631]
|
|
@@ -1385,6 +1393,8 @@
|
|
|
1385
1393
|
- `Main` and `ConnectUser` components added.
|
|
1386
1394
|
- `JetpackRestApiClient` API client added.
|
|
1387
1395
|
|
|
1396
|
+
[1.4.63]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.62...v1.4.63
|
|
1397
|
+
[1.4.62]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.61...v1.4.62
|
|
1388
1398
|
[1.4.61]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.60...v1.4.61
|
|
1389
1399
|
[1.4.60]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.59...v1.4.60
|
|
1390
1400
|
[1.4.59]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.58...v1.4.59
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.63",
|
|
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,27 +31,27 @@
|
|
|
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.30",
|
|
35
|
+
"@automattic/jetpack-components": "^1.12.10",
|
|
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.48.
|
|
40
|
-
"@wordpress/components": "35.0.
|
|
41
|
-
"@wordpress/data": "10.48.
|
|
42
|
-
"@wordpress/element": "8.0.
|
|
43
|
-
"@wordpress/i18n": "6.21.
|
|
38
|
+
"@wordpress/base-styles": "10.0.1",
|
|
39
|
+
"@wordpress/browserslist-config": "6.48.1",
|
|
40
|
+
"@wordpress/components": "35.0.1",
|
|
41
|
+
"@wordpress/data": "10.48.1",
|
|
42
|
+
"@wordpress/element": "8.0.1",
|
|
43
|
+
"@wordpress/i18n": "6.21.1",
|
|
44
44
|
"@wordpress/icons": "13.1.0",
|
|
45
45
|
"@wordpress/ui": "0.13.0",
|
|
46
|
-
"@wordpress/url": "4.48.
|
|
46
|
+
"@wordpress/url": "4.48.1",
|
|
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.
|
|
53
|
-
"@babel/core": "7.29.
|
|
54
|
-
"@babel/preset-react": "7.
|
|
52
|
+
"@automattic/jetpack-base-styles": "^1.2.7",
|
|
53
|
+
"@babel/core": "7.29.7",
|
|
54
|
+
"@babel/preset-react": "7.29.7",
|
|
55
55
|
"@testing-library/dom": "10.4.1",
|
|
56
56
|
"@testing-library/react": "16.3.2",
|
|
57
57
|
"@testing-library/user-event": "14.6.1",
|