-
Notifications
You must be signed in to change notification settings - Fork 8
Bump version #487
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
Bump version #487
Conversation
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.
Pull Request Overview
This PR bumps the version from 0.6.0 to 0.6.1 for the hypergraph packages and updates dependent applications accordingly. It includes changelog updates documenting bug fixes and removes processed changeset files.
- Version bump from 0.6.0 to 0.6.1 for core hypergraph packages
- Updates to dependent applications (server, connect) to use the new versions
- Removal of processed changeset files after version release
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
pnpm-workspace.yaml | Removes nested packages pattern from workspace configuration |
packages/hypergraph/package.json | Bumps version to 0.6.1 |
packages/hypergraph/CHANGELOG.md | Adds changelog entry for 0.6.1 with typesync fix |
packages/hypergraph-react/package.json | Bumps version to 0.6.1 |
packages/hypergraph-react/CHANGELOG.md | Adds changelog entry for 0.6.1 with useQuery filter fix |
apps/server/package.json | Bumps version to 0.1.9 |
apps/server/CHANGELOG.md | Adds changelog entry for dependency updates |
apps/connect/package.json | Bumps version to 0.2.6 |
apps/connect/CHANGELOG.md | Adds changelog entry for dependency updates |
.changeset/new-teams-dig.md | Removes processed changeset file |
.changeset/hungry-monkeys-shine.md | Removes processed changeset file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- apps/* | ||
- apps/create-hypergraph/template-* | ||
- packages/* | ||
- packages/*/* |
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.
@cmwhited I had to take out this line again. Otherwise changeset version
did not work anymore for the two packages. Why did you add it?
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.
I see now … because of typesync studio. We definitely need to rearchitecture next week and create a flat structure.
typesync-studio and the templates cause plenty of monorepo issues -> docker build and changesets
Co-authored-by: Copilot <[email protected]>
No description provided.