Skip to content

Commit

Permalink
Version Packages (gasless) (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 29, 2023
1 parent 210cf3d commit 0734d4e
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
13 changes: 12 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,16 @@
"initialVersions": {
"@zoralabs/zora-1155-contracts": "1.5.0"
},
"changesets": []
"changesets": [
"chilly-ties-stare",
"curly-days-reflect",
"curly-dolphins-sneeze",
"happy-socks-melt",
"long-avocados-visit",
"popular-cows-grin",
"slow-hats-turn",
"spotty-horses-battle",
"twelve-comics-sniff",
"witty-beds-travel"
]
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @zoralabs/zora-1155-contracts

## 1.6.0-gasless.0

### Minor Changes

- 068989e: Adds first minter rewards to zora 1155 contracts.
- 068989e: Added deterministic contract creation from the Zora1155 factory
- 068989e: Added the PremintExecutor contract, and updated erc1155 to support delegated minting

### Patch Changes

- 7230818: bump to publish
- 40322b9: minor bump for another version
- 2f0fb93: Add back `mintFee` getter
- fd46a94: Move delegated token creation state to its own contract
- 40322b9: Minor bump for new version
- 068989e: Deprecate ZoraCreatorRedeemMinterStrategy at v1.0.1, a newer version will soon be released
- 39a7c44: bump a lil more

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/zora-1155-contracts",
"version": "1.5.0",
"version": "1.6.0-gasless.0",
"repository": "[email protected]:ourzora/creator-contracts.git",
"author": "Iain <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions 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-09-26T21:31:20.708Z
// Last updated on 2023-09-29T16:41:19.986Z
// 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 "1.5.0";
return "1.6.0-gasless.0";
}
}

0 comments on commit 0734d4e

Please sign in to comment.