Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Premint: 1.5.0-gasless release #172

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion package/batchPublish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
parseEther,
createTestClient,
} from "viem";
import { foundry, zora, zoraTestnet } from "viem/chains";
import { foundry, zora } from "viem/chains";
import { describe, it, expect } from "vitest";
import {
zoraCreator1155FactoryImplConfig,
Expand Down
Loading