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

Merged
merged 1 commit into from
May 5, 2022
Merged

Version Packages #2584

merged 1 commit into from
May 5, 2022

Conversation

ghost
Copy link

@ghost ghost commented May 3, 2022

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-frontend/mc-dev-authentication@21.5.0

Minor Changes

  • #2578 3180de7f Thanks @emmenko! - Migrate package to TypeScript.

    To note that the package exports changed to:

    • createMcDevAuthenticationMiddleware
    • transformerLocal

    This package is only meant to be used internally and therefore we don't consider this a breaking change.

@commercetools-frontend/application-components@21.5.0

Patch Changes

  • #2586 2f58b2d6 Thanks @emmenko! - Fix type declarations for <PortalsContainer> as defaultProps and forwardRef do not work well together.

@commercetools-frontend/application-config@21.5.0

Patch Changes

  • #2567 3094da2f Thanks @Rhotimee! - Enforce uniqueness for uriPath of the submenu links.

  • #2578 3180de7f Thanks @emmenko! - Allow to extend the environment types of the ApplicationRuntimeConfig.
    This is useful if you want to have the additionalEnv properties typed.

    For example, given the following config:

    {
      "additionalEnv": {
        "trackingSentry": "https://000@sentry.io/000"
      }
    }

    You can extend the type as following:

    import type { ApplicationRuntimeConfig } from '@commercetools-frontend/application-config';
    
    type TMyApplicationRuntimeConfig = ApplicationRuntimeConfig<{
      trackingSentry: string;
    }>;

@commercetools-frontend/application-shell@21.5.0

Patch Changes

  • Updated dependencies [3094da2f, 3180de7f, 2f58b2d6]:
    • @commercetools-frontend/application-config@21.5.0
    • @commercetools-frontend/application-components@21.5.0

@commercetools-frontend/cypress@21.5.0

Patch Changes

  • Updated dependencies [3094da2f, 3180de7f]:
    • @commercetools-frontend/application-config@21.5.0
    • @commercetools-frontend/application-shell@21.5.0

@commercetools-frontend/mc-html-template@21.5.0

Patch Changes

@commercetools-frontend/mc-scripts@21.5.0

Patch Changes

  • Updated dependencies [3094da2f, b38854ec, 3180de7f, 3180de7f]:
    • @commercetools-frontend/application-config@21.5.0
    • @commercetools-frontend/mc-html-template@21.5.0
    • @commercetools-frontend/mc-dev-authentication@21.5.0

merchant-center-application-template-starter@19.2.1

Patch Changes

  • Updated dependencies [3180de7f, 2f58b2d6]:
    • @commercetools-frontend/mc-dev-authentication@21.5.0
    • @commercetools-frontend/application-components@21.5.0
    • @commercetools-frontend/application-shell@21.5.0
    • @commercetools-frontend/mc-scripts@21.5.0

playground@19.2.1

Patch Changes

  • Updated dependencies [2f58b2d6]:
    • @commercetools-frontend/application-components@21.5.0
    • @commercetools-frontend/application-shell@21.5.0

@commercetools-local/visual-testing-app@19.3.1

Patch Changes

  • Updated dependencies [2f58b2d6]:
    • @commercetools-frontend/application-components@21.5.0

@commercetools-website/components-playground@17.4.1

Patch Changes

  • Updated dependencies [2f58b2d6]:
    • @commercetools-frontend/application-components@21.5.0

@vercel
Copy link

vercel bot commented May 3, 2022

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

Name Status Preview Updated
merchant-center-application-kit ✅ Ready (Inspect) Visit Preview May 5, 2022 at 8:38AM (UTC)

@vercel vercel bot temporarily deployed to Preview May 3, 2022 09:01 Inactive
@ghost ghost force-pushed the changeset-release/main branch from 859d1b8 to 03763d3 Compare May 3, 2022 14:36
@vercel vercel bot temporarily deployed to Preview May 3, 2022 14:42 Inactive
@ghost ghost force-pushed the changeset-release/main branch from 03763d3 to 5b2ce4b Compare May 3, 2022 19:13
@vercel vercel bot temporarily deployed to Preview May 3, 2022 19:18 Inactive
@ghost ghost force-pushed the changeset-release/main branch from 5b2ce4b to 9385db3 Compare May 5, 2022 08:32
@vercel vercel bot temporarily deployed to Preview May 5, 2022 08:38 Inactive
@emmenko emmenko merged commit d3166e9 into main May 5, 2022
@emmenko emmenko deleted the changeset-release/main branch May 5, 2022 08:53
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