From 1997904a039017f0fe48aa7fdf15c26eaf9ca0f3 Mon Sep 17 00:00:00 2001 From: anomiex Date: Tue, 21 Nov 2023 14:25:56 +0000 Subject: [PATCH] Backport mu-wpcom-plugin 2.0.1, jetpack 12.9-a.9 Changes (#34223) * Add changelogds * Changelog edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6945013852 --- composer.json | 2 +- composer.lock | 10 +++++----- .../automattic/jetpack-device-detection/composer.json | 2 +- vendor/composer/installed.json | 4 ++-- vendor/composer/installed.php | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 27ae6042..1df63062 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.1-alpha" + "automattic/jetpack-changelogger": "^4.0.1" }, "autoload": { "classmap": [ diff --git a/composer.lock b/composer.lock index 8055dd4a..d4729864 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2e5d07c5a71f4e3c04db1e854b80351e", + "content-hash": "eb301de81be0c22e9a74832de37b91de", "packages": [ { "name": "automattic/jetpack-device-detection", @@ -12,13 +12,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "b796ef2b07cc72e0ad88ac871e8d22f2f2e5c559" + "reference": "e0447994a18c25d509d25318e80328ab301f5385" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.1-alpha", + "automattic/jetpack-changelogger": "^4.0.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -60,11 +60,11 @@ "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.0.1-alpha.1700559364", + "version": "4.0.1", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "f71f5ef471606d05f78679decfbe113d531d3a1e" + "reference": "dbc0d0c8faca1bc1d402b87fe0698f23f98a7969" }, "require": { "php": ">=7.0", diff --git a/vendor/automattic/jetpack-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 0089bf16..3918e8ff 100644 --- a/vendor/automattic/jetpack-device-detection/composer.json +++ b/vendor/automattic/jetpack-device-detection/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.0.1-alpha" + "automattic/jetpack-changelogger": "^4.0.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index a51af0b0..53125317 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -7,13 +7,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "b796ef2b07cc72e0ad88ac871e8d22f2f2e5c559" + "reference": "e0447994a18c25d509d25318e80328ab301f5385" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.0.1-alpha", + "automattic/jetpack-changelogger": "^4.0.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index e2858411..f5f19f0d 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.0.1-alpha.1700575066', 'version' => '2.0.1.0-alpha1700575066', - 'reference' => 'b796ef2b07cc72e0ad88ac871e8d22f2f2e5c559', + 'reference' => 'e0447994a18c25d509d25318e80328ab301f5385', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(),