forked from ourzora/zora-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @zoralabs/[email protected] ### Minor Changes - 13a4785: Adds ERC20 Minter contract which enables NFTs to be purchased with ERC20 tokens ### Patch Changes - 13a4785: Adds first minter reward to ERC20 Minter - 1cf02a4: Add ERC7572 ContracTURIUpdated() event for indexing - 079a596: Moved shared functionality into shared-contracts. premintWithSignerContract takes firstMinter as an argument ## @zoralabs/[email protected] ### Minor Changes - 13a4785: Adds ERC20Minter contract and events to the subgraph - 13a4785: Adds ERC20Minter deployment addresses to the subgraph configs ### Patch Changes - Updated dependencies [13a4785] - Updated dependencies [1cf02a4] - Updated dependencies [ec20ac8] - Updated dependencies [13a4785] - Updated dependencies [079a596] - @zoralabs/[email protected]
- Loading branch information
1 parent
03bf640
commit f3ab382
Showing
12 changed files
with
32 additions
and
38 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 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,6 +1,6 @@ | ||
{ | ||
"name": "@zoralabs/zora-1155-contracts", | ||
"version": "2.7.3", | ||
"version": "2.8.0", | ||
"repository": "[email protected]:ourzora/zora-protocol.git", | ||
"author": "Iain <[email protected]>", | ||
"license": "MIT", | ||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# @zoralabs/nft-creator-subgraph | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 13a4785: Adds ERC20Minter contract and events to the subgraph | ||
- 13a4785: Adds ERC20Minter deployment addresses to the subgraph configs | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [13a4785] | ||
- Updated dependencies [1cf02a4] | ||
- Updated dependencies [ec20ac8] | ||
- Updated dependencies [13a4785] | ||
- Updated dependencies [079a596] | ||
- @zoralabs/zora-1155-contracts@2.8.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