Skip to content

Commit

Permalink
Version Packages (ourzora#289)
Browse files Browse the repository at this point in the history
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
github-actions[bot] authored Mar 27, 2024
1 parent 03bf640 commit f3ab382
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-eagles-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-carpets-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-crabs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-ravens-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-clocks-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-brooms-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-ducks-melt.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/1155-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zoralabs/zora-1155-contracts

## 2.8.0

### Minor Changes

- 13a4785: Adds ERC20 Minter contract which enables zora 1155 creator NFTs to be minted 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

## 2.8

- 13a4785: Adds ERC20 Minter which allows users to mint NFTs with ERC20 tokens.
Expand Down
2 changes: 1 addition & 1 deletion packages/1155-contracts/package.json
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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import {IVersionedContract} from "../interfaces/IVersionedContract.sol";
contract ContractVersionBase is IVersionedContract {
/// @notice The version of the contract
function contractVersion() external pure override returns (string memory) {
return "2.7.3";
return "2.8.0";
}
}
17 changes: 17 additions & 0 deletions packages/creator-subgraph/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/creator-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/nft-creator-subgraph",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"repository": "https://github.com/ourzora/zora-creator-subgraph",
"private": true,
Expand Down

0 comments on commit f3ab382

Please sign in to comment.