Skip to content

chore: version packages#212

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master
Open

chore: version packages#212
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 6, 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 master, this PR will be updated.

Releases

@cleverbrush/client@4.4.0

Minor Changes

  • c75bff4: Add framework affordances discovered while reviewing Xpenser:

    • @cleverbrush/env: add envBoolean() for environment-style boolean values
      such as 1, 0, yes, no, on, and off.
    • @cleverbrush/server: parse application/x-www-form-urlencoded request
      bodies by default, add ActionResult.raw(), and allow ordered
      authentication fallback with trySchemes.
    • @cleverbrush/client: add externalCacheTags() to
      @cleverbrush/client/cache for framework-agnostic external cache tag
      invalidation, including Next.js revalidateTag() as one supported callback.
    • @cleverbrush/knex-schema / @cleverbrush/orm: add
      InferDatabaseRow / InferDatabaseValue row typing helpers and support raw
      update expressions plus conditional where callbacks in
      onConflict().merge().
    • @cleverbrush/orm-cli: add read-only cb-orm validate for live schema drift
      checks.

    Docs and package READMEs were updated; see https://docs.cleverbrush.com.

Patch Changes

  • Updated dependencies [c75bff4]
    • @cleverbrush/server@4.4.0
    • @cleverbrush/schema@4.4.0

@cleverbrush/env@4.4.0

Minor Changes

  • c75bff4: Add framework affordances discovered while reviewing Xpenser:

    • @cleverbrush/env: add envBoolean() for environment-style boolean values
      such as 1, 0, yes, no, on, and off.
    • @cleverbrush/server: parse application/x-www-form-urlencoded request
      bodies by default, add ActionResult.raw(), and allow ordered
      authentication fallback with trySchemes.
    • @cleverbrush/client: add externalCacheTags() to
      @cleverbrush/client/cache for framework-agnostic external cache tag
      invalidation, including Next.js revalidateTag() as one supported callback.
    • @cleverbrush/knex-schema / @cleverbrush/orm: add
      InferDatabaseRow / InferDatabaseValue row typing helpers and support raw
      update expressions plus conditional where callbacks in
      onConflict().merge().
    • @cleverbrush/orm-cli: add read-only cb-orm validate for live schema drift
      checks.

    Docs and package READMEs were updated; see https://docs.cleverbrush.com.

Patch Changes

  • @cleverbrush/deep@4.4.0

@cleverbrush/knex-schema@4.4.0

Minor Changes

  • c75bff4: Add framework affordances discovered while reviewing Xpenser:

    • @cleverbrush/env: add envBoolean() for environment-style boolean values
      such as 1, 0, yes, no, on, and off.
    • @cleverbrush/server: parse application/x-www-form-urlencoded request
      bodies by default, add ActionResult.raw(), and allow ordered
      authentication fallback with trySchemes.
    • @cleverbrush/client: add externalCacheTags() to
      @cleverbrush/client/cache for framework-agnostic external cache tag
      invalidation, including Next.js revalidateTag() as one supported callback.
    • @cleverbrush/knex-schema / @cleverbrush/orm: add
      InferDatabaseRow / InferDatabaseValue row typing helpers and support raw
      update expressions plus conditional where callbacks in
      onConflict().merge().
    • @cleverbrush/orm-cli: add read-only cb-orm validate for live schema drift
      checks.

    Docs and package READMEs were updated; see https://docs.cleverbrush.com.

Patch Changes

  • @cleverbrush/schema@4.4.0

@cleverbrush/orm@4.4.0

Minor Changes

  • c75bff4: Add framework affordances discovered while reviewing Xpenser:

    • @cleverbrush/env: add envBoolean() for environment-style boolean values
      such as 1, 0, yes, no, on, and off.
    • @cleverbrush/server: parse application/x-www-form-urlencoded request
      bodies by default, add ActionResult.raw(), and allow ordered
      authentication fallback with trySchemes.
    • @cleverbrush/client: add externalCacheTags() to
      @cleverbrush/client/cache for framework-agnostic external cache tag
      invalidation, including Next.js revalidateTag() as one supported callback.
    • @cleverbrush/knex-schema / @cleverbrush/orm: add
      InferDatabaseRow / InferDatabaseValue row typing helpers and support raw
      update expressions plus conditional where callbacks in
      onConflict().merge().
    • @cleverbrush/orm-cli: add read-only cb-orm validate for live schema drift
      checks.

    Docs and package READMEs were updated; see https://docs.cleverbrush.com.

