Skip to content

Commit

Permalink
Version Packages (#432)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jun 4, 2024
1 parent 502f329 commit 7297b4e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-pants-shave.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/itchy-fireants-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-boats-build.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/protocol-deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @zoralabs/protocol-deployments

## 0.1.13

### Patch Changes

- 9cdd81ac: Deployed latest version of 1155 contracts, 1155 factory, preminter, and mints manager to:

- blast
- Optimism mainnet
- Base
- Arbitrum One
- Arbitrum Sepolia
- Sepolia

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-deployments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/protocol-deployments",
"version": "0.1.12",
"version": "0.1.13",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zoralabs/protocol-sdk

## 0.5.17

### Patch Changes

- b16078bc:
- premintClient now supports creating/minting premints with additional admins.
- premint client supports creating premints with just a collection address, as long as the premint has been brought onchain
- 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
- Updated dependencies [9cdd81ac]
- @zoralabs/protocol-deployments@0.1.13

## 0.5.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/protocol-sdk",
"version": "0.5.16",
"version": "0.5.17",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 7297b4e

Please sign in to comment.