Skip to content

Version Packages - #6317

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

Version Packages#6317
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 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

@dextinity/cms-api@10.5.0

Minor Changes

  • f4d091f: Allow declaring content scope dimensions at runtime

    Add an optional availableContentScopeDimensions option to the UserPermissionsModule to declare the content scope dimensions (with optional labels). When omitted, the dimensions are derived from the keys of availableContentScopes.

    A content scope may hold any value (including the "*" wildcard) for a dimension that is not part of availableContentScopes. Content scopes are no longer validated against availableContentScopes; access is enforced per request by isAllowed, which compares the requested scope against the user's granted scopes.

    Example

    UserPermissionsModule.forRootAsync({
        useFactory: () => ({
            availableContentScopes: [ ... ],
            availableContentScopeDimensions: [{ name: "domain", label: "Domain (Website)" }, { name: "language" }, { name: "product" }],
            // ...
        }),
        // ...
    });

@dextinity/admin@10.5.0

Patch Changes

  • @dextinity/admin-icons@10.5.0

@dextinity/admin-color-picker@10.5.0

Patch Changes

  • @dextinity/admin@10.5.0
  • @dextinity/admin-icons@10.5.0

@dextinity/admin-date-time@10.5.0

Patch Changes

  • @dextinity/admin@10.5.0
  • @dextinity/admin-icons@10.5.0

@dextinity/admin-generator@10.5.0

Patch Changes

  • @dextinity/admin@10.5.0
  • @dextinity/admin-icons@10.5.0
  • @dextinity/cms-admin@10.5.0

@dextinity/admin-rte@10.5.0

Patch Changes

  • @dextinity/admin@10.5.0
  • @dextinity/admin-icons@10.5.0

@dextinity/brevo-admin@10.5.0

Patch Changes

  • @dextinity/admin@10.5.0
  • @dextinity/admin-date-time@10.5.0
  • @dextinity/admin-icons@10.5.0
  • @dextinity/cms-admin@10.5.0

@dextinity/cms-admin@10.5.0

Patch Changes

  • @dextinity/admin@10.5.0
  • @dextinity/admin-date-time@10.5.0
  • @dextinity/admin-icons@10.5.0
  • @dextinity/admin-rte@10.5.0

@dextinity/api-generator@10.5.0

Patch Changes

  • Updated dependencies [f4d091f]
    • @dextinity/cms-api@10.5.0

@dextinity/brevo-api@10.5.0

Patch Changes

  • 72d0ba7: Replace axios with the native fetch API when requesting the email campaign content from the frontend

    This removes the @nestjs/axios and axios dependencies from the package.

  • Updated dependencies [f4d091f]

    • @dextinity/cms-api@10.5.0

@dextinity/eslint-config@10.5.0

Patch Changes

  • @dextinity/eslint-plugin@10.5.0

@dextinity/site-nextjs@10.5.0

Patch Changes

  • @dextinity/site-react@10.5.0

@dextinity/admin-babel-preset@10.5.0

@dextinity/admin-icons@10.5.0

@dextinity/agent-features@10.5.0

@dextinity/cli@10.5.0

@dextinity/eslint-plugin@10.5.0

@dextinity/mail-react@10.5.0

@dextinity/site-react@10.5.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from f95d64f to 0b70b5e Compare September 4, 2026 10:54
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