Skip to content

Commit 16a753c

Browse files
Version Packages (#383)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c1351e commit 16a753c

File tree

9 files changed

+20
-24
lines changed

9 files changed

+20
-24
lines changed

.changeset/funny-rats-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-poems-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-peaches-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-swans-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/1155-contracts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zoralabs/zora-1155-contracts
22

3+
## 2.5.2
4+
5+
### Patch Changes
6+
7+
- 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
8+
39
## 2.5.1
410

511
### Patch Changes

packages/1155-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/zora-1155-contracts",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"repository": "[email protected]:ourzora/zora-protocol.git",
55
"author": "Iain <[email protected]>",
66
"license": "MIT",

packages/1155-contracts/src/version/ContractVersionBase.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is automatically generated by code; do not manually update
2-
// Last updated on 2023-11-21T02:31:53.169Z
2+
// Last updated on 2023-11-27T17:37:45.815Z
33
// SPDX-License-Identifier: MIT
44
pragma solidity 0.8.17;
55

@@ -10,6 +10,6 @@ import {IVersionedContract} from "../interfaces/IVersionedContract.sol";
1010
contract ContractVersionBase is IVersionedContract {
1111
/// @notice The version of the contract
1212
function contractVersion() external pure override returns (string memory) {
13-
return "2.5.1";
13+
return "2.5.2";
1414
}
1515
}

packages/protocol-deployments/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @zoralabs/premint-sdk
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 128b05c: Updated determinstic preminter deployment script to not fail if already deployed
8+
- 1d58cd1: Deployed 2.5.2 to zora sepolia and zora goerli
9+
- 128b05c: Deployed 2.5.1 to zora sepolia and zora goerli
10+
- Updated dependencies [e4edaac]
11+
- @zoralabs/zora-1155-contracts@2.5.2
12+
313
## 0.0.6
414

515
### Patch Changes

packages/protocol-deployments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/protocol-deployments",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)