Skip to content

Commit 043000f

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 2519a84 commit 043000f

File tree

14 files changed

+55
-58
lines changed

14 files changed

+55
-58
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"require": {
77
"automattic/jetpack-assets": "^4.0.17",
88
"automattic/jetpack-autoloader": "^5.0.6",
9-
"automattic/jetpack-classic-theme-helper": "^0.11.6-alpha",
9+
"automattic/jetpack-classic-theme-helper": "^0.11.6",
1010
"automattic/jetpack-composer-plugin": "^4.0.4",
1111
"automattic/jetpack-config": "^3.1.0",
1212
"automattic/jetpack-plugins-installer": "^0.5.4"
1313
},
1414
"require-dev": {
15-
"automattic/jetpack-changelogger": "^6.0.4-alpha"
15+
"automattic/jetpack-changelogger": "^6.0.4"
1616
},
1717
"autoload": {
1818
"classmap": [

jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json

+1-1
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": {

jetpack_vendor/automattic/jetpack-assets/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require-dev": {
1111
"brain/monkey": "^2.6.2",
1212
"yoast/phpunit-polyfills": "^3.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
13+
"automattic/jetpack-changelogger": "^6.0.4",
1414
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
1515
"automattic/phpunit-select-config": "^1.0.2"
1616
},

jetpack_vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.11.6-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.11.6] - 2025-04-02
129
### Changed
13-
- Update dependencies.
14-
- Update package dependencies.
10+
- Update dependencies. [#42820]
11+
- Update package dependencies. [#42809]
1512

1613
## [0.11.5] - 2025-03-24
1714
### Changed
@@ -256,7 +253,7 @@ This is an alpha version! The changes listed here are not final.
256253
### Changed
257254
- Add wordpress folder on gitignore. [#37177]
258255

259-
[0.11.6-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.5...v0.11.6-alpha
256+
[0.11.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.5...v0.11.6
260257
[0.11.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.4...v0.11.5
261258
[0.11.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.3...v0.11.4
262259
[0.11.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.2...v0.11.3

jetpack_vendor/automattic/jetpack-classic-theme-helper/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^3.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
12+
"automattic/jetpack-changelogger": "^6.0.4",
1313
"automattic/phpunit-select-config": "^1.0.2"
1414
},
1515
"autoload": {

jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.11.6-alpha';
17+
const PACKAGE_VERSION = '0.11.6';
1818

1919
/**
2020
* Modules to include.

jetpack_vendor/automattic/jetpack-config/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
10+
"automattic/jetpack-changelogger": "^6.0.4",
1111
"automattic/jetpack-connection": "@dev",
1212
"automattic/jetpack-import": "@dev",
1313
"automattic/jetpack-jitm": "@dev",

jetpack_vendor/automattic/jetpack-constants/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require-dev": {
1010
"brain/monkey": "^2.6.2",
1111
"yoast/phpunit-polyfills": "^3.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
12+
"automattic/jetpack-changelogger": "^6.0.4",
1313
"automattic/phpunit-select-config": "^1.0.2"
1414
},
1515
"suggest": {

jetpack_vendor/automattic/jetpack-plugins-installer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"require-dev": {
1212
"yoast/phpunit-polyfills": "^3.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
13+
"automattic/jetpack-changelogger": "^6.0.4",
1414
"automattic/phpunit-select-config": "^1.0.2"
1515
},
1616
"suggest": {

jetpack_vendor/automattic/jetpack-status/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require-dev": {
1111
"brain/monkey": "^2.6.2",
1212
"yoast/phpunit-polyfills": "^3.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
13+
"automattic/jetpack-changelogger": "^6.0.4",
1414
"automattic/jetpack-connection": "@dev",
1515
"automattic/jetpack-plans": "@dev",
1616
"automattic/jetpack-ip": "^0.4.7",

jetpack_vendor/i18n-map.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
),
1111
'jetpack-classic-theme-helper' => array(
1212
'path' => 'jetpack_vendor/automattic/jetpack-classic-theme-helper',
13-
'ver' => '0.11.6-alpha1743527720',
13+
'ver' => '0.11.6',
1414
),
1515
'jetpack-config' => array(
1616
'path' => 'jetpack_vendor/automattic/jetpack-config',

vendor/composer/installed.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
10-
"reference": "6fea516f84713115cbd1a27bd091855f41599f44"
10+
"reference": "8293b528cd038bf5f1341cebf75220854a3b2dba"
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
},
@@ -64,14 +64,14 @@
6464
"dist": {
6565
"type": "path",
6666
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
67-
"reference": "420b04b69419060007e285c4123f519ef63fc09f"
67+
"reference": "c0b3f8c92660c6b543f4bb9b9ff8e792203cbbda"
6868
},
6969
"require": {
7070
"automattic/jetpack-constants": "^3.0.6",
7171
"php": ">=7.2"
7272
},
7373
"require-dev": {
74-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
74+
"automattic/jetpack-changelogger": "^6.0.4",
7575
"automattic/phpunit-select-config": "^1.0.2",
7676
"brain/monkey": "^2.6.2",
7777
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
@@ -137,14 +137,14 @@
137137
"dist": {
138138
"type": "path",
139139
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
140-
"reference": "4a50721e6d3cedf4e1b8e685922faedbf0425059"
140+
"reference": "f0f57cc56fa3f7f0d8d0b905ca51e45625c5f71a"
141141
},
142142
"require": {
143143
"composer-plugin-api": "^2.2",
144144
"php": ">=7.2"
145145
},
146146
"require-dev": {
147-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
147+
"automattic/jetpack-changelogger": "^6.0.4",
148148
"automattic/phpunit-select-config": "^1.0.2",
149149
"composer/composer": "^2.2",
150150
"yoast/phpunit-polyfills": "^3.0.0"
@@ -204,19 +204,19 @@
204204
},
205205
{
206206
"name": "automattic/jetpack-classic-theme-helper",
207-
"version": "0.11.6-alpha.1743527720",
208-
"version_normalized": "0.11.6.0-alpha1743527720",
207+
"version": "0.11.6",
208+
"version_normalized": "0.11.6.0",
209209
"dist": {
210210
"type": "path",
211211
"url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper",
212-
"reference": "f3c4dbd1d6699e5af016dc62d413c7c7c0d3ff77"
212+
"reference": "62298160becd0176bad2645dbe7c9c6ef4bc3064"
213213
},
214214
"require": {
215215
"automattic/jetpack-assets": "^4.0.17",
216216
"php": ">=7.2"
217217
},
218218
"require-dev": {
219-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
219+
"automattic/jetpack-changelogger": "^6.0.4",
220220
"automattic/phpunit-select-config": "^1.0.2",
221221
"yoast/phpunit-polyfills": "^3.0.0"
222222
},
@@ -277,14 +277,14 @@
277277
"dist": {
278278
"type": "path",
279279
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
280-
"reference": "b8174473572dff4df3435b5cc659b660e82ad883"
280+
"reference": "96bf3a2fb9596c2b1341960d5104725cd59cec1a"
281281
},
282282
"require": {
283283
"composer-plugin-api": "^2.2",
284284
"php": ">=7.2"
285285
},
286286
"require-dev": {
287-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
287+
"automattic/jetpack-changelogger": "^6.0.4",
288288
"automattic/phpunit-select-config": "^1.0.2",
289289
"composer/composer": "^2.2",
290290
"yoast/phpunit-polyfills": "^3.0.0"
@@ -341,14 +341,14 @@
341341
"dist": {
342342
"type": "path",
343343
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
344-
"reference": "fac87634fa1a1bdc1b25445eaad72bf3ad7c5887"
344+
"reference": "1e8eb0d40d42faea55f52dea95f7b752c40a9380"
345345
},
346346
"require": {
347347
"php": ">=7.2"
348348
},
349349
"require-dev": {
350350
"automattic/jetpack-account-protection": "@dev",
351-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
351+
"automattic/jetpack-changelogger": "^6.0.4",
352352
"automattic/jetpack-connection": "@dev",
353353
"automattic/jetpack-import": "@dev",
354354
"automattic/jetpack-jitm": "@dev",
@@ -418,13 +418,13 @@
418418
"dist": {
419419
"type": "path",
420420
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
421-
"reference": "acf9e462e327072ebd1e4cb45ddb8d29fe0d8417"
421+
"reference": "679344748ee1c8b147425e934ff518727b2a9e82"
422422
},
423423
"require": {
424424
"php": ">=7.2"
425425
},
426426
"require-dev": {
427-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
427+
"automattic/jetpack-changelogger": "^6.0.4",
428428
"automattic/phpunit-select-config": "^1.0.2",
429429
"brain/monkey": "^2.6.2",
430430
"yoast/phpunit-polyfills": "^3.0.0"
@@ -476,15 +476,15 @@
476476
"dist": {
477477
"type": "path",
478478
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
479-
"reference": "f3eddd4027eb2415811d9b99f7d4b65853936c70"
479+
"reference": "e0883eeb7194ee2d4ecaa7eab9e5712fc729b41a"
480480
},
481481
"require": {
482482
"automattic/jetpack-a8c-mc-stats": "^3.0.4",
483483
"automattic/jetpack-status": "^5.1.1",
484484
"php": ">=7.2"
485485
},
486486
"require-dev": {
487-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
487+
"automattic/jetpack-changelogger": "^6.0.4",
488488
"automattic/phpunit-select-config": "^1.0.2",
489489
"yoast/phpunit-polyfills": "^3.0.0"
490490
},
@@ -536,14 +536,14 @@
536536
"dist": {
537537
"type": "path",
538538
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
539-
"reference": "a76af8ce175733192a8780b1bc8f62726a0e9e24"
539+
"reference": "462eb24b636143514f5510074fe6c5eb475b8b06"
540540
},
541541
"require": {
542542
"automattic/jetpack-constants": "^3.0.6",
543543
"php": ">=7.2"
544544
},
545545
"require-dev": {
546-
"automattic/jetpack-changelogger": "^6.0.4-alpha",
546+
"automattic/jetpack-changelogger": "^6.0.4",
547547
"automattic/jetpack-connection": "@dev",
548548
"automattic/jetpack-ip": "^0.4.7",
549549
"automattic/jetpack-plans": "@dev",

vendor/composer/installed.php

+11-11
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'automattic/jetpack-a8c-mc-stats' => array(
2323
'pretty_version' => '3.0.4',
2424
'version' => '3.0.4.0',
25-
'reference' => '6fea516f84713115cbd1a27bd091855f41599f44',
25+
'reference' => '8293b528cd038bf5f1341cebf75220854a3b2dba',
2626
'type' => 'jetpack-library',
2727
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats',
2828
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'automattic/jetpack-assets' => array(
3232
'pretty_version' => '4.0.17',
3333
'version' => '4.0.17.0',
34-
'reference' => '420b04b69419060007e285c4123f519ef63fc09f',
34+
'reference' => 'c0b3f8c92660c6b543f4bb9b9ff8e792203cbbda',
3535
'type' => 'jetpack-library',
3636
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
3737
'aliases' => array(),
@@ -40,16 +40,16 @@
4040
'automattic/jetpack-autoloader' => array(
4141
'pretty_version' => '5.0.6',
4242
'version' => '5.0.6.0',
43-
'reference' => '4a50721e6d3cedf4e1b8e685922faedbf0425059',
43+
'reference' => 'f0f57cc56fa3f7f0d8d0b905ca51e45625c5f71a',
4444
'type' => 'composer-plugin',
4545
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
4646
'aliases' => array(),
4747
'dev_requirement' => false,
4848
),
4949
'automattic/jetpack-classic-theme-helper' => array(
50-
'pretty_version' => '0.11.6-alpha.1743527720',
51-
'version' => '0.11.6.0-alpha1743527720',
52-
'reference' => 'f3c4dbd1d6699e5af016dc62d413c7c7c0d3ff77',
50+
'pretty_version' => '0.11.6',
51+
'version' => '0.11.6.0',
52+
'reference' => '62298160becd0176bad2645dbe7c9c6ef4bc3064',
5353
'type' => 'jetpack-library',
5454
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-classic-theme-helper',
5555
'aliases' => array(),
@@ -58,7 +58,7 @@
5858
'automattic/jetpack-composer-plugin' => array(
5959
'pretty_version' => '4.0.4',
6060
'version' => '4.0.4.0',
61-
'reference' => 'b8174473572dff4df3435b5cc659b660e82ad883',
61+
'reference' => '96bf3a2fb9596c2b1341960d5104725cd59cec1a',
6262
'type' => 'composer-plugin',
6363
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
6464
'aliases' => array(),
@@ -67,7 +67,7 @@
6767
'automattic/jetpack-config' => array(
6868
'pretty_version' => '3.1.0',
6969
'version' => '3.1.0.0',
70-
'reference' => 'fac87634fa1a1bdc1b25445eaad72bf3ad7c5887',
70+
'reference' => '1e8eb0d40d42faea55f52dea95f7b752c40a9380',
7171
'type' => 'jetpack-library',
7272
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config',
7373
'aliases' => array(),
@@ -76,7 +76,7 @@
7676
'automattic/jetpack-constants' => array(
7777
'pretty_version' => '3.0.6',
7878
'version' => '3.0.6.0',
79-
'reference' => 'acf9e462e327072ebd1e4cb45ddb8d29fe0d8417',
79+
'reference' => '679344748ee1c8b147425e934ff518727b2a9e82',
8080
'type' => 'jetpack-library',
8181
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
8282
'aliases' => array(),
@@ -85,7 +85,7 @@
8585
'automattic/jetpack-plugins-installer' => array(
8686
'pretty_version' => '0.5.4',
8787
'version' => '0.5.4.0',
88-
'reference' => 'f3eddd4027eb2415811d9b99f7d4b65853936c70',
88+
'reference' => 'e0883eeb7194ee2d4ecaa7eab9e5712fc729b41a',
8989
'type' => 'jetpack-library',
9090
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer',
9191
'aliases' => array(),
@@ -94,7 +94,7 @@
9494
'automattic/jetpack-status' => array(
9595
'pretty_version' => '5.1.1',
9696
'version' => '5.1.1.0',
97-
'reference' => 'a76af8ce175733192a8780b1bc8f62726a0e9e24',
97+
'reference' => '462eb24b636143514f5510074fe6c5eb475b8b06',
9898
'type' => 'jetpack-library',
9999
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
100100
'aliases' => array(),

0 commit comments

Comments
 (0)