@automattic/jetpack-connection 0.39.18 → 1.0.0
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 +9 -9
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.0.0] - 2025-06-03
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#43718] [#43734]
|
|
8
|
+
|
|
5
9
|
## [0.39.18] - 2025-06-02
|
|
6
10
|
### Changed
|
|
7
11
|
- sass: `@use` rather than `@import` for `@wordpress/base-styles`. [#43607]
|
|
@@ -1040,6 +1044,7 @@
|
|
|
1040
1044
|
- `Main` and `ConnectUser` components added.
|
|
1041
1045
|
- `JetpackRestApiClient` API client added.
|
|
1042
1046
|
|
|
1047
|
+
[1.0.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.18...v1.0.0
|
|
1043
1048
|
[0.39.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.17...v0.39.18
|
|
1044
1049
|
[0.39.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.16...v0.39.17
|
|
1045
1050
|
[0.39.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.39.15...v0.39.16
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Jetpack Connection Component",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"author": "Automattic",
|
|
15
15
|
"license": "GPL-2.0-or-later",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@automattic/jetpack-analytics": "^0.
|
|
18
|
-
"@automattic/jetpack-api": "^0.
|
|
19
|
-
"@automattic/jetpack-components": "^0.
|
|
20
|
-
"@automattic/jetpack-config": "^0.
|
|
17
|
+
"@automattic/jetpack-analytics": "^1.0.0",
|
|
18
|
+
"@automattic/jetpack-api": "^1.0.0",
|
|
19
|
+
"@automattic/jetpack-components": "^1.0.0",
|
|
20
|
+
"@automattic/jetpack-config": "^1.0.0",
|
|
21
21
|
"@automattic/jetpack-script-data": "^0.4.2",
|
|
22
22
|
"@wordpress/base-styles": "6.0.0",
|
|
23
23
|
"@wordpress/browserslist-config": "6.24.0",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"prop-types": "^15.7.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@automattic/jetpack-base-styles": "^0.
|
|
35
|
-
"@babel/core": "7.
|
|
36
|
-
"@babel/preset-react": "7.
|
|
34
|
+
"@automattic/jetpack-base-styles": "^1.0.0",
|
|
35
|
+
"@babel/core": "7.27.4",
|
|
36
|
+
"@babel/preset-react": "7.27.1",
|
|
37
37
|
"@storybook/addon-actions": "8.6.7",
|
|
38
38
|
"@testing-library/dom": "10.4.0",
|
|
39
39
|
"@testing-library/react": "16.2.0",
|
|
40
40
|
"@testing-library/user-event": "14.6.1",
|
|
41
|
-
"@types/react": "18.3.
|
|
41
|
+
"@types/react": "18.3.23",
|
|
42
42
|
"jest": "29.7.0",
|
|
43
43
|
"jest-environment-jsdom": "29.7.0",
|
|
44
44
|
"react": "18.3.1",
|