-
Notifications
You must be signed in to change notification settings - Fork 262
chore: align all versions on 2.0.0 #886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This brings the common-utils and the top level package.json versions into alignment with the app and api packages, e.g. 2.0.0.
e12d775
to
39b6384
Compare
This reverts commit 39b6384.
@@ -17,7 +17,7 @@ if [ "$API_LATEST_VERSION" != "$APP_LATEST_VERSION" ]; then | |||
fi | |||
|
|||
# update root package.json version | |||
sed -i '' 's/\("version":\s*"\)[^"]*/\"$API_LATEST_VERSION\"/' package.json | |||
sed -i '' "s/^ \"version\": \"[^\"]*\"/ \"version\": \"$API_LATEST_VERSION\"/" package.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should bump the version of root package.json properly
This brings the common-utils and the top level package.json versions into alignment with the app and api packages, e.g. 2.0.0.