Skip to content

Commit

Permalink
Version Packages (#489)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 10, 2024
1 parent cd5ac23 commit da3a13f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-books-dance.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-squids-run.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/1155-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zoralabs/zora-1155-contracts

## 2.11.0

### Minor Changes

- d460e79c: - Introduced a `reduceSupply` function allowing an approved minter or admin to reduce the supply for a given token id. New supply must be less than the current maxSupply, and greater than or equal to the total minted so far.
- Removed the deprecated `mintWithRewards` function

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/1155-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/zora-1155-contracts",
"version": "2.10.1",
"version": "2.11.0",
"repository": "[email protected]:ourzora/zora-protocol.git",
"author": "Iain <[email protected]>",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import {IVersionedContract} from "@zoralabs/shared-contracts/interfaces/IVersion
contract ContractVersionBase is IVersionedContract {
/// @notice The version of the contract
function contractVersion() external pure override returns (string memory) {
return "2.10.1";
return "2.11.0";
}
}
6 changes: 6 additions & 0 deletions packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zoralabs/protocol-sdk

## 0.7.2

### Patch Changes

- cd5ac235: protocol sdk gets mint price from the default mint price entity on the subgraph

## 0.7.1

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

0 comments on commit da3a13f

Please sign in to comment.