Skip to content

Commit

Permalink
Merge pull request #296 from ourzora/changeset-release/prerelease_col…
Browse files Browse the repository at this point in the history
…laborators

Version Packages (collaborators)
  • Loading branch information
kulkarohan authored Oct 24, 2023
2 parents fc8e945 + e644799 commit 8d739f5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"@zoralabs/zora-1155-contracts": "2.1.0",
"@zoralabs/protocol-rewards": "1.2.1"
},
"changesets": []
"changesets": [
"weak-planets-love"
]
}
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.2.0-collaborators.0

### Minor Changes

- fc24b3a: Add support for multiple creator reward recipients on a shared contract

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0-collaborators.0",
"repository": "git@github.com:ourzora/zora-protocol.git",
"author": "Iain <iain@zora.co>",
"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-10-18T17:43:11.859Z
// Last updated on 2023-10-24T19:43:29.478Z
// 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.1.0";
return "2.2.0-collaborators.0";
}
}

0 comments on commit 8d739f5

Please sign in to comment.