-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bb50a2
commit de936a1
Showing
17 changed files
with
50 additions
and
62 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# @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. | ||
|
||
- [#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters