Skip to content

chore: release v0.4.1 - fix version synchronization#311

Merged
hotlong merged 12 commits intomainfrom
copilot/release-version-update-again
Jan 27, 2026
Merged

chore: release v0.4.1 - fix version synchronization#311
hotlong merged 12 commits intomainfrom
copilot/release-version-update-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 27, 2026

Version 0.4.1 release addressing package version drift. @objectstack/plugin-msw was at 0.3.3 while other packages had moved to 0.4.0.

Changes

  • Version synchronization: Bumped all fixed-group packages to 0.4.1
    • @objectstack/plugin-msw 0.3.3 → 0.4.1
    • Core packages: 0.4.0 → 0.4.1
  • Peer dependencies: Updated runtime references from ^0.3.3 to ^0.4.1 in plugins
  • Changesets: Applied version bump via changeset workflow
  • Documentation: Generated CHANGELOGs for all packages

Affected Packages

All packages in fixed versioning group:

  • @objectstack/spec
  • @objectstack/types
  • @objectstack/client
  • @objectstack/driver-memory
  • @objectstack/objectql
  • @objectstack/plugin-hono-server
  • @objectstack/plugin-msw
  • @objectstack/runtime

Merging to main will trigger automated npm publish via GitHub Actions.

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.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
spec Ready Ready Preview, Comment Jan 27, 2026 9:37am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
@hotlong hotlong marked this pull request as ready for review January 27, 2026 09:08
Copilot AI review requested due to automatic review settings January 27, 2026 09:08
@github-actions github-actions bot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file size/m labels Jan 27, 2026
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Prepares the monorepo for release v0.4.1, primarily to synchronize package versions (notably bringing @objectstack/plugin-msw up to the same release line) and update accompanying release documentation.

Changes:

  • Bumped core package versions from 0.4.00.4.1 and aligned plugin peer dependency ranges to ^0.4.1.
  • Updated example app versions and dependency ranges to reference 0.4.1.
  • Added/updated release documentation: root CHANGELOG.md, per-package changelogs, and RELEASE_NOTES.md.

Reviewed changes

Copilot reviewed 41 out of 41 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
package.json Bump root monorepo version to 0.4.1
CHANGELOG.md Add 0.4.1 entry and update compare links
RELEASE_NOTES.md Add v0.4.1 release notes section
packages/spec/package.json Bump @objectstack/spec to 0.4.1
packages/spec/CHANGELOG.md Add 0.4.1 entry for @objectstack/spec
packages/types/package.json Bump @objectstack/types to 0.4.1
packages/types/CHANGELOG.md Add 0.4.1 entry for @objectstack/types
packages/objectql/package.json Bump @objectstack/objectql to 0.4.1
packages/objectql/CHANGELOG.md Add 0.4.1 entry for @objectstack/objectql
packages/runtime/package.json Bump @objectstack/runtime to 0.4.1
packages/runtime/CHANGELOG.md Add 0.4.1 entry for @objectstack/runtime
packages/client/package.json Bump @objectstack/client to 0.4.1
packages/client/CHANGELOG.md Add 0.4.1 entry for @objectstack/client
packages/driver-memory/package.json Bump @objectstack/driver-memory to 0.4.1
packages/driver-memory/CHANGELOG.md Add 0.4.1 entry for @objectstack/driver-memory
packages/plugin-msw/package.json Bump @objectstack/plugin-msw to 0.4.1 and update runtime peerDependency
packages/plugin-msw/CHANGELOG.md Add 0.4.1 entry for @objectstack/plugin-msw
packages/plugin-hono-server/package.json Bump @objectstack/plugin-hono-server to 0.4.1 and update runtime peerDependency
packages/plugin-hono-server/CHANGELOG.md Add 0.4.1 entry for @objectstack/plugin-hono-server
packages/cli/package.json Bump @objectstack/cli to 0.1.1
packages/cli/CHANGELOG.md Update changelog for @objectstack/cli dependency bump
packages/ai-bridge/package.json Bump @objectstack/ai-bridge to 0.1.1
packages/ai-bridge/CHANGELOG.md Update changelog for @objectstack/ai-bridge dependency bump
examples/todo/package.json Bump example-todo to 1.0.8
examples/todo/CHANGELOG.md Add 1.0.8 entry with updated deps
examples/plugin-bi/package.json Bump plugin-bi example to 1.0.8
examples/plugin-bi/CHANGELOG.md Add 1.0.8 entry with updated deps
examples/msw-react-crud/package.json Bump msw-react-crud example to 1.0.1 and update runtime/plugin-msw ranges
examples/msw-react-crud/CHANGELOG.md Add 1.0.1 entry with updated deps
examples/host/package.json Bump host example to 0.1.8
examples/host/CHANGELOG.md Add 0.1.8 entry with updated deps
examples/crm/package.json Bump CRM example to 1.0.8
examples/crm/CHANGELOG.md Add 1.0.8 entry with updated deps
examples/ai-support/package.json Bump ai-support example to 1.0.6
examples/ai-support/CHANGELOG.md Add 1.0.6 entry with updated deps
examples/ai-sales/package.json Bump ai-sales example to 1.0.6
examples/ai-sales/CHANGELOG.md Add 1.0.6 entry with updated deps
examples/ai-codegen/package.json Bump ai-codegen example to 1.0.6
examples/ai-codegen/CHANGELOG.md Add 1.0.6 entry with updated deps
examples/ai-analyst/package.json Bump ai-analyst example to 1.0.6
examples/ai-analyst/CHANGELOG.md Add 1.0.6 entry with updated deps

