Skip to content

Commit b57eadf

Browse files
Version Packages (#701)
* Version Packages * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rohan Kulkarni <[email protected]>
1 parent 58cbcaa commit b57eadf

File tree

12 files changed

+43
-20
lines changed

12 files changed

+43
-20
lines changed

.changeset/late-meals-search.md

-5
This file was deleted.

.changeset/shaggy-dancers-promise.md

-9
This file was deleted.

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [879a019a]
8+
- @zoralabs/protocol-sdk@0.9.5
9+
310
## 0.0.8
411

512
### Patch Changes

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/creator-subgraph/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zoralabs/nft-creator-subgraph
22

3+
## 0.3.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [879a019a]
8+
- @zoralabs/erc20z@2.0.0
9+
310
## 0.3.8
411

512
### Patch Changes

packages/creator-subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/nft-creator-subgraph",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"license": "MIT",
55
"repository": "https://github.com/ourzora/zora-creator-subgraph",
66
"private": true,

packages/erc20z/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @zoralabs/erc20z
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 879a019a: - Added `setSaleV2` and `SalesConfigV2` struct for creating V2 sales
8+
- Added `saleV2` and a composite `SaleData` struct for reading V2 sale data
9+
- Refactored `updateSale` to only apply to V2 sales
10+
- Replaced usage of the `SaleSet` event with `SaleSetV2` event which is emitted on sale creation, update, and market countdown
11+
- Updated `0x777777722D078c97c6ad07d9f36801e653E356Ae` across the following mainnets: Zora, Base, OP, Arb, Blast, Eth mainnet
12+
313
## 1.0.1
414

515
### Patch Changes

packages/erc20z/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/erc20z",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"author": "Rohan Kulkarni",
55
"license": "MIT",
66
"type": "module",

packages/protocol-deployments-gen/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zoralabs/protocol-deployments-gen
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [879a019a]
8+
- @zoralabs/erc20z@2.0.0
9+
310
## 0.0.8
411

512
### Patch Changes

packages/protocol-deployments-gen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/protocol-deployments-gen",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"type": "module",

packages/protocol-sdk/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zoralabs/protocol-sdk
22

3+
## 0.9.5
4+
5+
### Patch Changes
6+
7+
- 879a019a: - Fixed types, defaults, and queries for v2 timed sales
8+
39
## 0.9.4
410

511
### Patch Changes
@@ -182,7 +188,7 @@
182188

183189
### Patch Changes
184190

185-
- 825e5f7: Adds optional `createReferral` to `createNew1155Token` params
191+
- 825e5f7: Adds optional `createReferral` to `createNew1155Token` params
186192

187193
## 0.5.8
188194

packages/protocol-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoralabs/protocol-sdk",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)