Skip to content

chore: version packages#2218

Merged
os-zhuang merged 1 commit into
mainfrom
changeset-release/main
Jun 22, 2026
Merged

chore: version packages#2218
os-zhuang merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

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/lint@10.2.0

Minor Changes

  • 63f3219: feat(lint): extract static metadata validators into @objectstack/lint (ADR-0019 P3)

    New public package @objectstack/lint holds the pure, build-time metadata
    validators as (stack) => Finding[] functions, so the same rules run wherever a
    stack can be assembled — the CLI's os validate/compile and any other
    consumer (notably AI-driven authoring), instead of being trapped in CLI
    internals where only the CLI could reach them.

    First release moves the two validators the AI build needs:

    • validateWidgetBindings — dashboard widget → dataset → measure/dimension
      reference integrity + measure-aggregation coherence (ADR-0021).
    • validateStackExpressions — CEL/predicate validity for field conditionals,
      sharing rules, action visible/disabled, lifecycle hooks (ADR-0032).

    @objectstack/cli now imports both from @objectstack/lint (was ./utils/*);
    pure move, no behavior change. Dependency direction is one-way lint → spec;
    the package never depends on a runtime and is never bundled into a frontend
    (that is why the validators do NOT live in the frontend-facing @objectstack/spec).

    Filesystem-coupled checks (lint-liveness-properties) and CLI-command-coupled
    ones (scorelintConfig) deliberately stay in the CLI for now; they can
    move in a later increment.

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/formula@10.2.0

@objectstack/spec@10.2.0

Minor Changes

  • b496498: feat(spec): add responsiveStyles to the UI page-component envelope (ADR-0065)

    ResponsiveStylesSchema / StyleMapSchema model the SDUI scoped-styling
    primitive — per-breakpoint CSS-property maps (large/medium/small/xsmall)
    compiled to id-scoped CSS at render. PageComponentSchema gains an optional
    responsiveStyles field: the preferred, build-independent, collision-free
    styling channel for metadata-authored pages (distinct from the layout-oriented
    responsive config). Prefer design-token values.

@objectstack/express@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/fastify@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/hono@10.2.0

Patch Changes

  • @objectstack/plugin-hono-server@10.2.0
  • @objectstack/runtime@10.2.0
  • @objectstack/types@10.2.0

@objectstack/nestjs@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/nextjs@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/nuxt@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/sveltekit@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/account@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/setup@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/studio@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/cli@10.2.0

Patch Changes

  • 63f3219: feat(lint): extract static metadata validators into @objectstack/lint (ADR-0019 P3)

    New public package @objectstack/lint holds the pure, build-time metadata
    validators as (stack) => Finding[] functions, so the same rules run wherever a
    stack can be assembled — the CLI's os validate/compile and any other
    consumer (notably AI-driven authoring), instead of being trapped in CLI
    internals where only the CLI could reach them.

    First release moves the two validators the AI build needs:

    • validateWidgetBindings — dashboard widget → dataset → measure/dimension
      reference integrity + measure-aggregation coherence (ADR-0021).
    • validateStackExpressions — CEL/predicate validity for field conditionals,
      sharing rules, action visible/disabled, lifecycle hooks (ADR-0032).

    @objectstack/cli now imports both from @objectstack/lint (was ./utils/*);
    pure move, no behavior change. Dependency direction is one-way lint → spec;
    the package never depends on a runtime and is never bundled into a frontend
    (that is why the validators do NOT live in the frontend-facing @objectstack/spec).

    Filesystem-coupled checks (lint-liveness-properties) and CLI-command-coupled
    ones (scorelintConfig) deliberately stay in the CLI for now; they can
    move in a later increment.

  • Updated dependencies [63f3219]

  • Updated dependencies [b496498]

    • @objectstack/lint@10.2.0
    • @objectstack/spec@10.2.0
    • @objectstack/account@10.2.0
    • @objectstack/setup@10.2.0
    • @objectstack/studio@10.2.0
    • @objectstack/client@10.2.0
    • @objectstack/cloud-connection@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/mcp@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/observability@10.2.0
    • @objectstack/platform-objects@10.2.0
    • @objectstack/driver-memory@10.2.0
    • @objectstack/driver-mongodb@10.2.0
    • @objectstack/driver-sql@10.2.0
    • @objectstack/driver-sqlite-wasm@10.2.0
    • @objectstack/plugin-approvals@10.2.0
    • @objectstack/plugin-audit@10.2.0
    • @objectstack/plugin-auth@10.2.0
    • @objectstack/plugin-email@10.2.0
    • @objectstack/plugin-hono-server@10.2.0
    • @objectstack/plugin-org-scoping@10.2.0
    • @objectstack/plugin-reports@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/plugin-sharing@10.2.0
    • @objectstack/plugin-webhooks@10.2.0
    • @objectstack/rest@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/service-ai@10.2.0
    • @objectstack/service-analytics@10.2.0
    • @objectstack/service-automation@10.2.0
    • @objectstack/service-cache@10.2.0
    • @objectstack/service-datasource@10.2.0
    • @objectstack/service-job@10.2.0
    • @objectstack/service-messaging@10.2.0
    • @objectstack/service-package@10.2.0
    • @objectstack/service-queue@10.2.0
    • @objectstack/service-realtime@10.2.0
    • @objectstack/service-settings@10.2.0
    • @objectstack/service-storage@10.2.0
    • @objectstack/trigger-api@10.2.0
    • @objectstack/trigger-record-change@10.2.0
    • @objectstack/trigger-schedule@10.2.0
    • @objectstack/types@10.2.0
    • @objectstack/verify@10.2.0
    • @objectstack/console@10.2.0

@objectstack/client@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/client-react@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/client@10.2.0
    • @objectstack/core@10.2.0

@objectstack/cloud-connection@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/types@10.2.0

@objectstack/connector-mcp@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/connector-openapi@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/connector-rest@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/connector-slack@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/core@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/formula@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/mcp@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/types@10.2.0

@objectstack/metadata@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/metadata-core@10.2.0
    • @objectstack/platform-objects@10.2.0
    • @objectstack/types@10.2.0
    • @objectstack/metadata-fs@10.2.0

@objectstack/metadata-core@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/metadata-fs@10.2.0

Patch Changes

  • @objectstack/metadata-core@10.2.0

@objectstack/objectql@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/metadata-core@10.2.0
    • @objectstack/types@10.2.0

@objectstack/observability@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/platform-objects@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/metadata-core@10.2.0

@objectstack/driver-memory@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/driver-mongodb@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/driver-sql@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/driver-sqlite-wasm@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/driver-sql@10.2.0

@objectstack/embedder-openai@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/knowledge-memory@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/service-knowledge@10.2.0

@objectstack/knowledge-ragflow@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/service-knowledge@10.2.0

@objectstack/plugin-approvals@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/metadata-core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-audit@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-auth@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0
    • @objectstack/types@10.2.0

@objectstack/plugin-dev@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/account@10.2.0
    • @objectstack/setup@10.2.0
    • @objectstack/studio@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/driver-memory@10.2.0
    • @objectstack/plugin-auth@10.2.0
    • @objectstack/plugin-hono-server@10.2.0
    • @objectstack/plugin-org-scoping@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/rest@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/service-i18n@10.2.0
    • @objectstack/types@10.2.0

@objectstack/plugin-email@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-hono-server@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/types@10.2.0

@objectstack/plugin-msw@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/types@10.2.0

@objectstack/plugin-org-scoping@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-reports@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-security@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-sharing@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-webhooks@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/service-messaging@10.2.0

@objectstack/rest@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/service-package@10.2.0

@objectstack/runtime@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/metadata@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/observability@10.2.0
    • @objectstack/driver-memory@10.2.0
    • @objectstack/driver-sql@10.2.0
    • @objectstack/driver-sqlite-wasm@10.2.0
    • @objectstack/plugin-auth@10.2.0
    • @objectstack/plugin-org-scoping@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/rest@10.2.0
    • @objectstack/service-cluster@10.2.0
    • @objectstack/service-datasource@10.2.0
    • @objectstack/service-i18n@10.2.0
    • @objectstack/types@10.2.0

@objectstack/service-ai@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/types@10.2.0

@objectstack/service-analytics@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-automation@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0

@objectstack/service-cache@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/observability@10.2.0

@objectstack/service-cluster@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-cluster-redis@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/service-cluster@10.2.0

@objectstack/service-datasource@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-i18n@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-job@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/service-knowledge@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-messaging@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-package@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-queue@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/service-realtime@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/service-settings@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0
    • @objectstack/types@10.2.0

@objectstack/service-storage@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/observability@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/trigger-api@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/trigger-record-change@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/trigger-schedule@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/types@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/verify@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/driver-sqlite-wasm@10.2.0
    • @objectstack/plugin-auth@10.2.0
    • @objectstack/plugin-hono-server@10.2.0
    • @objectstack/plugin-org-scoping@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/plugin-sharing@10.2.0
    • @objectstack/rest@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/service-analytics@10.2.0
    • @objectstack/service-automation@10.2.0
    • @objectstack/service-datasource@10.2.0
    • @objectstack/service-settings@10.2.0

@objectstack/console@10.2.0

create-objectstack@10.2.0

objectstack-vscode@10.2.0

@objectstack/example-crm@4.0.57

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/runtime@10.2.0

@objectstack/example-showcase@0.2.3

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/cloud-connection@10.2.0
    • @objectstack/connector-rest@10.2.0
    • @objectstack/connector-slack@10.2.0
    • @objectstack/driver-sql@10.2.0
    • @objectstack/runtime@10.2.0

@objectstack/example-todo@4.0.57

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/client@10.2.0
    • @objectstack/metadata@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/driver-sqlite-wasm@10.2.0
    • @objectstack/knowledge-memory@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/service-ai@10.2.0
    • @objectstack/service-knowledge@10.2.0

@objectstack/dogfood@0.0.5

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/example-crm@4.0.57
    • @objectstack/example-showcase@0.2.3
    • @objectstack/objectql@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/verify@10.2.0

@objectstack/downstream-contract@0.0.3

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Jun 22, 2026 3:23pm

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 6fd2aa1 to fb43afd Compare June 22, 2026 15:20
@os-zhuang
os-zhuang merged commit f941058 into main Jun 22, 2026
1 of 2 checks passed
@os-zhuang
os-zhuang deleted the changeset-release/main branch June 22, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant