chore: version packages#2636
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 5, 2026 14:22
5844db9 to
618abef
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
@objectstack/objectql@12.3.0
Minor Changes
5a0da03: Enforce per-option
visibleWhenserver-side (objectui#2284).A
select/multiselect/radiooption may gate itself with avisibleWhenCELpredicate. Client-side hiding is UX, not a security boundary, so on write the
engine now re-evaluates the picked value's predicate against the merged record +
current_userand rejects a clean FALSE (invalid_option). This enforces bothrole/context gating (
'admin' in current_user.roles) and cascade integrity(
record.country == 'cn') that a caller could otherwise bypass by submitting ahidden value directly.
alone. Multi-select values are checked element-wise.
current_useron a system write) is fail-open — matching every otherfield-level rule — so broken cascade predicates never brick a write.
Authorization gating relies on the engine binding
current_user, which it nowdoes from the execution context on authenticated insert/update.
needsPriorRecordaccounts for optionvisibleWhenso a cascade predicate canread an unchanged sibling from the prior record on update.
Patch Changes
@objectstack/spec@12.3.0
Minor Changes
e7eceec: Add
SelectOption.visibleWhen— a per-option CEL visibility predicate forselect/multiselect/radiofields. The option is offered only when thepredicate is TRUE, evaluated against the live record +
current_user(samebinding environment as a field-level
visibleWhen). This expresses cascading /dependent options (
record.country == 'cn') and role/context gating(
'admin' in current_user.roles) without a bespoke dependent-picklist matrix.Field.dependsOn's description is generalized to be mechanism-neutral: itdeclares the sibling field(s) a field's available values depend on (gating +
re-evaluation), for both lookups (candidate query scoping) and selects
(per-option
visibleWhengating). The{field,param}form remains lookup-only.Serializable and shared by
Field.optionsand viewFormField.options.Client-side hiding is UX only — authorization-gated option values must also be
rejected server-side by the rule-validator.
@objectstack/hono@12.3.0
Patch Changes
@objectstack/account@12.3.0
Patch Changes
@objectstack/setup@12.3.0
Patch Changes
@objectstack/studio@12.3.0
Patch Changes
@objectstack/cli@12.3.0
Patch Changes
@objectstack/client@12.3.0
Patch Changes
@objectstack/client-react@12.3.0
Patch Changes
@objectstack/cloud-connection@12.3.0
Patch Changes
@objectstack/connector-mcp@12.3.0
Patch Changes
@objectstack/connector-openapi@12.3.0
Patch Changes
@objectstack/connector-rest@12.3.0
Patch Changes
@objectstack/connector-slack@12.3.0
Patch Changes
@objectstack/core@12.3.0
Patch Changes
@objectstack/formula@12.3.0
Patch Changes
@objectstack/lint@12.3.0
Patch Changes
@objectstack/mcp@12.3.0
Patch Changes
@objectstack/metadata@12.3.0
Patch Changes
@objectstack/metadata-core@12.3.0
Patch Changes
@objectstack/metadata-fs@12.3.0
Patch Changes
@objectstack/metadata-protocol@12.3.0
Patch Changes
@objectstack/observability@12.3.0
Patch Changes
@objectstack/platform-objects@12.3.0
Patch Changes
@objectstack/driver-memory@12.3.0
Patch Changes
@objectstack/driver-mongodb@12.3.0
Patch Changes
@objectstack/driver-sql@12.3.0
Patch Changes
@objectstack/driver-sqlite-wasm@12.3.0
Patch Changes
@objectstack/embedder-openai@12.3.0
Patch Changes
@objectstack/knowledge-memory@12.3.0
Patch Changes
@objectstack/knowledge-ragflow@12.3.0
Patch Changes
@objectstack/plugin-approvals@12.3.0
Patch Changes
@objectstack/plugin-audit@12.3.0
Patch Changes
@objectstack/plugin-auth@12.3.0
Patch Changes
@objectstack/plugin-dev@12.3.0
Patch Changes
@objectstack/plugin-email@12.3.0
Patch Changes
@objectstack/plugin-hono-server@12.3.0
Patch Changes
@objectstack/plugin-org-scoping@12.3.0
Patch Changes
@objectstack/plugin-reports@12.3.0
Patch Changes
@objectstack/plugin-security@12.3.0
Patch Changes
@objectstack/plugin-sharing@12.3.0
Patch Changes
@objectstack/plugin-webhooks@12.3.0
Patch Changes
@objectstack/rest@12.3.0
Patch Changes
@objectstack/runtime@12.3.0
Patch Changes
@objectstack/service-analytics@12.3.0
Patch Changes
@objectstack/service-automation@12.3.0
Patch Changes
@objectstack/service-cache@12.3.0
Patch Changes
@objectstack/service-cluster@12.3.0
Patch Changes
@objectstack/service-cluster-redis@12.3.0
Patch Changes
@objectstack/service-datasource@12.3.0
Patch Changes
@objectstack/service-i18n@12.3.0
Patch Changes
@objectstack/service-job@12.3.0
Patch Changes
@objectstack/service-knowledge@12.3.0
Patch Changes
@objectstack/service-messaging@12.3.0
Patch Changes
@objectstack/service-package@12.3.0
Patch Changes
@objectstack/service-queue@12.3.0
Patch Changes
@objectstack/service-realtime@12.3.0
Patch Changes
@objectstack/service-settings@12.3.0
Patch Changes
@objectstack/service-storage@12.3.0
Patch Changes
@objectstack/trigger-api@12.3.0
Patch Changes
@objectstack/trigger-record-change@12.3.0
Patch Changes
@objectstack/trigger-schedule@12.3.0
Patch Changes
@objectstack/types@12.3.0
Patch Changes
@objectstack/verify@12.3.0
Patch Changes
@objectstack/console@12.3.0
create-objectstack@12.3.0
@objectstack/sdui-parser@12.3.0
objectstack-vscode@12.3.0
@objectstack/example-crm@4.0.73
Patch Changes
@objectstack/example-showcase@0.2.19
Patch Changes
@objectstack/example-todo@4.0.73
Patch Changes
@objectstack/example-embed-objectql@0.0.13
Patch Changes
@objectstack/dogfood@0.0.21
Patch Changes
@objectstack/downstream-contract@0.0.19
Patch Changes