bump versions#414
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps package versions across the monorepo to release new features and fixes. The main packages are being updated from version 0.2.0 to 0.3.0, while app packages are incrementally updated from 0.1.1 to 0.1.2.
Key changes:
- Bump core packages (
@graphprotocol/hypergraphand@graphprotocol/hypergraph-react) to version 0.3.0 with minor changes including type renames and new optional type functionality - Update dependent app packages to version 0.1.2 to reflect dependency updates
- Remove processed changeset files after version release
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/hypergraph/package.json | Version bump to 0.3.0 |
| packages/hypergraph/CHANGELOG.md | Added changelog entry for 0.3.0 release with type renames and new optional type |
| packages/hypergraph-react/package.json | Version bump to 0.3.0 |
| packages/hypergraph-react/CHANGELOG.md | Added changelog entry for 0.3.0 with dependency updates and sync server URL change |
| apps/server/package.json | Version bump to 0.1.2 |
| apps/server/CHANGELOG.md | Added changelog entry for 0.1.2 with dependency updates |
| apps/connect/package.json | Version bump to 0.1.2 |
| apps/connect/CHANGELOG.md | Added changelog entry for 0.1.2 and corrected previous version reference |
| .changeset/*.md | Removed processed changeset files |
|
|
||
| - Updated dependencies [8622688] | ||
| - @graphprotocol/hypergraph-react@1.0.0 | ||
| - @graphprotocol/hypergraph-react@0.2.0 |
There was a problem hiding this comment.
This line appears to be correcting a previous incorrect version reference from 1.0.0 to 0.2.0, but this correction may be inaccurate since the hypergraph-react package is being updated to 0.3.0 in this release. The changelog should reflect the actual version that was released.
Suggested change
| - @graphprotocol/hypergraph-react@0.2.0 | |
| - @graphprotocol/hypergraph-react@0.3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.