Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2134

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Version Packages #2134

merged 1 commit into from
Jun 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 3, 2024

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

@comet/admin@6.12.0

Minor Changes

  • 16ffa7b: Add FinalFormAsyncSelect, AsyncSelectField, and FinalFormAsyncAutocomplete components

    Thin wrappers to ease using useAsyncOptionsProps() with FinalFormSelect and FinalFormAutocomplete.

    Example

    Previously:

    const asyncOptionsProps = useAsyncOptionsProps(async () => {
        // Load options here
    });
    
    // ...
    
    <Field component={FinalFormAsyncAutocomplete} {...asyncOptionsProps} />;

    Now:

    <Field
        component={FinalFormAsyncAutocomplete}
        loadOptions={async () => {
            // Load options here
        }}
    />

Patch Changes

  • @comet/admin-icons@6.12.0

@comet/admin-theme@6.12.0

Minor Changes

Patch Changes

  • @comet/admin-icons@6.12.0

@comet/cms-admin@6.12.0

Minor Changes

  • 3ee8c7a: Add a DamFileDownloadLinkBlock that can be used to download a file or open it in a new tab

    Also, add new /dam/files/download/:hash/:fileId/:filename endpoint for downloading assets.

Patch Changes

  • Updated dependencies [dc7eaec]
  • Updated dependencies [16ffa7b]
  • Updated dependencies [c06c6f1]
    • @comet/admin-rte@6.12.0
    • @comet/admin@6.12.0
    • @comet/admin-theme@6.12.0
    • @comet/admin-date-time@6.12.0
    • @comet/admin-icons@6.12.0
    • @comet/blocks-admin@6.12.0

@comet/cms-api@6.12.0

Minor Changes

  • 3ee8c7a: Add a DamFileDownloadLinkBlock that can be used to download a file or open it in a new tab

    Also, add new /dam/files/download/:hash/:fileId/:filename endpoint for downloading assets.

  • 0597b1e: Add DisablePermissionCheck constant for use in @RequiredPermission decorator

    You can disable authorization for a resolver or operation by adding the decorator @RequiredPermission(DisablePermissionCheck)

Patch Changes

  • 6717682: API CrudSingleGenerator: Run transformToBlockData() for block fields on create

  • b158e6a: ChangesCheckerConsole: Start exactly matching job or all partially matching jobs

    Previously, the first job with a partially matching content scope was started.
    Doing so could lead to problems when multiple jobs with overlapping content scopes exist.
    For instance, jobs with the scopes { domain: "main", language: "de" } and { domain: "main", language: "en" } both partially match a change in { domain: "main", language: "de" }.
    To fix this, we either start a single job if the content scope matches exactly or start all jobs with partially matching content scopes.

    • @comet/blocks-api@6.12.0

@comet/cms-site@6.12.0

Minor Changes

  • 3ee8c7a: Add a DamFileDownloadLinkBlock that can be used to download a file or open it in a new tab

    Also, add new /dam/files/download/:hash/:fileId/:filename endpoint for downloading assets.

@comet/admin-color-picker@6.12.0

Patch Changes

  • Updated dependencies [16ffa7b]
    • @comet/admin@6.12.0
    • @comet/admin-icons@6.12.0

@comet/admin-date-time@6.12.0

Patch Changes

  • Updated dependencies [16ffa7b]
    • @comet/admin@6.12.0
    • @comet/admin-icons@6.12.0

@comet/admin-react-select@6.12.0

Patch Changes

  • Updated dependencies [16ffa7b]
    • @comet/admin@6.12.0

@comet/admin-rte@6.12.0

Patch Changes

  • dc7eaec: Hide translation button for FinalFormSearchTextField
  • Updated dependencies [16ffa7b]
    • @comet/admin@6.12.0
    • @comet/admin-icons@6.12.0

@comet/blocks-admin@6.12.0

Patch Changes

  • Updated dependencies [16ffa7b]
    • @comet/admin@6.12.0
    • @comet/admin-icons@6.12.0

@comet/eslint-config@6.12.0

Patch Changes

  • @comet/eslint-plugin@6.12.0

@comet/admin-babel-preset@6.12.0

@comet/admin-icons@6.12.0

@comet/blocks-api@6.12.0

@comet/cli@6.12.0

@comet/eslint-plugin@6.12.0

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from af91445 to c4264f3 Compare June 5, 2024 13:08
@thomasdax98 thomasdax98 merged commit 9f583b2 into main Jun 5, 2024
@thomasdax98 thomasdax98 deleted the changeset-release/main branch June 5, 2024 13:36
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.

None yet

1 participant