@automattic/jetpack-connection 0.35.18 → 0.35.20
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 +11 -11
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.35.20] - 2024-11-26
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
9
|
+
## [0.35.19] - 2024-11-25
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated package dependencies. [#40288]
|
|
12
|
+
|
|
5
13
|
## [0.35.18] - 2024-11-18
|
|
6
14
|
### Changed
|
|
7
15
|
- Update dependencies.
|
|
@@ -893,6 +901,8 @@
|
|
|
893
901
|
- `Main` and `ConnectUser` components added.
|
|
894
902
|
- `JetpackRestApiClient` API client added.
|
|
895
903
|
|
|
904
|
+
[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20
|
|
905
|
+
[0.35.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19
|
|
896
906
|
[0.35.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.17...v0.35.18
|
|
897
907
|
[0.35.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.16...v0.35.17
|
|
898
908
|
[0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.20",
|
|
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.19",
|
|
19
|
+
"@automattic/jetpack-components": "^0.63.0",
|
|
20
20
|
"@automattic/jetpack-config": "^0.1.27",
|
|
21
21
|
"@automattic/jetpack-script-data": "^0.1.5",
|
|
22
|
-
"@wordpress/base-styles": "5.
|
|
23
|
-
"@wordpress/browserslist-config": "6.
|
|
24
|
-
"@wordpress/components": "28.
|
|
25
|
-
"@wordpress/data": "10.
|
|
26
|
-
"@wordpress/element": "6.
|
|
27
|
-
"@wordpress/i18n": "5.
|
|
28
|
-
"@wordpress/icons": "10.
|
|
22
|
+
"@wordpress/base-styles": "5.12.0",
|
|
23
|
+
"@wordpress/browserslist-config": "6.12.0",
|
|
24
|
+
"@wordpress/components": "28.12.0",
|
|
25
|
+
"@wordpress/data": "10.12.0",
|
|
26
|
+
"@wordpress/element": "6.12.0",
|
|
27
|
+
"@wordpress/i18n": "5.12.0",
|
|
28
|
+
"@wordpress/icons": "10.12.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.37",
|
|
35
35
|
"@babel/core": "7.26.0",
|
|
36
36
|
"@babel/preset-react": "7.25.9",
|
|
37
37
|
"@storybook/addon-actions": "8.3.5",
|