@automattic/jetpack-connection 0.36.0 → 0.36.2
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
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.2] - 2024-12-16
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#40564]
|
|
8
|
+
|
|
9
|
+
## [0.36.1] - 2024-12-09
|
|
10
|
+
### Changed
|
|
11
|
+
- Internal updates.
|
|
12
|
+
|
|
5
13
|
## [0.36.0] - 2024-12-04
|
|
6
14
|
### Changed
|
|
7
15
|
- Changed text domain from 'jetpack' to 'jetpack-connection-js'. [#40368]
|
|
@@ -906,6 +914,8 @@
|
|
|
906
914
|
- `Main` and `ConnectUser` components added.
|
|
907
915
|
- `JetpackRestApiClient` API client added.
|
|
908
916
|
|
|
917
|
+
[0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
|
|
918
|
+
[0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
|
|
909
919
|
[0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
|
|
910
920
|
[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20
|
|
911
921
|
[0.35.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { ActionButton, TermsOfService } from '@automattic/jetpack-components';
|
|
2
|
-
import { getRedirectUrl } from '@automattic/jetpack-components';
|
|
1
|
+
import { ActionButton, TermsOfService, getRedirectUrl } from '@automattic/jetpack-components';
|
|
3
2
|
import { createInterpolateElement } from '@wordpress/element';
|
|
4
3
|
import { __ } from '@wordpress/i18n';
|
|
5
4
|
import React from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.36.
|
|
3
|
+
"version": "0.36.2",
|
|
4
4
|
"description": "Jetpack Connection Component",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"license": "GPL-2.0-or-later",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/jetpack-analytics": "^0.1.33",
|
|
18
|
-
"@automattic/jetpack-api": "^0.17.
|
|
19
|
-
"@automattic/jetpack-components": "^0.
|
|
18
|
+
"@automattic/jetpack-api": "^0.17.21",
|
|
19
|
+
"@automattic/jetpack-components": "^0.65.0",
|
|
20
20
|
"@automattic/jetpack-config": "^0.1.27",
|
|
21
|
-
"@automattic/jetpack-script-data": "^0.1.
|
|
22
|
-
"@wordpress/base-styles": "5.
|
|
23
|
-
"@wordpress/browserslist-config": "6.
|
|
24
|
-
"@wordpress/components": "
|
|
25
|
-
"@wordpress/data": "10.
|
|
26
|
-
"@wordpress/element": "6.
|
|
27
|
-
"@wordpress/i18n": "5.
|
|
28
|
-
"@wordpress/icons": "10.
|
|
21
|
+
"@automattic/jetpack-script-data": "^0.1.6",
|
|
22
|
+
"@wordpress/base-styles": "5.14.0",
|
|
23
|
+
"@wordpress/browserslist-config": "6.14.0",
|
|
24
|
+
"@wordpress/components": "29.0.0",
|
|
25
|
+
"@wordpress/data": "10.14.0",
|
|
26
|
+
"@wordpress/element": "6.14.0",
|
|
27
|
+
"@wordpress/i18n": "5.14.0",
|
|
28
|
+
"@wordpress/icons": "10.14.0",
|
|
29
29
|
"clsx": "2.1.1",
|
|
30
30
|
"debug": "4.3.4",
|
|
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.39",
|
|
35
35
|
"@babel/core": "7.26.0",
|
|
36
36
|
"@babel/preset-react": "7.25.9",
|
|
37
37
|
"@storybook/addon-actions": "8.3.5",
|