@automattic/jetpack-connection 0.35.17 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,15 +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
+
5
9
  ## [0.35.17] - 2024-11-14
6
10
  ### Changed
7
11
  - Update dependencies.
8
12
 
9
13
  ## [0.35.16] - 2024-11-11
10
14
  ### Changed
11
- - Updated package dependencies. [#39999]
12
- - Updated package dependencies. [#40000]
13
- - Updated package dependencies. [#40060]
15
+ - Updated package dependencies. [#39999] [#40000] [#40060]
14
16
 
15
17
  ## [0.35.15] - 2024-11-04
16
18
  ### Added
@@ -272,8 +274,7 @@
272
274
 
273
275
  ## [0.29.9] - 2023-09-04
274
276
  ### Changed
275
- - Updated package dependencies. [#32803]
276
- - Updated package dependencies. [#32804]
277
+ - Updated package dependencies. [#32803] [#32804]
277
278
 
278
279
  ## [0.29.8] - 2023-08-21
279
280
  ### Added
@@ -892,6 +893,7 @@
892
893
  - `Main` and `ConnectUser` components added.
893
894
  - `JetpackRestApiClient` API client added.
894
895
 
896
+ [0.35.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.17...v0.35.18
895
897
  [0.35.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.16...v0.35.17
896
898
  [0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16
897
899
  [0.35.15]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.14...v0.35.15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-connection",
3
- "version": "0.35.17",
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": {
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@automattic/jetpack-analytics": "^0.1.33",
18
18
  "@automattic/jetpack-api": "^0.17.18",
19
- "@automattic/jetpack-components": "^0.60.0",
19
+ "@automattic/jetpack-components": "^0.61.0",
20
20
  "@automattic/jetpack-config": "^0.1.27",
21
21
  "@automattic/jetpack-script-data": "^0.1.5",
22
22
  "@wordpress/base-styles": "5.11.0",