diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3f00b..5d71f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,17 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## [0.35.18] - 2024-11-18 +### Changed +- Update dependencies. + ## [0.35.17] - 2024-11-14 ### Changed - Update dependencies. ## [0.35.16] - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40000] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40000] [#40060] ## [0.35.15] - 2024-11-04 ### Added @@ -272,8 +274,7 @@ ## [0.29.9] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [0.29.8] - 2023-08-21 ### Added @@ -892,6 +893,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.35.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.17...v0.35.18 [0.35.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.16...v0.35.17 [0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16 [0.35.15]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.14...v0.35.15 diff --git a/package.json b/package.json index 82c2d9d..7844a6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-connection", - "version": "0.35.17", + "version": "0.35.18", "description": "Jetpack Connection Component", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme", "bugs": { @@ -16,7 +16,7 @@ "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", "@automattic/jetpack-api": "^0.17.18", - "@automattic/jetpack-components": "^0.61.0-alpha", + "@automattic/jetpack-components": "^0.61.1-alpha", "@automattic/jetpack-config": "^0.1.27", "@automattic/jetpack-script-data": "^0.1.5", "@wordpress/base-styles": "5.11.0",