chore: release 0.8.0#25
Merged
Merged
Conversation
Cut 0.8.0: bump the version and move the [Unreleased] section (the honest scoped-mutation facade plus the two type-precision fixes) into an immutable [0.8.0] section. No code changes beyond the release bookkeeping; the facade and the type fixes land via their own commits. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
d9e9103 to
2fdff14
Compare
25331dd
into
fix/scoped-mutation-payload-types
4 checks passed
Merged
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.
Summary
Cuts the 0.8.0 release of
@modemdev/drizzle-scoped-db. Stacked on #26 (the type-precision fixes) — review/merge that first; this PR is just the release bookkeeping.The honest scoped-mutation facade (
.$unsafeUnscoped(), hidden conflict/upsert methods on scoped inserts, dialect-native.returning()/.$returningId()forwarding) is currently unreleased in[Unreleased]onmain— npm's latest is0.7.0, which predates it. This release ships that facade plus #26's two type fixes.Changes (2 files)
package.json—0.7.0→0.8.0.CHANGELOG.md— move the[Unreleased]block into an immutable[0.8.0]section.No code changes here; the facade and the type fixes land via their own commits.
Note on the diff
While stacked, this PR's base is
fix/scoped-mutation-payload-types, so it shows only the release bookkeeping. Once #26 merges tomain, I'll retarget this tomain(the diff stays the same 2 files).Downstream
Unblocks modem
#4879, which adopts.$unsafeUnscoped().onConflictDoUpdate(...).returning()andsqlfragments in scoped.set(...). After this publishes as0.8.0, modem bumps off0.6.0.🤖 Generated with Claude Code