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 #2

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

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Feb 13, 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

@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.

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',
    })

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
  • #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

  • #793 82d465e Thanks @florianliebig! - Add Account Type to register form & company name + VAT-ID fields

  • #517 f7797e8 Thanks @BrocksiNet! - Adding all colors to uno.config.ts to show that they can changed via config.

    Changes in detail:

    • blue is now covered by primary.
    • gray and slate are now covered by secondary.
    • brand-primary is now primary (default).
    • brand-light is now light (default).
    • brand-dark is now dark (default).
    • Added also other colors to config like yellow, green, indigo and white.
  • #463 543a8e1 Thanks @mdanilowicz! - Add api error resolver for:

    • Login page
    • Account registration
    • Update product qty (cart)

    Add useApiErrorsResolver composable

  • #529 4dce006 Thanks @mdanilowicz! - Use product ID instead the product object in the wishlist composable

  • #611 4593318 Thanks @mdanilowicz! - Add regulation price to the product card

  • #531 f99d49c Thanks @mdanilowicz! - Add JSON-LD for a product page

  • #571 67654fc Thanks @mdanilowicz! - Add product review form on the product card

  • #545 6664aa2 Thanks @itscark! - Fix visibility classes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants