@automattic/jetpack-connection 0.36.3 → 0.36.4
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.4] - 2025-01-20
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#41099]
|
|
8
|
+
|
|
5
9
|
## [0.36.3] - 2025-01-06
|
|
6
10
|
### Changed
|
|
7
11
|
- Updated package dependencies. [#40797] [#40798] [#40810] [#40841]
|
|
@@ -918,6 +922,7 @@
|
|
|
918
922
|
- `Main` and `ConnectUser` components added.
|
|
919
923
|
- `JetpackRestApiClient` API client added.
|
|
920
924
|
|
|
925
|
+
[0.36.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.3...v0.36.4
|
|
921
926
|
[0.36.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.2...v0.36.3
|
|
922
927
|
[0.36.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.1...v0.36.2
|
|
923
928
|
[0.36.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.36.0...v0.36.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.36.
|
|
3
|
+
"version": "0.36.4",
|
|
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.34",
|
|
18
|
-
"@automattic/jetpack-api": "^0.17.
|
|
19
|
-
"@automattic/jetpack-components": "^0.65.
|
|
18
|
+
"@automattic/jetpack-api": "^0.17.22",
|
|
19
|
+
"@automattic/jetpack-components": "^0.65.4",
|
|
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": "29.
|
|
25
|
-
"@wordpress/data": "10.
|
|
26
|
-
"@wordpress/element": "6.
|
|
27
|
-
"@wordpress/i18n": "5.
|
|
28
|
-
"@wordpress/icons": "10.
|
|
21
|
+
"@automattic/jetpack-script-data": "^0.1.7",
|
|
22
|
+
"@wordpress/base-styles": "5.16.0",
|
|
23
|
+
"@wordpress/browserslist-config": "6.16.0",
|
|
24
|
+
"@wordpress/components": "29.2.0",
|
|
25
|
+
"@wordpress/data": "10.16.0",
|
|
26
|
+
"@wordpress/element": "6.16.0",
|
|
27
|
+
"@wordpress/i18n": "5.16.0",
|
|
28
|
+
"@wordpress/icons": "10.16.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.40",
|
|
35
35
|
"@babel/core": "7.26.0",
|
|
36
36
|
"@babel/preset-react": "7.26.3",
|
|
37
37
|
"@storybook/addon-actions": "8.4.7",
|