-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump version to 2.0.4 #593
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
chore: bump version to 2.0.4 #593
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
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
Patch release version bump across the monorepo, updating package versions and generating per-package changelog entries via changesets, plus updating the root release notes.
Changes:
- Bump most
@objectstack/*packages from2.0.3→2.0.4and regenerate package changelogs. - Bump example app/plugin package versions (1.x/0.x) and add new example changelogs.
- Update root
CHANGELOG.mdwith a2.0.4release entry.
Reviewed changes
Copilot reviewed 51 out of 51 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/types/package.json | Bumps @objectstack/types version to 2.0.4. |
| packages/types/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/spec/package.json | Bumps @objectstack/spec version to 2.0.4. |
| packages/spec/CHANGELOG.md | Adds 2.0.4 entry. |
| packages/runtime/package.json | Bumps @objectstack/runtime version to 2.0.4. |
| packages/runtime/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/rest/package.json | Bumps @objectstack/rest version to 2.0.4. |
| packages/rest/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/plugins/plugin-msw/package.json | Bumps @objectstack/plugin-msw version to 2.0.4. |
| packages/plugins/plugin-msw/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/plugins/plugin-hono-server/package.json | Bumps @objectstack/plugin-hono-server version to 2.0.4. |
| packages/plugins/plugin-hono-server/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/plugins/plugin-auth/package.json | Bumps @objectstack/plugin-auth version to 2.0.3. |
| packages/plugins/plugin-auth/CHANGELOG.md | Adds 2.0.3 entry (dependency bump notes). |
| packages/plugins/driver-memory/package.json | Bumps @objectstack/driver-memory version to 2.0.4. |
| packages/plugins/driver-memory/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/objectql/package.json | Bumps @objectstack/objectql version to 2.0.4. |
| packages/objectql/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/metadata/package.json | Bumps @objectstack/metadata version to 2.0.4. |
| packages/metadata/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/core/package.json | Bumps @objectstack/core version to 2.0.4. |
| packages/core/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/client/package.json | Bumps @objectstack/client version to 2.0.4. |
| packages/client/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/client-react/package.json | Bumps @objectstack/client-react version to 2.0.4. |
| packages/client-react/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/cli/package.json | Bumps @objectstack/cli version to 2.0.4. |
| packages/cli/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/adapters/nextjs/package.json | Bumps @objectstack/nextjs version to 2.0.4. |
| packages/adapters/nextjs/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/adapters/nestjs/package.json | Bumps @objectstack/nestjs version to 2.0.4. |
| packages/adapters/nestjs/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| packages/adapters/hono/package.json | Bumps @objectstack/hono version to 2.0.4. |
| packages/adapters/hono/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| examples/plugin-bi/package.json | Bumps example package version to 1.2.5. |
| examples/plugin-bi/CHANGELOG.md | Adds 1.2.5 entry and dependency bump notes. |
| examples/minimal-auth/package.json | Bumps example package version to 1.0.1. |
| examples/minimal-auth/CHANGELOG.md | Adds new changelog file for 1.0.1 dependency bump notes. |
| examples/metadata-objectql/package.json | Bumps example package version to 0.1.1. |
| examples/metadata-objectql/CHANGELOG.md | Adds new changelog file for 0.1.1 dependency bump notes. |
| examples/app-todo/package.json | Bumps example package version to 1.2.5. |
| examples/app-todo/CHANGELOG.md | Adds 1.2.5 entry and dependency bump notes. |
| examples/app-host/package.json | Bumps example package version to 1.2.5. |
| examples/app-host/CHANGELOG.md | Adds 1.2.5 entry and dependency bump notes. |
| examples/app-crm/package.json | Bumps example package version to 1.2.5. |
| examples/app-crm/CHANGELOG.md | Adds 1.2.5 entry and dependency bump notes. |
| apps/studio/package.json | Bumps @objectstack/studio version to 2.0.4. |
| apps/studio/CHANGELOG.md | Adds 2.0.4 entry and dependency bump notes. |
| apps/docs/package.json | Bumps @objectstack/docs version to 2.0.4. |
| apps/docs/CHANGELOG.md | Adds 2.0.4 entry. |
| CHANGELOG.md | Adds root 2.0.4 release entry. |
| { | ||
| "name": "@objectstack/plugin-auth", | ||
| "version": "2.0.2", | ||
| "version": "2.0.3", |
Copilot
AI
Feb 10, 2026
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.
The PR title/description and root release notes indicate a 2.0.4 unified bump, but this package is being bumped to 2.0.3. If @objectstack/plugin-auth is intended to be part of the 2.0.4 release, bump it to 2.0.4; otherwise update the PR messaging/release notes to reflect mixed versions (or clarify that 2.0.4 applies only to the fixed-version group).
|
|
||
| ### Changed | ||
| - Patch release for maintenance and stability improvements | ||
| - Updated all packages to version 2.0.4 with unified versioning |
Copilot
AI
Feb 10, 2026
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.
This entry says “Updated all packages to version 2.0.4”, but this PR also contains packages that are not 2.0.4 (e.g., @objectstack/plugin-auth is 2.0.3; examples are 1.x/0.x). Please reword to something accurate like “Updated fixed-version group packages to 2.0.4” and call out any exceptions explicitly if needed.
| - Updated all packages to version 2.0.4 with unified versioning | |
| - Updated fixed-version workspace packages to version 2.0.4 with unified versioning (packages on independent version tracks are unchanged) |
| # Changelog | ||
|
|
||
| ## 2.0.3 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@2.0.4 | ||
| - @objectstack/core@2.0.4 | ||
|
|
Copilot
AI
Feb 10, 2026
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.
This changeset-generated 2.0.3 section is inserted above the Keep-a-Changelog intro and link references, which makes the file inconsistent and leaves the bottom compare/release links still pointing to 2.0.2. Consider either (1) converting this changelog to the same changesets format used by other packages, or (2) keeping the intro at the top and updating the reference links to include 2.0.3 (and update the Unreleased compare base).
Patch version bump for all packages in the monorepo.
Changes
Modified Files
package.jsonfiles updated with new versionCHANGELOG.mdfiles generated by changesetCHANGELOG.mdupdated with release entryThe changeset workflow automatically updated dependencies between workspace packages to maintain version consistency.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.