From 4eb01f7c9f813de8638b98da44e3137e930a2652 Mon Sep 17 00:00:00 2001 From: jeherve Date: Wed, 8 Nov 2023 14:58:49 +0000 Subject: [PATCH] get_author: wpcom: Add a new wpcom_pre_get_active_blog_for_user filter (#33980) Co-authored-by: Jeremy Herve Co-authored-by: daledupreez Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6799680718 --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 928eec5..94443d4 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "automattic/jetpack-assets": "^1.18.14", - "automattic/jetpack-connection": "^1.59.0-alpha", + "automattic/jetpack-connection": "^1.59.0", "automattic/jetpack-constants": "^1.6.23", "automattic/jetpack-plans": "^0.3.5", "automattic/jetpack-redirect": "^1.7.27", diff --git a/package.json b/package.json index 38fb048..c412ed5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@automattic/jetpack-analytics": "^0.1.27", "@automattic/jetpack-components": "^0.44.4", - "@automattic/jetpack-shared-extension-utils": "^0.12.6-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.12.6", "@wordpress/block-editor": "12.12.0", "@wordpress/components": "25.10.0", "@wordpress/compose": "6.21.0",