Skip to content

Commit

Permalink
Version Packages (#30)
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 Dec 6, 2023
1 parent 5156b9e commit 2e4b5e0
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-radios-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-houses-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-tips-grow.md

This file was deleted.

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

## 2.5.4

### Patch Changes

- 7e00197: \* For premintV1 and V2 - mintReferrer has been changed to an array `mintRewardsRecipients` - which the first element in array is `mintReferral`, and second element is `platformReferral`. `platformReferral is not used by the premint contract yet`.

## 2.5.3

### 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.5.3",
"version": "2.5.4",
"repository": "[email protected]:ourzora/zora-protocol.git",
"author": "Iain <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/1155-contracts/src/version/ContractVersionBase.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is automatically generated by code; do not manually update
// Last updated on 2023-12-06T16:50:19.729Z
// Last updated on 2023-12-06T20:04:09.263Z
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

Expand All @@ -10,6 +10,6 @@ import {IVersionedContract} from "../interfaces/IVersionedContract.sol";
contract ContractVersionBase is IVersionedContract {
/// @notice The version of the contract
function contractVersion() external pure override returns (string memory) {
return "2.5.3";
return "2.5.4";
}
}
8 changes: 8 additions & 0 deletions packages/protocol-deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zoralabs/premint-sdk

## 0.0.9

### Patch Changes

- 5156b9e: Deploy latest premint executor to zora sepolia and goerli
- Updated dependencies [7e00197]
- @zoralabs/zora-1155-contracts@2.5.4

## 0.0.8

### 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.0.8",
"version": "0.0.9",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zoralabs/protocol-sdk

## 0.4.1

### Patch Changes

- 7e00197: \* For premintV1 and V2 - mintReferrer has been changed to an array `mintRewardsRecipients` - which the first element in array is `mintReferral`, and second element is `platformReferral`. `platformReferral is not used by the premint contract yet`.
- 0ceb709: Add mint costs getter for premint to protocol sdk
- Updated dependencies [5156b9e]
- @zoralabs/protocol-deployments@0.0.9

## 0.4.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.4.0",
"version": "0.4.1",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand Down

0 comments on commit 2e4b5e0

Please sign in to comment.