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

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Version Packages #624

merged 1 commit into from
Aug 13, 2024

Conversation

ct-changesets[bot]
Copy link
Contributor

@ct-changesets ct-changesets bot commented Aug 2, 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

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

  • #629 a4e8796 Thanks @CarlosCortizasCT! - Fixed the return type for some properties in the GraphQL representation:

    • name
    • description
    • slug
    • metaTitle
    • metaKeywords
    • metaDescription

    They all were returning a value with type TLocalizedStringGraphql where they should be returning a string.

    From the consumer point of view, mocking those values won't change so they can still use the LocalizedString common model to set it up:

    Category.random()
      .name(LocalizedString.random().en('Shoes').de('Schuhe'))
      .buildGraphql();

    The actual string returned will be the one with the default locale (en) or the first one if that one does not exist.

  • #627 29ab14e Thanks @CarlosCortizasCT! - Fixed the Category graphql transformer as it was not building the name and description properties which both are nested models of type LocalizedString.

  • Updated dependencies [5e4d863, a4e8796]:

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Minor Changes

  • #629 a4e8796 Thanks @CarlosCortizasCT! - Added a new helper in the LocalizedString model which allows to get the default locale value out of all configured ones.

    The default value has been configured to be en.

    In case the model does not have that one configured, the helper will return the first one configured.

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Minor Changes

Patch Changes

  • #629 a4e8796 Thanks @CarlosCortizasCT! - Fixed the return type for some properties in the GraphQL representation:

    • name
    • description
    • slug
    • metaTitle
    • metaKeywords
    • metaDescription

    They all were returning a value with type TLocalizedStringGraphql where they should be returning a string.

    From the consumer point of view, mocking those values won't change so they can still use the LocalizedString common model to set it up:

    Product.random()
      .name(LocalizedString.random().en('Shoes').de('Schuhe'))
      .buildGraphql();

    The actual string returned will be the one with the default locale (en) or the first one if that one does not exist.

  • #627 29ab14e Thanks @CarlosCortizasCT! - Fixed ProductVariant model presets as they were using invalid values to populate the attributes property.

    Fixed a couple of issues with the Product model:

    • searchKeywords attribute was initialized as null where it needs to be an empty array.
    • masterVariant attribute was not set as buildable in the graphql transformer.
  • Updated dependencies [a4e8796, 5e4d863, 6008d5e, 827861f, 29ab14e, a4e8796]:

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Minor Changes

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Major Changes

  • #628 5e4d863 Thanks @stephsprinkle! - Renamed GoodStore dataset to B2C Lifestyle to support Foundry.

    This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated.

    Updating this package will require changes in your codebase. To migrate:

    • Replace any instance of <Entity>.presets.sampleDataGoodStore.<preset-name>() with <Entity>.presets.sampleDataB2CLifestyle.<preset-name>()

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

Patch Changes

@commercetools-test-data/[email protected]

@commercetools-test-data/[email protected]

@commercetools-test-data/[email protected]

@ct-changesets ct-changesets bot requested review from a team as code owners August 2, 2024 19:29
@ct-changesets ct-changesets bot force-pushed the changeset-release/main branch 4 times, most recently from 7487f6e to afc0097 Compare August 9, 2024 07:20
@ct-changesets ct-changesets bot force-pushed the changeset-release/main branch from afc0097 to 6629a1e Compare August 13, 2024 08:21
@dogayuksel dogayuksel merged commit 88cbe1b into main Aug 13, 2024
4 checks passed
@dogayuksel dogayuksel deleted the changeset-release/main branch August 13, 2024 08:25
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.

1 participant