Patch Changes

  • Updated dependencies [c75bff4]
    • @cleverbrush/knex-schema@4.4.0
    • @cleverbrush/schema@4.4.0

@cleverbrush/orm-cli@4.4.0

Minor Changes

  • c75bff4: Add framework affordances discovered while reviewing Xpenser:

    • @cleverbrush/env: add envBoolean() for environment-style boolean values
      such as 1, 0, yes, no, on, and off.
    • @cleverbrush/server: parse application/x-www-form-urlencoded request
      bodies by default, add ActionResult.raw(), and allow ordered
      authentication fallback with trySchemes.
    • @cleverbrush/client: add externalCacheTags() to
      @cleverbrush/client/cache for framework-agnostic external cache tag
      invalidation, including Next.js revalidateTag() as one supported callback.
    • @cleverbrush/knex-schema / @cleverbrush/orm: add
      InferDatabaseRow / InferDatabaseValue row typing helpers and support raw
      update expressions plus conditional where callbacks in
      onConflict().merge().
    • @cleverbrush/orm-cli: add read-only cb-orm validate for live schema drift
      checks.

    Docs and package READMEs were updated; see https://docs.cleverbrush.com.

Patch Changes

  • Updated dependencies [c75bff4]
    • @cleverbrush/knex-schema@4.4.0

@cleverbrush/server@4.4.0

Minor Changes

  • c75bff4: Add framework affordances discovered while reviewing Xpenser:

    • @cleverbrush/env: add envBoolean() for environment-style boolean values
      such as 1, 0, yes, no, on, and off.
    • @cleverbrush/server: parse application/x-www-form-urlencoded request
      bodies by default, add ActionResult.raw(), and allow ordered
      authentication fallback with trySchemes.
    • @cleverbrush/client: add externalCacheTags() to
      @cleverbrush/client/cache for framework-agnostic external cache tag
      invalidation, including Next.js revalidateTag() as one supported callback.
    • @cleverbrush/knex-schema / @cleverbrush/orm: add
      InferDatabaseRow / InferDatabaseValue row typing helpers and support raw
      update expressions plus conditional where callbacks in
      onConflict().merge().
    • @cleverbrush/orm-cli: add read-only cb-orm validate for live schema drift
      checks.

    Docs and package READMEs were updated; see https://docs.cleverbrush.com.

Patch Changes

  • @cleverbrush/schema@4.4.0
  • @cleverbrush/auth@4.4.0
  • @cleverbrush/di@4.4.0

@cleverbrush/auth@4.4.0

Patch Changes

  • @cleverbrush/schema@4.4.0

@cleverbrush/di@4.4.0

Patch Changes

  • @cleverbrush/schema@4.4.0

@cleverbrush/knex-clickhouse@4.4.0

Patch Changes

  • @cleverbrush/deep@4.4.0
  • @cleverbrush/async@4.4.0

@cleverbrush/log@4.4.0

Patch Changes

  • @cleverbrush/schema@4.4.0
  • @cleverbrush/async@4.4.0

@cleverbrush/mapper@4.4.0

Patch Changes

  • @cleverbrush/schema@4.4.0

@cleverbrush/react-form@4.4.0

Patch Changes

  • @cleverbrush/schema@4.4.0

@cleverbrush/scheduler@4.4.0

Patch Changes

  • @cleverbrush/schema@4.4.0

@cleverbrush/async@4.4.0

@cleverbrush/deep@4.4.0

@cleverbrush/otel@4.4.0

@cleverbrush/schema@4.4.0

@cleverbrush/schema-json@4.4.0

@cleverbrush/server-openapi@4.4.0

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.

0 participants