Skip to content

Commit e07392a

Browse files
tbradshamatticbot
authored andcommitted
Backport package release cycle for 2025-04 (#42876)
* github-actions/required-review 4.1.0 * packages/changelogger 6.0.4 * js-packages/storybook 0.6.1 * packages/analyzer 3.0.1 * packages/calypsoify 0.2.2 * packages/chatbot 0.1.1 * packages/google-analytics 0.3.1 * js-packages/licensing 0.14.21 * js-packages/shared-extension-utils 0.18.10 * packages/blaze 0.25.19 * packages/classic-theme-helper 0.11.6 * packages/subscribers-dashboard 0.1.4 * packages/scheduled-updates 0.14.1 * packages/masterbar 0.14.3 * packages/jitm 4.2.11 * packages/jetpack-mu-wpcom 6.2.0 * packages/yoast-promo 0.3.2 Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14244208151 Upstream-Ref: Automattic/jetpack@e22d7bc
1 parent fa84dbc commit e07392a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^3.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
11+
"automattic/jetpack-changelogger": "^6.0.4",
1212
"automattic/phpunit-select-config": "^1.0.2"
1313
},
1414
"autoload": {

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/automattic/jetpack-device-detection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^3.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
11+
"automattic/jetpack-changelogger": "^6.0.4",
1212
"automattic/phpunit-select-config": "^1.0.2"
1313
},
1414
"suggest": {

vendor/composer/installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "5df5647e5d3173b55695bae44c584db6594ccc5c"
10+
"reference": "03f4308b70945b46767101f139d095fd7f796ad0"
1111
},
1212
"require": {
1313
"php": ">=7.2"
1414
},
1515
"require-dev": {
16-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
16+
"automattic/jetpack-changelogger": "^6.0.4",
1717
"automattic/phpunit-select-config": "^1.0.2",
1818
"yoast/phpunit-polyfills": "^3.0.0"
1919
},

vendor/composer/installed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'automattic/jetpack-device-detection' => array(
1414
'pretty_version' => '3.0.5',
1515
'version' => '3.0.5.0',
16-
'reference' => '5df5647e5d3173b55695bae44c584db6594ccc5c',
16+
'reference' => '03f4308b70945b46767101f139d095fd7f796ad0',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)