Skip to content

Commit 7297b4e

Browse files
Version Packages (ourzora#432)
* Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Oved <[email protected]>
1 parent 502f329 commit 7297b4e

File tree

7 files changed

+26
-24
lines changed

7 files changed

+26
-24
lines changed

.changeset/dirty-pants-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-fireants-sneeze.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/tame-boats-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/protocol-deployments/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @zoralabs/protocol-deployments
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- 9cdd81ac: Deployed latest version of 1155 contracts, 1155 factory, preminter, and mints manager to:
8+
9+
- blast
10+
- Optimism mainnet
11+
- Base
12+
- Arbitrum One
13+
- Arbitrum Sepolia
14+
- Sepolia
15+
316
## 0.1.12
417

518
### Patch Changes

packages/protocol-deployments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/protocol-deployments",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"type": "module",

packages/protocol-sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @zoralabs/protocol-sdk
22

3+
## 0.5.17
4+
5+
### Patch Changes
6+
7+
- b16078bc:
8+
- premintClient now supports creating/minting premints with additional admins.
9+
- premint client supports creating premints with just a collection address, as long as the premint has been brought onchain
10+
- 502f3295: premint sdk - on createPremint, `payoutRecipient` argument moved to `tokenCreationConfig`. premintConfigVersion is no longer an argument; the sdk automatically figures out which is the appropriate version
11+
- Updated dependencies [9cdd81ac]
12+
- @zoralabs/protocol-deployments@0.1.13
13+
314
## 0.5.16
415

516
### Patch Changes

packages/protocol-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/protocol-sdk",
3-
"version": "0.5.16",
3+
"version": "0.5.17",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)