From afcd2dbe1589e88a067aa903f402adde355199e6 Mon Sep 17 00:00:00 2001 From: zinigor Date: Tue, 19 Sep 2023 18:20:16 +0000 Subject: [PATCH] Changelog edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6239310271 --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 26074d4..0a113c5 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^3.3.9-alpha" + "automattic/jetpack-changelogger": "^3.3.9" }, "scripts": { "test-js": [ diff --git a/package.json b/package.json index 84f3139..7b73d39 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@automattic/jetpack-analytics": "^0.1.27", "@automattic/jetpack-api": "^0.16.2", - "@automattic/jetpack-components": "^0.42.4-alpha", + "@automattic/jetpack-components": "^0.42.4", "@automattic/jetpack-config": "^0.1.21", "@wordpress/base-styles": "4.32.0", "@wordpress/browserslist-config": "5.24.0",