Skip to content

Commit

Permalink
Version Packages (prerelease) (#380)
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 21, 2023
1 parent 8555eaf commit 42aa4ca
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"@zoralabs/protocol-rewards": "1.2.1",
"@zoralabs/protocol-sdk": "0.3.2"
},
"changesets": []
"changesets": [
"funny-rats-draw",
"twelve-swans-help"
]
}
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-21T01:06:09.129Z
// Last updated on 2023-11-21T02:54:10.313Z
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

Expand Down
7 changes: 7 additions & 0 deletions packages/protocol-deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zoralabs/premint-sdk

## 0.0.7-prerelease.0

### Patch Changes

- dba9bb0: Updated determinstic preminter deployment script to not fail if already deployed
- 4c4ae23: Deployed 2.5.1 to zora sepolia and zora goerli

## 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-prerelease.0",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zoralabs/protocol-sdk

## 0.3.3-prerelease.0

### Patch Changes

- Updated dependencies [dba9bb0]
- Updated dependencies [4c4ae23]
- @zoralabs/protocol-deployments@0.0.7-prerelease.0

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.2",
"version": "0.3.3-prerelease.0",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand All @@ -15,7 +15,7 @@
"lint": "prettier --check 'src/**/*.ts'"
},
"dependencies": {
"@zoralabs/protocol-deployments": "*",
"@zoralabs/protocol-deployments": "0.0.7-prerelease.0",
"abitype": "^0.8.7",
"vite": "4.5.0"
},
Expand Down

0 comments on commit 42aa4ca

Please sign in to comment.