Skip to content

Commit 42aa4ca

Browse files
Version Packages (prerelease) (#380)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8555eaf commit 42aa4ca

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"@zoralabs/protocol-rewards": "1.2.1",
88
"@zoralabs/protocol-sdk": "0.3.2"
99
},
10-
"changesets": []
10+
"changesets": [
11+
"funny-rats-draw",
12+
"twelve-swans-help"
13+
]
1114
}

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

Lines changed: 1 addition & 1 deletion
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-21T01:06:09.129Z
2+
// Last updated on 2023-11-21T02:54:10.313Z
33
// SPDX-License-Identifier: MIT
44
pragma solidity 0.8.17;
55

packages/protocol-deployments/CHANGELOG.md

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

3+
## 0.0.7-prerelease.0
4+
5+
### Patch Changes
6+
7+
- dba9bb0: Updated determinstic preminter deployment script to not fail if already deployed
8+
- 4c4ae23: Deployed 2.5.1 to zora sepolia and zora goerli
9+
310
## 0.0.6
411

512
### 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-prerelease.0",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"main": "./dist/index.js",

packages/protocol-sdk/CHANGELOG.md

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

3+
## 0.3.3-prerelease.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dba9bb0]
8+
- Updated dependencies [4c4ae23]
9+
- @zoralabs/protocol-deployments@0.0.7-prerelease.0
10+
311
## 0.3.2
412

513
### Patch Changes

packages/protocol-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/protocol-sdk",
3-
"version": "0.3.2",
3+
"version": "0.3.3-prerelease.0",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"main": "./dist/index.js",
@@ -15,7 +15,7 @@
1515
"lint": "prettier --check 'src/**/*.ts'"
1616
},
1717
"dependencies": {
18-
"@zoralabs/protocol-deployments": "*",
18+
"@zoralabs/protocol-deployments": "0.0.7-prerelease.0",
1919
"abitype": "^0.8.7",
2020
"vite": "4.5.0"
2121
},

0 commit comments

Comments
 (0)