@automattic/jetpack-connection 1.4.49 → 1.4.50
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 +4 -4
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.50] - 2026-05-14
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#48696]
|
|
8
|
+
|
|
5
9
|
## [1.4.49] - 2026-05-11
|
|
6
10
|
### Changed
|
|
7
11
|
- Components: Use Link from `@wordpress/ui` instead of ExternalLink. [#48529]
|
|
@@ -1334,6 +1338,7 @@
|
|
|
1334
1338
|
- `Main` and `ConnectUser` components added.
|
|
1335
1339
|
- `JetpackRestApiClient` API client added.
|
|
1336
1340
|
|
|
1341
|
+
[1.4.50]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.49...v1.4.50
|
|
1337
1342
|
[1.4.49]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.48...v1.4.49
|
|
1338
1343
|
[1.4.48]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.47...v1.4.48
|
|
1339
1344
|
[1.4.47]: https://github.com/Automattic/jetpack-connection-js/compare/v1.4.46...v1.4.47
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.50",
|
|
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,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@automattic/jetpack-analytics": "^1.0.11",
|
|
32
32
|
"@automattic/jetpack-api": "^1.0.24",
|
|
33
|
-
"@automattic/jetpack-components": "^1.11.
|
|
33
|
+
"@automattic/jetpack-components": "^1.11.1",
|
|
34
34
|
"@automattic/jetpack-config": "^1.0.9",
|
|
35
35
|
"@automattic/jetpack-script-data": "^0.6.3",
|
|
36
36
|
"@wordpress/base-styles": "6.20.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"prop-types": "^15.7.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@automattic/jetpack-base-styles": "^1.2.
|
|
50
|
+
"@automattic/jetpack-base-styles": "^1.2.2",
|
|
51
51
|
"@babel/core": "7.29.0",
|
|
52
52
|
"@babel/preset-react": "7.28.5",
|
|
53
53
|
"@testing-library/dom": "10.4.1",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"jest": "30.3.0",
|
|
59
59
|
"react": "18.3.1",
|
|
60
60
|
"react-dom": "18.3.1",
|
|
61
|
-
"storybook": "10.3.
|
|
61
|
+
"storybook": "10.3.6"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"react": "^18.0.0",
|