Skip to content

Commit 89b3d1a

Browse files
sdixon194matticbot
authored andcommitted
Backport social 2.2.0, backup 2.1 Changes (#32648)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5965753165
1 parent df627c0 commit 89b3d1a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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": "1.1.0",
11-
"automattic/jetpack-changelogger": "^3.3.8-alpha"
11+
"automattic/jetpack-changelogger": "^3.3.8"
1212
},
1313
"autoload": {
1414
"classmap": [

composer.lock

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

vendor/automattic/jetpack-mu-wpcom/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {},
77
"require-dev": {
88
"yoast/phpunit-polyfills": "1.1.0",
9-
"automattic/jetpack-changelogger": "^3.3.8-alpha",
9+
"automattic/jetpack-changelogger": "^3.3.8",
1010
"automattic/wordbless": "0.4.2"
1111
},
1212
"suggest": {

vendor/composer/installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom",
10-
"reference": "69980f911de72c0d12cf36c2f280a6dc085111e2"
10+
"reference": "13f804a9869d15895915a3c818d7e7820390e2ea"
1111
},
1212
"require-dev": {
13-
"automattic/jetpack-changelogger": "^3.3.8-alpha",
13+
"automattic/jetpack-changelogger": "^3.3.8",
1414
"automattic/wordbless": "0.4.2",
1515
"yoast/phpunit-polyfills": "1.1.0"
1616
},

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-mu-wpcom' => array(
1414
'pretty_version' => '4.5.1-alpha.1692651329',
1515
'version' => '4.5.1.0-alpha1692651329',
16-
'reference' => '69980f911de72c0d12cf36c2f280a6dc085111e2',
16+
'reference' => '13f804a9869d15895915a3c818d7e7820390e2ea',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)