@automattic/jetpack-connection 0.36.0 → 0.36.1
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,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Connection Component releases.
|
|
4
4
|
|
|
5
|
+
## [0.36.1] - 2024-12-09
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
5
9
|
## [0.36.0] - 2024-12-04
|
|
6
10
|
### Changed
|
|
7
11
|
- Changed text domain from 'jetpack' to 'jetpack-connection-js'. [#40368]
|
|
@@ -906,6 +910,7 @@
|
|
|
906
910
|
- `Main` and `ConnectUser` components added.
|
|
907
911
|
- `JetpackRestApiClient` API client added.
|
|
908
912
|
|
|
913
|
+
[0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
|
|
909
914
|
[0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
|
|
910
915
|
[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20
|
|
911
916
|
[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.1",
|
|
4
4
|
"description": "Jetpack Connection Component",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/jetpack-analytics": "^0.1.33",
|
|
18
18
|
"@automattic/jetpack-api": "^0.17.20",
|
|
19
|
-
"@automattic/jetpack-components": "^0.64.
|
|
19
|
+
"@automattic/jetpack-components": "^0.64.1",
|
|
20
20
|
"@automattic/jetpack-config": "^0.1.27",
|
|
21
21
|
"@automattic/jetpack-script-data": "^0.1.5",
|
|
22
22
|
"@wordpress/base-styles": "5.13.0",
|