Skip to content

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

Merged
merged 6 commits into from
Jun 3, 2025
Merged

chore: align all versions on 2.0.0 #886

merged 6 commits into from
Jun 3, 2025

Conversation

dhable
Copy link
Contributor

@dhable dhable commented May 30, 2025

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.

Copy link

changeset-bot bot commented May 30, 2025

⚠️ No Changeset found

Latest commit: bec3160

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented May 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hyperdx-v2-oss-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2025 8:50pm

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.
@@ -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
Copy link
Member

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

@kodiakhq kodiakhq bot merged commit f05e58a into main Jun 3, 2025
6 of 7 checks passed
@kodiakhq kodiakhq bot deleted the dan/align-versions branch June 3, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants