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

chore: next version release #472

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 27, 2023

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

@shopware-pwa/cms-base@1.0.0

Major Changes

  • #452 e2c225f Thanks @patzick! - Created Nuxt layer for composables and cms-base. This way overriding any part of that is now possible.

Minor Changes

  • #524 6b54268 Thanks @BrocksiNet! - Moved cms internal helper functions:

    • buildUrlPrefix - moved to helpers package, see packages/helpers/src/cms/buildUrlPrefix.ts.
    • getCmsTranslations - move to composables as useCmsTranslations
    • getUrlPrefix - move to composables as method in useUrlResolver
    • resolveUrl - move to composables as method in useUrlResolver
  • #517 f7797e8 Thanks @BrocksiNet! - Change tailwindcss colors definition. Allows easy overwrite in demo-store template.

  • #794 ead7415 Thanks @mdanilowicz! - Add media 3D models support

Patch Changes

@shopware-pwa/composables-next@1.0.0

Major Changes

  • #452 e2c225f Thanks @patzick! - Created Nuxt layer for composables and cms-base. This way overriding any part of that is now possible.

Minor Changes

Patch Changes

@shopware-pwa/nuxt3-module@1.0.0

Major Changes

  • #452 e2c225f Thanks @patzick! - Created Nuxt layer for composables and cms-base. This way overriding any part of that is now possible.

Patch Changes

@shopware/api-client@0.6.0

Minor Changes

  • #560 9643e56 Thanks @patzick! - [createAdminAPIClient] ability to pass optional field credentials to be used as authentication method before invoking any Admin API endpoint.

  • #639 d60d062 Thanks @patzick! - Management of defaultHeaders. You can now set them on apiClient init or runtime.

    const apiClient = createApiClient({
      ...,
      defaultHeaders: {
        'sw-language-id': 'my-id',
      },
    });
    
    console.log('Debug default headers:', apiClient.defaultHeaders);
    
    // Change header runtime
    apiClient.defaultHeaders['sw-language-id'] = 'my-new-id';
    
    // Remove header runtime
    apiClient.defaultHeaders['sw-language-id'] = "";
    
    // Change multiple headers runtime
    apiClient.defaultHeaders.apply({
      'sw-language-id': 'another-id',
      'sw-currency-id': 'currency-id',
    })
  • #857 864616f Thanks @mdanilowicz! - Add error and success callbacks

Patch Changes

@shopware/api-gen@0.2.0

Minor Changes

  • #534 6170dca Thanks @patzick! - loadSchema command added by splitting generate command

  • #534 6170dca Thanks @patzick! - Sorting paths in the same order by api patchs

  • #534 6170dca Thanks @patzick! - Command generate has been splitted and doing only transformation from json to d.ts file

  • #564 93a6048 Thanks @patzick! - Added apiType option in loadSchema command. With SHOPWARE_ADMIN_USERNAME and SHOPWARE_ADMIN_PASSWORD env variables we can now authorize Admin API schema.

    example:

    # load schema from store API
    pnpx @shopware/api-gen loadSchema --apiType=store --filename=storeApiSchema.json
    
    # load schema from admin API
    pnpx @shopware/api-gen loadSchema --apiType=admin --filename=adminApiSchema.json
  • #903 18d8528 Thanks @mdanilowicz! - Add Blob type support

  • #534 6170dca Thanks @patzick! - Schema operations is now a generic type to help with overriding types

Patch Changes

@shopware-pwa/helpers-next@0.6.0

Minor Changes

Patch Changes

  • #524 6b54268 Thanks @BrocksiNet! - added buildUrlPrefix, which perviously was internal helper of the @shopware/cms-base package

@shopware-pwa/types@0.7.0

Minor Changes

Patch Changes

@shopware-pwa/api-client@0.7.1

Patch Changes

  • Updated dependencies [543a8e1]:
    • @shopware-pwa/types@0.7.0

shopware-astro@1.0.0

Major Changes

Patch Changes

docs@1.7.0

Minor Changes

Patch Changes

vue-demo-store@0.16.0

Minor Changes

Patch Changes

eslint-config-shopware@0.0.9

Patch Changes

  • #478 df96fd0 Thanks @patzick! - Dependency changes:

    • Changed dependency @typescript-eslint/eslint-plugin from ^6.11.0 to ^6.13.1
    • Changed dependency @typescript-eslint/parser from ^6.11.0 to ^6.13.1
    • Changed dependency typescript from ^5.2.2 to ^5.3.2

@shopware-pwa/typer@0.1.12

Patch Changes

  • #478 df96fd0 Thanks @patzick! - Dependency changes:

    • Changed dependency fs-extra from ^11.1.1 to ^11.2.0
    • Changed dependency typedoc from ^0.25.3 to ^0.25.4
    • Changed dependency vite from ^5.0.0 to ^5.0.4

vue-vite-blank@0.1.1

Patch Changes

Copy link

vercel bot commented Nov 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontends-demo ✅ Ready (Inspect) Visit Preview May 13, 2024 0:23am
shopware-frontends-docs ✅ Ready (Inspect) Visit Preview May 13, 2024 0:23am

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 7ad22df to aa565cd Compare December 6, 2023 10:08
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from fb38ff7 to fef1c98 Compare April 17, 2024 11:58
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 7ec50e5 to f590100 Compare May 13, 2024 06:28
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

0 participants