Skip to content

Conversation

nikgraf
Copy link
Collaborator

@nikgraf nikgraf commented Jul 23, 2025

  • Setup changesets and generated the first version
  • Then patched all version to start from 0.1.0. The idea is as defined in semver with per 1.0.0 breaking changes can be a minor update and patches stay patches. This way we can do proper versioning from now on
  • Didn't touch the app template since @cmwhited is working in another branch and don't want to create unnecessary conflicts

@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/hypergraph-cli",
"version": "0.0.0-alpha.28",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed alpha here since pre-releases are a bit tricky to manage with changesets. I was thinking this probably the easiest

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Understood

Copy link
Collaborator

@cmwhited cmwhited left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Massive. Thanks for this

@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/hypergraph-cli",
"version": "0.0.0-alpha.28",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Understood

@nikgraf nikgraf merged commit e241fe1 into main Jul 23, 2025
6 checks passed
@nikgraf nikgraf deleted the ng/changeset-setup branch July 23, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants