From 61d2fc1d65417267609138f7803f9377f2b1d6ad Mon Sep 17 00:00:00 2001 From: zinigor Date: Mon, 9 Dec 2024 15:48:27 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12239030304 Upstream-Ref: Automattic/jetpack@43d124ebdea77e63421f5dee0b1e72371b8738d2 --- composer.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 97c6e16..e502c88 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "require": { "php": ">=7.2", "automattic/jetpack-assets": "^4.0.1", - "automattic/jetpack-connection": "^6.2.0-alpha", + "automattic/jetpack-connection": "^6.2.0", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.1", - "automattic/jetpack-sync": "^4.1.0-alpha" + "automattic/jetpack-sync": "^4.1.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/package.json b/package.json index 8b84ede..2f0f433 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", - "@automattic/jetpack-components": "^0.64.1-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.16.1-alpha", + "@automattic/jetpack-components": "^0.64.1", + "@automattic/jetpack-shared-extension-utils": "^0.16.1", "@wordpress/block-editor": "14.8.0", "@wordpress/components": "28.13.0", "@wordpress/compose": "7.13.0",