Bump version#487
Conversation
There was a problem hiding this comment.
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.
@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.
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 <175728472+Copilot@users.noreply.github.com>
No description provided.