Skip to content

Commit

Permalink
Update packages and remove temp comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bindlegirl committed Feb 8, 2024
1 parent 67e1a0a commit 275396c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/packages/identity-crisis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-identity-crisis",
"version": "0.16.0",
"version": "0.16.0-alpha",

Check failure on line 3 in projects/packages/identity-crisis/package.json

View workflow job for this annotation

GitHub Actions / Changelogger validity

Version mismatch, expected 0.17.0-alpha but found 0.16.0! You might use `tools/project-version.sh -f -u 0.17.0-alpha packages/identity-crisis` or `tools/fixup-project-versions.sh` to fix this.
"description": "Jetpack Identity Crisis",
"main": "_inc/admin.jsx",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.16.0';
const PACKAGE_VERSION = '0.16.0-alpha';

Check failure on line 29 in projects/packages/identity-crisis/src/class-identity-crisis.php

View workflow job for this annotation

GitHub Actions / Changelogger validity

Version mismatch, expected 0.17.0-alpha but found 0.16.0! You might use `tools/project-version.sh -f -u 0.17.0-alpha packages/identity-crisis` or `tools/fixup-project-versions.sh` to fix this.

/**
* Persistent WPCOM blog ID that stays in the options after disconnect.
Expand Down

0 comments on commit 275396c

Please sign in to comment.