Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 3, 2023
1 parent 7fc9f55 commit cc50757
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-pugs-hammer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/few-coats-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-waves-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-cups-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-mangos-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-drinks-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-fishes-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-years-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-cougars-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-fishes-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-books-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-days-notice.md

This file was deleted.

25 changes: 25 additions & 0 deletions packages/connect-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# @shopify/connect-wallet

## 0.2.0

### Minor Changes

- [#37](https://github.com/Shopify/blockchain-components/pull/37) [`dfa32ad`](https://github.com/Shopify/blockchain-components/commit/dfa32ad8279d1c4bd6a6e3a0a276e9083f3ec617) Thanks [@QuintonC](https://github.com/QuintonC)! - Addressed an issue with Redux support for non-ESM compliant bundlers such as Webpack

- [#8](https://github.com/Shopify/blockchain-components/pull/8) [`c5bb842`](https://github.com/Shopify/blockchain-components/commit/c5bb8424efa6eb0d633f615ba5ff5c79030351c5) Thanks [@QuintonC](https://github.com/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

- [#44](https://github.com/Shopify/blockchain-components/pull/44) [`235a1ba`](https://github.com/Shopify/blockchain-components/commit/235a1baec8900cd1d6ea92c5e3ee08c17e8309b0) Thanks [@QuintonC](https://github.com/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](https://github.com/Shopify/blockchain-components/pull/47) [`29184fb`](https://github.com/Shopify/blockchain-components/commit/29184fbf7a1f938aa7cd3678777c0a2b29588056) Thanks [@QuintonC](https://github.com/QuintonC)! - Removes redux-logger to address an ESM based-packed issue with webpack bundlers.

- [#34](https://github.com/Shopify/blockchain-components/pull/34) [`e8cbf63`](https://github.com/Shopify/blockchain-components/commit/e8cbf63280d45d6c6056844be984d54dd7f2d752) Thanks [@QuintonC](https://github.com/QuintonC)! - Resolves an issue with redux-persist storage import using path imports

- [#33](https://github.com/Shopify/blockchain-components/pull/33) [`e803387`](https://github.com/Shopify/blockchain-components/commit/e80338748bbc7810660da2e67d4f4239d74dcd9f) Thanks [@QuintonC](https://github.com/QuintonC)! - Resolves an issue for webpack bundlers that cannot resolve pathed imports

- [#31](https://github.com/Shopify/blockchain-components/pull/31) [`c75ce7e`](https://github.com/Shopify/blockchain-components/commit/c75ce7eb002a1eec43cd5939eebd75d749e0f4d8) Thanks [@QuintonC](https://github.com/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 [[`2ee07fd`](https://github.com/Shopify/blockchain-components/commit/2ee07fd05af2f9e2616c536ba261a8cb4f28e048), [`4c181ca`](https://github.com/Shopify/blockchain-components/commit/4c181cadf91969b1559b453c21b12bfc6ce3d73b), [`16fab4c`](https://github.com/Shopify/blockchain-components/commit/16fab4c9491272cb5212c694991b35b3faa48a80)]:
- @shopify/gate-context-client@0.1.1

## 0.1.0
2 changes: 1 addition & 1 deletion packages/connect-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/connect-wallet",
"version": "0.1.0",
"version": "0.2.0",
"private": false,
"license": "MIT",
"description": "Crypto wallet connection library for Shopify storefronts",
Expand Down
10 changes: 10 additions & 0 deletions packages/gate-context-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# @shopify/gate-context-client

## 0.1.1

### Patch Changes

- [#42](https://github.com/Shopify/blockchain-components/pull/42) [`2ee07fd`](https://github.com/Shopify/blockchain-components/commit/2ee07fd05af2f9e2616c536ba261a8cb4f28e048) Thanks [@jamiely](https://github.com/jamiely)! - Removes window inspection upon import

- [#20](https://github.com/Shopify/blockchain-components/pull/20) [`4c181ca`](https://github.com/Shopify/blockchain-components/commit/4c181cadf91969b1559b453c21b12bfc6ce3d73b) Thanks [@jamiely](https://github.com/jamiely)! - Added documentation to the README

- [#10](https://github.com/Shopify/blockchain-components/pull/10) [`16fab4c`](https://github.com/Shopify/blockchain-components/commit/16fab4c9491272cb5212c694991b35b3faa48a80) Thanks [@QuintonC](https://github.com/QuintonC)! - Updates urls for repository, bugs, and homepage inside of package.json

## 0.1.0
2 changes: 1 addition & 1 deletion packages/gate-context-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/gate-context-client",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"license": "MIT",
"description": "Utility API utilizing the AJAX Cart API to store wallet address and signature data.",
Expand Down
14 changes: 14 additions & 0 deletions packages/tokengate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# @shopify/tokengate

## 0.2.0

### Minor Changes

- [#26](https://github.com/Shopify/blockchain-components/pull/26) [`28b708e`](https://github.com/Shopify/blockchain-components/commit/28b708e19a8e4bfb700e77f0361a9c9e8581c759) Thanks [@caropinzonsilva](https://github.com/caropinzonsilva)! - Display discount on unlocked title

- [#39](https://github.com/Shopify/blockchain-components/pull/39) [`244a138`](https://github.com/Shopify/blockchain-components/commit/244a138c50cd3230c01ca7f097e4b0bc26e48bfd) Thanks [@caropinzonsilva](https://github.com/caropinzonsilva)! - Adds new ClientAnalytics component

### Patch Changes

- [#44](https://github.com/Shopify/blockchain-components/pull/44) [`235a1ba`](https://github.com/Shopify/blockchain-components/commit/235a1baec8900cd1d6ea92c5e3ee08c17e8309b0) Thanks [@QuintonC](https://github.com/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](https://github.com/Shopify/blockchain-components/pull/31) [`c75ce7e`](https://github.com/Shopify/blockchain-components/commit/c75ce7eb002a1eec43cd5939eebd75d749e0f4d8) Thanks [@QuintonC](https://github.com/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.

## 0.1.0
2 changes: 1 addition & 1 deletion packages/tokengate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/tokengate",
"version": "0.1.0",
"version": "0.2.0",
"private": false,
"license": "MIT",
"description": "Tokengate component library for Shopify storefronts",
Expand Down

0 comments on commit cc50757

Please sign in to comment.