@automattic/jetpack-connection 0.36.4 → 0.36.6
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 +16 -16
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
|
+
## [0.36.6] - 2025-02-11
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
9
|
+
## [0.36.5] - 2025-02-05
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated package dependencies. [#41491] [#41577]
|
|
12
|
+
|
|
5
13
|
## [0.36.4] - 2025-01-20
|
|
6
14
|
### Changed
|
|
7
15
|
- Updated package dependencies. [#41099]
|
|
@@ -922,6 +930,8 @@
|
|
|
922
930
|
- `Main` and `ConnectUser` components added.
|
|
923
931
|
- `JetpackRestApiClient` API client added.
|
|
924
932
|
|
|
933
|
+
[0.36.6]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.5...v0.36.6
|
|
934
|
+
[0.36.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.4...v0.36.5
|
|
925
935
|
[0.36.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.3...v0.36.4
|
|
926
936
|
[0.36.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.2...v0.36.3
|
|
927
937
|
[0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.36.
|
|
3
|
+
"version": "0.36.6",
|
|
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,30 +14,30 @@
|
|
|
14
14
|
"author": "Automattic",
|
|
15
15
|
"license": "GPL-2.0-or-later",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@automattic/jetpack-analytics": "^0.1.
|
|
18
|
-
"@automattic/jetpack-api": "^0.
|
|
19
|
-
"@automattic/jetpack-components": "^0.
|
|
20
|
-
"@automattic/jetpack-config": "^0.1.
|
|
21
|
-
"@automattic/jetpack-script-data": "^0.
|
|
22
|
-
"@wordpress/base-styles": "5.
|
|
23
|
-
"@wordpress/browserslist-config": "6.
|
|
24
|
-
"@wordpress/components": "29.
|
|
25
|
-
"@wordpress/data": "10.
|
|
26
|
-
"@wordpress/element": "6.
|
|
27
|
-
"@wordpress/i18n": "5.
|
|
28
|
-
"@wordpress/icons": "10.
|
|
17
|
+
"@automattic/jetpack-analytics": "^0.1.35",
|
|
18
|
+
"@automattic/jetpack-api": "^0.18.0",
|
|
19
|
+
"@automattic/jetpack-components": "^0.66.1",
|
|
20
|
+
"@automattic/jetpack-config": "^0.1.28",
|
|
21
|
+
"@automattic/jetpack-script-data": "^0.2.0",
|
|
22
|
+
"@wordpress/base-styles": "5.17.0",
|
|
23
|
+
"@wordpress/browserslist-config": "6.17.0",
|
|
24
|
+
"@wordpress/components": "29.3.0",
|
|
25
|
+
"@wordpress/data": "10.17.0",
|
|
26
|
+
"@wordpress/element": "6.17.0",
|
|
27
|
+
"@wordpress/i18n": "5.17.0",
|
|
28
|
+
"@wordpress/icons": "10.17.0",
|
|
29
29
|
"clsx": "2.1.1",
|
|
30
30
|
"debug": "4.4.0",
|
|
31
31
|
"prop-types": "^15.7.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
34
|
+
"@automattic/jetpack-base-styles": "^0.6.42",
|
|
35
35
|
"@babel/core": "7.26.0",
|
|
36
36
|
"@babel/preset-react": "7.26.3",
|
|
37
37
|
"@storybook/addon-actions": "8.4.7",
|
|
38
38
|
"@testing-library/dom": "10.4.0",
|
|
39
|
-
"@testing-library/react": "16.0
|
|
40
|
-
"@testing-library/user-event": "14.
|
|
39
|
+
"@testing-library/react": "16.2.0",
|
|
40
|
+
"@testing-library/user-event": "14.6.1",
|
|
41
41
|
"@types/react": "18.3.18",
|
|
42
42
|
"jest": "29.7.0",
|
|
43
43
|
"jest-environment-jsdom": "29.7.0",
|