From eebc35a3698ee0742df0ff33eaf3a5848945f75a Mon Sep 17 00:00:00 2001 From: Initsogar Date: Thu, 14 Nov 2024 20:26:00 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11844817468 Upstream-Ref: Automattic/jetpack@3b99b778e67203f47a4777ea139910ff86da9f76 --- composer.json | 16 ++++++++-------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 8f60a8d..089061d 100644 --- a/composer.json +++ b/composer.json @@ -5,17 +5,17 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-assets": "^3.0.0-alpha", - "automattic/jetpack-connection": "^6.0.0-alpha", - "automattic/jetpack-constants": "^3.0.0-alpha", - "automattic/jetpack-plans": "^0.5.0-alpha", - "automattic/jetpack-redirect": "^3.0.0-alpha", - "automattic/jetpack-status": "^5.0.0-alpha", - "automattic/jetpack-sync": "^4.0.0-alpha" + "automattic/jetpack-assets": "^3.0.0", + "automattic/jetpack-connection": "^6.0.0", + "automattic/jetpack-constants": "^3.0.0", + "automattic/jetpack-plans": "^0.5.0", + "automattic/jetpack-redirect": "^3.0.0", + "automattic/jetpack-status": "^5.0.0", + "automattic/jetpack-sync": "^4.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", - "automattic/jetpack-changelogger": "^5.0.0-alpha", + "automattic/jetpack-changelogger": "^5.0.0", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/package.json b/package.json index 0c696bf..a433c73 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "watch": "pnpm run build && pnpm webpack watch" }, "dependencies": { - "@automattic/jetpack-analytics": "^0.1.32", - "@automattic/jetpack-components": "^0.60.0-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.15.16", + "@automattic/jetpack-analytics": "^0.1.33", + "@automattic/jetpack-components": "^0.60.0", + "@automattic/jetpack-shared-extension-utils": "^0.15.17-alpha", "@wordpress/block-editor": "14.6.0", "@wordpress/components": "28.11.0", "@wordpress/compose": "7.11.0",