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

Merged
merged 2 commits into from
Mar 9, 2023
Merged

Version Packages #15

merged 2 commits into from
Mar 9, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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

@shopify/[email protected]

Minor Changes

  • #37 dfa32ad Thanks @QuintonC! - Addressed an issue with Redux support for non-ESM compliant bundlers such as Webpack

  • #8 c5bb842 Thanks @QuintonC! - Adds support for ENS resolution.

    This feature works only when developers make use of either Alchemy or Infura providers. It cannot be enabled with the public provider as our mission is to ensure stability and not introduce a risk of rate-limited storefronts.

Patch Changes

  • #72 c69d654 Thanks @QuintonC! - Removes internal packages (shared + tsconfig) from package.json

  • #44 235a1ba Thanks @QuintonC! - Addresses an issue with styled components and CJS support. Since the packages support ESM, some frameworks (Next.js) will try to transpile the packages and use a CommonJS version of styled-components we needed to re-export styled-components with a .default key for CJS support.

  • #47 29184fb Thanks @QuintonC! - Removes redux-logger to address an ESM based-packed issue with webpack bundlers.

  • #34 e8cbf63 Thanks @QuintonC! - Resolves an issue with redux-persist storage import using path imports

  • #33 e803387 Thanks @QuintonC! - Resolves an issue for webpack bundlers that cannot resolve pathed imports

  • #31 c75ce7e Thanks @QuintonC! - Addresses an issue where types that are used from the internal shared package were not compiled and exported as expected. This resulted in an issue where providing a theme to any of the providers would result in a type mismatch, but also made it impossible to extend or inherit any of the default themes.

  • Updated dependencies [c69d654, 2ee07fd, 4c181ca, 16fab4c]:

@shopify/[email protected]

Minor Changes

Patch Changes

  • #72 c69d654 Thanks @QuintonC! - Removes internal packages (shared + tsconfig) from package.json

  • #44 235a1ba Thanks @QuintonC! - Addresses an issue with styled components and CJS support. Since the packages support ESM, some frameworks (Next.js) will try to transpile the packages and use a CommonJS version of styled-components we needed to re-export styled-components with a .default key for CJS support.

  • #31 c75ce7e Thanks @QuintonC! - Addresses an issue where types that are used from the internal shared package were not compiled and exported as expected. This resulted in an issue where providing a theme to any of the providers would result in a type mismatch, but also made it impossible to extend or inherit any of the default themes.

@shopify/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 130dd17 to d0162f2 Compare February 22, 2023 17:17
@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from de936a1 to cc50757 Compare March 3, 2023 22:57
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 2dc04a4 to 34fb4f0 Compare March 7, 2023 16:34
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from bc81472 to aeea87a Compare March 9, 2023 17:39
QuintonC
QuintonC approved these changes Mar 9, 2023
@QuintonC QuintonC self-requested a review March 9, 2023 18:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from aeea87a to 3afef97 Compare March 9, 2023 19:02
Copy link
Collaborator

@QuintonC QuintonC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@QuintonC QuintonC merged commit b52aa86 into main Mar 9, 2023
@QuintonC QuintonC deleted the changeset-release/main branch March 9, 2023 20:52
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