Skip to content

Commit

Permalink
Version Packages (premint-api) (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Iain Nash <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2023
1 parent b5dd1f8 commit cff1cc4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/1155-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zoralabs/zora-1155-contracts

## 2.1.1-premint-api.0

### Patch Changes

- 8395b8e: Fix release code
- aae756b: update package export style
- cf184b3: Update export/import pattern

## 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.1.1-premint-api.0",
"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-10-18T17:43:11.859Z
// Last updated on 2023-10-20T18:41:09.985Z
// 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.1.1-premint-api.0";
}
}
10 changes: 10 additions & 0 deletions packages/premint-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @zoralabs/premint-sdk

## 0.0.2-premint-api.0

### Patch Changes

- Updated dependencies [8395b8e]
- Updated dependencies [aae756b]
- Updated dependencies [cf184b3]
- @zoralabs/zora-1155-contracts@2.1.1-premint-api.0
4 changes: 2 additions & 2 deletions packages/premint-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/premint-sdk",
"version": "0.0.1",
"version": "0.0.2-premint-api.0",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand All @@ -13,7 +13,7 @@
"anvil": "source .env.anvil && anvil --fork-url $FORK_RPC_URL --fork-block-number $FORK_BLOCK_NUMBER --chain-id 31337"
},
"dependencies": {
"@zoralabs/zora-1155-contracts": "*",
"@zoralabs/zora-1155-contracts": "2.1.1-premint-api.0",
"abitype": "^0.8.7"
},
"peerDependencies": {
Expand Down

0 comments on commit cff1cc4

Please sign in to comment.