Skip to content

Commit cd1865c

Browse files
Version Packages (#319)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 427986f commit cd1865c

File tree

8 files changed

+29
-22
lines changed

8 files changed

+29
-22
lines changed

.changeset/khaki-shirts-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-experts-battle.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/nine-hornets-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

packages/premint-sdk/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b62e471: created new package `protocol-deployments` that includes the deployed contract addresses.
8+
9+
- 1155-contracts js no longer exports deployed addresses, just the abis
10+
- premint-sdk imports deployed addresses from `protocol-deployments
11+
12+
- Updated dependencies [4d79b49]
13+
- Updated dependencies [b62e471]
14+
- Updated dependencies [7d1a4c1]
15+
- @zoralabs/protocol-deployments@0.0.2
16+
317
## 0.1.0
418

519
### Minor Changes

packages/premint-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/premint-sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"main": "./dist/index.js",

packages/protocol-deployments/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 4d79b49: Deployed to zora sepolia
8+
- b62e471: created new package `protocol-deployments` that includes the deployed contract addresses.
9+
10+
- 1155-contracts js no longer exports deployed addresses, just the abis
11+
- premint-sdk imports deployed addresses from `protocol-deployments
12+
13+
- 7d1a4c1: Deployed 2.3.0 to zora goerli
14+
315
## 0.0.2-premint-api.2
416

517
### 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.1",
3+
"version": "0.0.2",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)