chore: version packages#2278
Merged
Merged
Conversation
dbeb3b1 to
616c1c6
Compare
c62e943 to
c02b4df
Compare
c02b4df to
8fa58d2
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vertz/ci@0.2.47
Patch Changes
d9a67a7Thanks @viniciusdacal! - Add@vertz/ciTypeScript SDK for defining CI pipelines withpipe(),task(), andcond.*builders. Includes NDJSON loader bridge for thevtz ciRust binary, discriminated union types for tasks/conditions/deps, and callback interception for programmatic dependency control.@vertz/cli@0.2.48
Patch Changes
9fd72d7,5d23ced]:@vertz/cloudflare@0.2.48
Patch Changes
@vertz/codegen@0.2.48
Patch Changes
@vertz/core@0.2.48
Patch Changes
create-vertz@0.2.48
Patch Changes
@vertz/db@0.2.48
Patch Changes
#2314
9fd72d7Thanks @viniciusdacal! - feat(db): type nested include in IncludeOptionNested
includefields in query options are now validated against the target model's relations whenTModelsis provided to the type system. Invalid nested include keys produce compile-time errors instead of passing silently. Output types (FindResult) reflect nested relation data throughIncludeResolve. Depth cap at 3 typed nesting levels matches the existing runtime cap. Backward compatible — existing code withoutTModelscontinues to work unchanged.#2292
5d23cedThanks @viniciusdacal! - feat(db): add atomic update expressions — d.expr(), d.increment(), d.decrement()Enables atomic column operations in update/upsert without read-modify-write cycles. Supports arbitrary SQL expressions via
d.expr(col => sql...), withd.increment(n)andd.decrement(n)as sugar. Works across PostgreSQL and SQLite dialects.Updated dependencies []:
@vertz/fetch@0.2.48
Patch Changes
@vertz/runtime@0.2.48
Patch Changes
#2318
13cebc3Thanks @viniciusdacal! - fix(runtime): stub node:/bun: built-ins in dev module serverThe dev module server now returns empty ES module stubs for
node:*andbun:*specifiers instead of attempting to auto-install them from npm. This eliminates the "Auto-install failed" error overlay noise when server-only packages like@vertz/dbare transitively pulled into the client bundle.@vertz/schema@0.2.48
Patch Changes
@vertz/server@0.2.48
Patch Changes
#2294
fcf3524Thanks @viniciusdacal! - feat(server): conditional BaseContext types via typed() factory (BaseContext exposes tenantId/tenantLevel/role regardless of app configuration #2004)BaseContext is now generic over ContextFeatures. Auth/tenancy fields only
appear on ctx when configured. Use typed(auth) to get narrowed entity()
and service() factories. Existing code is unaffected — BaseContext without
a type parameter defaults to FullFeatures (all fields present).
#2311
e11ac56Thanks @viniciusdacal! - fix(auth): resolveAllLimitStates uses level-specific defaultPlan in multi-level modeWhen a subscription expires in multi-level billing,
resolveAllLimitStatesnow uses the per-level default plan (defaultPlans[entry.type]) instead of the globaldefaultPlan. Fixes inconsistency where gate check and limit resolution could fall back to different plans.Updated dependencies [
9fd72d7,5d23ced]:@vertz/testing@0.2.48
Patch Changes
fcf3524,9fd72d7,5d23ced,e11ac56]:@vertz/theme-shadcn@0.2.48
Patch Changes
46397c6,36b0f20]:@vertz/tui@0.2.48
Patch Changes
46397c6,36b0f20]:@vertz/ui@0.2.48
Patch Changes
#2308
46397c6Thanks @viniciusdacal! - fix(ui): AuthProvider no longer crashes during SSR when auth SDK is partial/undefinedGuards
auth.signIn.urlandauth.signUp.urlproperty access with optional chaining so AuthProvider construction succeeds in the Rust V8 isolate where the auth SDK may not be fully available. Also adds runtime guards in signIn/signUp async bodies to return error Results instead of crashing when SDK methods are undefined.#2265
36b0f20Thanks @viniciusdacal! - feat(ui): add form-level onChange with per-input debounce<form onChange={handler}>fires when any child input changes, receiving all current form values as aFormValuesobject. Per-inputdebounce={ms}delays the callback for text inputs while immediate controls (selects, checkboxes) flush instantly.Breaking:
onChangeon<form>now receivesFormValuesinstead of a DOMEvent. Useref+addEventListenerfor the raw DOM event.Updated dependencies []:
@vertz/ui-canvas@0.2.48
Patch Changes
46397c6,36b0f20]:@vertz/ui-primitives@0.2.48
Patch Changes
#2265
36b0f20Thanks @viniciusdacal! - feat(ui): add form-level onChange with per-input debounce<form onChange={handler}>fires when any child input changes, receiving all current form values as aFormValuesobject. Per-inputdebounce={ms}delays the callback for text inputs while immediate controls (selects, checkboxes) flush instantly.Breaking:
onChangeon<form>now receivesFormValuesinstead of a DOMEvent. Useref+addEventListenerfor the raw DOM event.Updated dependencies [
46397c6,36b0f20]:@vertz/ui-server@0.2.48
Patch Changes
46397c6,36b0f20]:vertz@0.2.48
Patch Changes
fcf3524,9fd72d7,5d23ced,46397c6,e11ac56,36b0f20]:@vertz/compiler@0.2.48
@vertz/create-vertz-app@0.2.48
@vertz/errors@0.2.48
@vertz/icons@0.2.48
@vertz-benchmarks/vertz-app@0.0.46
Patch Changes
46397c6,36b0f20]:@vertz-examples/task-manager@0.2.48
Patch Changes
46397c6,36b0f20]:@vertz/native-compiler@0.1.1
Patch Changes
#2265
36b0f20Thanks @viniciusdacal! - feat(ui): add form-level onChange with per-input debounce<form onChange={handler}>fires when any child input changes, receiving all current form values as aFormValuesobject. Per-inputdebounce={ms}delays the callback for text inputs while immediate controls (selects, checkboxes) flush instantly.Breaking:
onChangeon<form>now receivesFormValuesinstead of a DOMEvent. Useref+addEventListenerfor the raw DOM event.@vertz/cli-runtime@0.2.48
Patch Changes
@vertz/runtime-darwin-arm64@0.2.48
@vertz/runtime-darwin-x64@0.2.48
@vertz/runtime-linux-arm64@0.2.48
@vertz/runtime-linux-x64@0.2.48