Skip to content

Commit

Permalink
Version Packages (prerelease) (#345)
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 10, 2023
1 parent 8cbd5c0 commit 6c59ba3
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"@zoralabs/protocol-deployments": "0.0.4",
"@zoralabs/protocol-rewards": "1.2.1"
},
"changesets": []
"changesets": [
"cold-toys-agree"
]
}
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-09T00:33:12.481Z
// Last updated on 2023-11-10T01:31:19.733Z
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

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

## 0.1.2-prerelease.0

### Patch Changes

- Updated dependencies [a50ae1c]
- @zoralabs/protocol-deployments@0.0.5-prerelease.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/premint-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/premint-sdk",
"version": "0.1.1",
"version": "0.1.2-prerelease.0",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand All @@ -14,7 +14,7 @@
"anvil": "source .env.anvil && anvil --fork-url $FORK_RPC_URL --fork-block-number $FORK_BLOCK_NUMBER --chain-id 31337"
},
"dependencies": {
"@zoralabs/protocol-deployments": "*",
"@zoralabs/protocol-deployments": "0.0.5-prerelease.0",
"abitype": "^0.8.7",
"vite": "4.5.0"
},
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.5-prerelease.0

### Patch Changes

- a50ae1c: \* Moved deployment related code from 1155 to protocol-deployments package
- Deployed 2.4.0 to zora-goerli (testnet)

## 0.0.4

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

0 comments on commit 6c59ba3

Please sign in to comment.