Skip to content

Commit

Permalink
Fixup project version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Aug 6, 2024
1 parent a2a624f commit faed468
Show file tree
Hide file tree
Showing 21 changed files with 581 additions and 56 deletions.
1 change: 1 addition & 0 deletions projects/packages/my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"automattic/jetpack-status": "@dev",
"automattic/jetpack-sync": "@dev",
"automattic/jetpack-protect-status": "@dev",
"automattic/jetpack-videopress": "@dev",
"automattic/jetpack-waf": "@dev"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "4.32.0-alpha",
"version": "4.32.1-alpha",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.32.0-alpha';
const PACKAGE_VERSION = '4.32.1-alpha';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down

This file was deleted.

83 changes: 82 additions & 1 deletion projects/plugins/backup/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

83 changes: 82 additions & 1 deletion projects/plugins/boost/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

3 changes: 2 additions & 1 deletion projects/plugins/jetpack/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

83 changes: 82 additions & 1 deletion projects/plugins/migration/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit faed468

Please sign in to comment.