Skip to content

Commit

Permalink
Version Packages (prerelease) (#346)
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
2 people authored and oveddan committed Nov 14, 2023
1 parent de849dd commit 16d11cc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 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"
]
}
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
7 changes: 7 additions & 0 deletions packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
- added 1155 creation sdk, usable with `create1155CreatorClient`
- premint sdk is now useable with `createPremintClient`

## 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
2 changes: 1 addition & 1 deletion packages/protocol-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"generate-types": "npx openapi-typescript https://api.zora.co/premint/openapi.json -o src/generated/premint-api-types.ts && npx openapi-typescript https://api.zora.co/discover/openapi.json -o src/generated/discover-api-types.ts"
},
"dependencies": {
"@zoralabs/protocol-deployments": "*",
"@zoralabs/protocol-deployments": "0.0.5-prerelease.0",
"abitype": "^0.8.7",
"vite": "4.5.0"
},
Expand Down

0 comments on commit 16d11cc

Please sign in to comment.