Comment on lines +7 to +12
- Version synchronization and dependency updates

- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches

Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The 0.4.1 changelog entry references syncing plugin-msw to 0.4.0 and updating runtime peer dependency versions to ^0.4.0, which conflicts with this PR’s 0.4.1 release and this package’s actual dependency setup. Please correct the 0.4.1 entry so it reflects the real 0.4.1 changes.

Suggested change
- Version synchronization and dependency updates
- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches
- Patch release with dependency updates

Copilot uses AI. Check for mistakes.
Comment on lines +9 to +14
- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches

- Updated dependencies
- @objectstack/spec@0.4.1
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The 0.4.1 changelog entry still mentions 0.4.0 (plugin-msw sync and runtime peer dependency versions). This is inconsistent with the 0.4.1 release and doesn’t match this package’s package.json (no runtime peerDependencies). Please update the 0.4.1 entry to be accurate.

Suggested change
- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches
- Updated dependencies
- @objectstack/spec@0.4.1
- Aligned internal dependencies with the 0.4.1 release
- Fixed internal dependency version mismatches
- Updated dependencies
- @objectstack/spec@0.4.1
- @objectstack/spec@0.4.1

Copilot uses AI. Check for mistakes.
Comment on lines +10 to 14
## 0.1.1

### Patch Changes

- Updated dependencies
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

This changelog now contains two consecutive "## 0.1.1" sections. The older section (with @objectstack/spec@0.4.0) should remain under 0.1.0 (or be removed) and the new 0.1.1 entry should be the only 0.1.1 heading. Please de-duplicate and ensure version ordering is correct.

Copilot uses AI. Check for mistakes.
Comment on lines +10 to 14
## 0.1.1

### Patch Changes

- Updated dependencies
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

This changelog has duplicate "## 0.1.1" headings (one referencing @objectstack/spec@0.4.1 and another referencing @objectstack/spec@0.4.0). Please de-duplicate and ensure the older dependency update is under the correct prior version (likely 0.1.0) so the changelog is valid.

Copilot uses AI. Check for mistakes.
Comment on lines +7 to +11
- Version synchronization and dependency updates

- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The 0.4.1 changelog entry still references 0.4.0 (plugin-msw sync and runtime peer dependency versions). This is inconsistent with the 0.4.1 release and also appears to describe changes (runtime peer deps) that don’t apply to this package (it has no peerDependencies). Update these bullets to reflect the actual 0.4.1 changes for @objectstack/spec.

Copilot uses AI. Check for mistakes.
Comment on lines +7 to +11
- Version synchronization and dependency updates

- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The 0.4.1 changelog entry mentions syncing plugin-msw to 0.4.0 and updating runtime peer dependency versions to ^0.4.0. That’s inconsistent with the 0.4.1 release and also doesn’t match this package’s package.json (no runtime peerDependencies). Please correct the versions/wording so the changelog matches the actual 0.4.1 changes.

Copilot uses AI. Check for mistakes.
Comment on lines +7 to +11
- Version synchronization and dependency updates

- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

In the 0.4.1 changelog entry, the bullets still reference 0.4.0 (plugin-msw sync and “runtime peer dependency versions”). This is inconsistent with the 0.4.1 release, and @objectstack/runtime doesn’t declare peerDependencies in package.json. Please update this entry to accurately describe the 0.4.1 changes.

Copilot uses AI. Check for mistakes.
Comment on lines +9 to +11
- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The new 0.4.1 changelog entry still says plugin-msw was synchronized to 0.4.0 and runtime peer dependency versions were updated to ^0.4.0. That doesn’t align with the 0.4.1 release and this package doesn’t manage runtime peer deps. Please fix the versions/wording in this entry.

Suggested change
- Synchronized plugin-msw version to 0.4.1
- Updated runtime peer dependency versions to ^0.4.1
- Fixed internal dependency version mismatches
- Synchronized internal @objectstack package versions to 0.4.1
- Updated development and build-time dependency versions
- Fixed internal dependency version mismatches within the ObjectQL package

Copilot uses AI. Check for mistakes.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Update version for release chore: release v0.4.1 - fix version synchronization Jan 27, 2026
Copilot AI requested a review from hotlong January 27, 2026 09:14
Copilot AI and others added 2 commits January 27, 2026 09:23
…ud vite build

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
@hotlong hotlong merged commit 451cfa1 into main Jan 27, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants