From 0bf857f045d1345dfafc6b8c2be9d7123a40f0ec Mon Sep 17 00:00:00 2001 From: zinigor Date: Tue, 26 Nov 2024 12:49:47 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12030803652 Upstream-Ref: Automattic/jetpack@8665914a2e10ff8797d4d7b215f5e6fef7986e35 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36920f8..642c9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## [0.35.20] - 2024-11-26 +### Changed +- Update dependencies. + ## [0.35.19] - 2024-11-25 ### Changed - Updated package dependencies. [#40288] @@ -897,6 +901,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20 [0.35.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19 [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 diff --git a/package.json b/package.json index e3caa8e..73cd860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-connection", - "version": "0.35.19", + "version": "0.35.20", "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.19", - "@automattic/jetpack-components": "^0.63.0-alpha", + "@automattic/jetpack-components": "^0.63.0", "@automattic/jetpack-config": "^0.1.27", "@automattic/jetpack-script-data": "^0.1.5", "@wordpress/base-styles": "5.12.0",