Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/prerelease_premint_api_helper' i…
Browse files Browse the repository at this point in the history
…nto prerelease_premint_api_helper
  • Loading branch information
iainnash committed Oct 18, 2023
2 parents 8395b8e + 7d388e0 commit 7213e14
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"@zoralabs/zora-1155-contracts": "2.0.4",
"@zoralabs/protocol-rewards": "1.2.1"
},
"changesets": []
"changesets": [
"great-camels-impress",
"strong-bears-fail"
]
}
10 changes: 10 additions & 0 deletions packages/1155-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zoralabs/zora-1155-contracts

## 2.1.0-premint-api.0

### Minor Changes

- 9495c34: Supply royalties are no longer supported

### Patch Changes

- 22157fd: Add SDK

## 2.0.4

### Patch Changes
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.0.4",
"version": "2.1.0-premint-api.0",
"repository": "[email protected]:ourzora/zora-protocol.git",
"author": "Iain <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/1155-contracts/src/version/ContractVersionBase.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is automatically generated by code; do not manually update
// Last updated on 2023-10-13T15:34:50.319Z
// Last updated on 2023-10-18T18:49:39.764Z
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

Expand All @@ -10,6 +10,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.0.4";
return "2.1.0-premint-api.0";
}
}

0 comments on commit 7213e14

Please sign in to comment.