Skip to content

Commit

Permalink
switched to gasless tag, and created a version for it
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Sep 14, 2023
1 parent 3fecd2f commit 4ff3719
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"mode": "pre",
"tag": "gasless",
"initialVersions": {
"@zoralabs/zora-1155-contracts": "1.4.0"
},
"changesets": [
"happy-socks-melt",
"long-avocados-visit",
"spotty-horses-battle",
"twelve-comics-sniff"
]
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zoralabs/zora-1155-contracts

## 1.5.0-gasless.0

### Minor Changes

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

### Patch Changes

- bb8069e: Deprecate ZoraCreatorRedeemMinterStrategy at v1.0.1, a newer version will soon be released

## 1.4.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.4.0",
"version": "1.5.0-gasless.0",
"repository": "[email protected]:ourzora/creator-contracts.git",
"author": "Iain <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 4ff3719

Please sign in to comment.