Skip to content

Commit

Permalink
Version Packages (#174)
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 <stangogh@gmail.com>
  • Loading branch information
3 people authored Feb 29, 2024
1 parent 975f9d5 commit 75c7fb8
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-eagles-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-seals-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-toes-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-apples-doubt.md

This file was deleted.

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.7.2

### Patch Changes

- acf21c0:
- `ZoraCreator1155PremintExecutorImpl` and `ZoraCreator1155Impl` support EIP-1271 based signatures for premint token creation, by taking in an extra param indicating the signing contract, and if that parameter is passed, calling a function on that contract address to validate the signature. EIP-1271 is not supported with PremintV1 signatures.
- `ZoraCreator1155Impl` splits out `supportsInterface` check for premint related functionality into two separate interfaces to check for, allowing each interface to be updated independently.

## 2.7.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.7.1",
"version": "2.7.2",
"repository": "git@github.com:ourzora/zora-protocol.git",
"author": "Iain <iain@zora.co>",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions packages/1155-contracts/src/version/ContractVersionBase.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// This file is automatically generated by code; do not manually update
// Last updated on 2024-02-13T14:05:12.659Z
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

Expand All @@ -10,6 +9,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.7.1";
return "2.7.2";
}
}
10 changes: 10 additions & 0 deletions packages/1155-deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @zoralabs/1155-deployments

## 0.0.2

### Patch Changes

- 9946d0a: Removed goerli, optimism-goerli, base-goerli, and zora-goerli from chain configs, addresses, and testing
- 28862f6: Deployed to blast sepolia and blast mainnet
- Updated dependencies [acf21c0]
- @zoralabs/zora-1155-contracts@2.7.2
2 changes: 1 addition & 1 deletion packages/1155-deployments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/1155-deployments",
"version": "0.0.1",
"version": "0.0.2",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"type": "module",
Expand Down
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.5.4

### Patch Changes

- 9710e5e: Defining exports in protocol-sdk

## 0.5.3

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

0 comments on commit 75c7fb8

Please sign in to comment.