Skip to content

Commit

Permalink
Version Packages (#383)
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 Nov 28, 2023
1 parent 3c1351e commit 16a753c
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-rats-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-poems-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-peaches-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-swans-help.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.2

### Patch Changes

- e4edaac: fixed bug where premint config v2 did not have correct eip-712 domain. fixed bug in CreatorAttribution event where structHash was not included in it

## 2.5.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.5.1",
"version": "2.5.2",
"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-11-21T02:31:53.169Z
// Last updated on 2023-11-27T17:37:45.815Z
// 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.1";
return "2.5.2";
}
}
10 changes: 10 additions & 0 deletions packages/protocol-deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zoralabs/premint-sdk

## 0.0.7

### Patch Changes

- 128b05c: Updated determinstic preminter deployment script to not fail if already deployed
- 1d58cd1: Deployed 2.5.2 to zora sepolia and zora goerli
- 128b05c: Deployed 2.5.1 to zora sepolia and zora goerli
- Updated dependencies [e4edaac]
- @zoralabs/zora-1155-contracts@2.5.2

## 0.0.6

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

0 comments on commit 16a753c

Please sign in to comment.