Skip to content

Commit

Permalink
Version Packages (#668)
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 Aug 7, 2024
1 parent 8c50a99 commit 0726e8d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-laws-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-shrimps-battle.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 0.0.4

### Patch Changes

- Updated dependencies [8c50a99c]
- Updated dependencies [47c20f4d]
- @zoralabs/protocol-sdk@0.9.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"private": true,
"scripts": {
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.9.0

### Minor Changes

- 8c50a99c: Add support for creating 1155s and collecting using the new ZoraTimedSaleStrategy. Default to using the new ZoraTimedSaleStrategy as a minter for new 1155s.

### Patch Changes

- 47c20f4d: - Added support for allowlist mint creation and collection
- For creating an erc20 mint, the parameter `type` must be set to `erc20Mint` on the `token.salesConfig` object

## 0.8.0

### Minor 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.8.0",
"version": "0.9.0",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 0726e8d

Please sign in to comment.