From 91f5bbc34a5071e5161f83a06e6db6e2d5386723 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 18 Nov 2024 14:54:49 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11894869851 Upstream-Ref: Automattic/jetpack@1a692881d78ec8c814dc59fd871b4d9a1c23a925 --- CHANGELOG.md | 12 +++++++----- package.json | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) 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..2ac61cd 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.0", "@automattic/jetpack-config": "^0.1.27", "@automattic/jetpack-script-data": "^0.1.5", "@wordpress/base-styles": "5.11.0",