Skip to content

Commit a39e777

Browse files
gogdzlmatticbot
authored andcommitted
CRM: Port back 5.8.0 release changelog, readme and package updates (#30796)
* Preparing changelog and readme for CRM 5.8 release * Next version --------- Co-authored-by: cleacos <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5015437369
1 parent 9520cc3 commit a39e777

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-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.0.4",
11-
"automattic/jetpack-changelogger": "^3.3.3"
11+
"automattic/jetpack-changelogger": "^3.3.4-alpha"
1212
},
1313
"autoload": {
1414
"classmap": [

composer.lock

Lines changed: 11 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.0.4",
9-
"automattic/jetpack-changelogger": "^3.3.3",
9+
"automattic/jetpack-changelogger": "^3.3.4-alpha",
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": "f6434b778281334f681c6846fd0fd16a4d019e25"
10+
"reference": "fef645b5b81a0da9459405a71b0b0728204dfca9"
1111
},
1212
"require-dev": {
13-
"automattic/jetpack-changelogger": "^3.3.3",
13+
"automattic/jetpack-changelogger": "^3.3.4-alpha",
1414
"automattic/wordbless": "0.4.2",
1515
"yoast/phpunit-polyfills": "1.0.4"
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' => '2.2.1-alpha',
1515
'version' => '2.2.1.0-alpha',
16-
'reference' => 'f6434b778281334f681c6846fd0fd16a4d019e25',
16+
'reference' => 'fef645b5b81a0da9459405a71b0b0728204dfca9',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)