@automattic/jetpack-connection 0.35.16 → 0.35.18
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 +12 -5
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Connection Component releases.
|
|
4
4
|
|
|
5
|
+
## [0.35.18] - 2024-11-18
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
9
|
+
## [0.35.17] - 2024-11-14
|
|
10
|
+
### Changed
|
|
11
|
+
- Update dependencies.
|
|
12
|
+
|
|
5
13
|
## [0.35.16] - 2024-11-11
|
|
6
14
|
### Changed
|
|
7
|
-
- Updated package dependencies. [#39999]
|
|
8
|
-
- Updated package dependencies. [#40000]
|
|
9
|
-
- Updated package dependencies. [#40060]
|
|
15
|
+
- Updated package dependencies. [#39999] [#40000] [#40060]
|
|
10
16
|
|
|
11
17
|
## [0.35.15] - 2024-11-04
|
|
12
18
|
### Added
|
|
@@ -268,8 +274,7 @@
|
|
|
268
274
|
|
|
269
275
|
## [0.29.9] - 2023-09-04
|
|
270
276
|
### Changed
|
|
271
|
-
- Updated package dependencies. [#32803]
|
|
272
|
-
- Updated package dependencies. [#32804]
|
|
277
|
+
- Updated package dependencies. [#32803] [#32804]
|
|
273
278
|
|
|
274
279
|
## [0.29.8] - 2023-08-21
|
|
275
280
|
### Added
|
|
@@ -888,6 +893,8 @@
|
|
|
888
893
|
- `Main` and `ConnectUser` components added.
|
|
889
894
|
- `JetpackRestApiClient` API client added.
|
|
890
895
|
|
|
896
|
+
[0.35.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.17...v0.35.18
|
|
897
|
+
[0.35.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.16...v0.35.17
|
|
891
898
|
[0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16
|
|
892
899
|
[0.35.15]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.14...v0.35.15
|
|
893
900
|
[0.35.14]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.13...v0.35.14
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-connection",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.18",
|
|
4
4
|
"description": "Jetpack Connection Component",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"author": "Automattic",
|
|
15
15
|
"license": "GPL-2.0-or-later",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@automattic/jetpack-analytics": "^0.1.
|
|
18
|
-
"@automattic/jetpack-api": "^0.17.
|
|
19
|
-
"@automattic/jetpack-components": "^0.
|
|
20
|
-
"@automattic/jetpack-config": "^0.1.
|
|
21
|
-
"@automattic/jetpack-script-data": "^0.1.
|
|
17
|
+
"@automattic/jetpack-analytics": "^0.1.33",
|
|
18
|
+
"@automattic/jetpack-api": "^0.17.18",
|
|
19
|
+
"@automattic/jetpack-components": "^0.61.0",
|
|
20
|
+
"@automattic/jetpack-config": "^0.1.27",
|
|
21
|
+
"@automattic/jetpack-script-data": "^0.1.5",
|
|
22
22
|
"@wordpress/base-styles": "5.11.0",
|
|
23
23
|
"@wordpress/browserslist-config": "6.11.0",
|
|
24
24
|
"@wordpress/components": "28.11.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
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.36",
|
|
35
35
|
"@babel/core": "7.26.0",
|
|
36
36
|
"@babel/preset-react": "7.25.9",
|
|
37
37
|
"@storybook/addon-actions": "8.3.5",
|