@automattic/jetpack-connection 0.36.1 → 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 +5 -0
- package/package.json +12 -12
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.2] - 2024-12-16
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#40564]
|
|
8
|
+
|
|
5
9
|
## [0.36.1] - 2024-12-09
|
|
6
10
|
### Changed
|
|
7
11
|
- Internal updates.
|
|
@@ -910,6 +914,7 @@
|
|
|
910
914
|
- `Main` and `ConnectUser` components added.
|
|
911
915
|
- `JetpackRestApiClient` API client added.
|
|
912
916
|
|
|
917
|
+
[0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
|
|
913
918
|
[0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
|
|
914
919
|
[0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
|
|
915
920
|
[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20
|
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",
|