Skip to content

Commit

Permalink
Version Packages (#319)
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 2, 2023
1 parent 427986f commit cd1865c
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-shirts-live.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-experts-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-hornets-play.md

This file was deleted.

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-10-31T14:19:49.189Z
// Last updated on 2023-11-02T04:09:36.304Z
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

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

## 0.1.1

### Patch Changes

- b62e471: created new package `protocol-deployments` that includes the deployed contract addresses.

- 1155-contracts js no longer exports deployed addresses, just the abis
- premint-sdk imports deployed addresses from `protocol-deployments

- Updated dependencies [4d79b49]
- Updated dependencies [b62e471]
- Updated dependencies [7d1a4c1]
- @zoralabs/protocol-deployments@0.0.2

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.1.1",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/protocol-deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zoralabs/premint-sdk

## 0.0.2

### Patch Changes

- 4d79b49: Deployed to zora sepolia
- b62e471: created new package `protocol-deployments` that includes the deployed contract addresses.

- 1155-contracts js no longer exports deployed addresses, just the abis
- premint-sdk imports deployed addresses from `protocol-deployments

- 7d1a4c1: Deployed 2.3.0 to zora goerli

## 0.0.2-premint-api.2

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

0 comments on commit cd1865c

Please sign in to comment.