Skip to content

Commit

Permalink
Version Packages (#701)
Browse files Browse the repository at this point in the history
* 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 <rohan@ourzora.com>
  • Loading branch information
3 people committed Aug 29, 2024
1 parent 58cbcaa commit b57eadf
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-meals-search.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shaggy-dancers-promise.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.0.9

### Patch Changes

- Updated dependencies [879a019a]
- @zoralabs/protocol-sdk@0.9.5

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/creator-subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zoralabs/nft-creator-subgraph

## 0.3.9

### Patch Changes

- Updated dependencies [879a019a]
- @zoralabs/erc20z@2.0.0

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/creator-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/nft-creator-subgraph",
"version": "0.3.8",
"version": "0.3.9",
"license": "MIT",
"repository": "https://github.com/ourzora/zora-creator-subgraph",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions packages/erc20z/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zoralabs/erc20z

## 2.0.0

### Major Changes

- 879a019a: - Added `setSaleV2` and `SalesConfigV2` struct for creating V2 sales
- Added `saleV2` and a composite `SaleData` struct for reading V2 sale data
- Refactored `updateSale` to only apply to V2 sales
- Replaced usage of the `SaleSet` event with `SaleSetV2` event which is emitted on sale creation, update, and market countdown
- Updated `0x777777722D078c97c6ad07d9f36801e653E356Ae` across the following mainnets: Zora, Base, OP, Arb, Blast, Eth mainnet

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/erc20z/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/erc20z",
"version": "1.0.1",
"version": "2.0.0",
"author": "Rohan Kulkarni",
"license": "MIT",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/protocol-deployments-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zoralabs/protocol-deployments-gen

## 0.0.9

### Patch Changes

- Updated dependencies [879a019a]
- @zoralabs/erc20z@2.0.0

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-deployments-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/protocol-deployments-gen",
"version": "0.0.8",
"version": "0.0.9",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 7 additions & 1 deletion packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zoralabs/protocol-sdk

## 0.9.5

### Patch Changes

- 879a019a: - Fixed types, defaults, and queries for v2 timed sales

## 0.9.4

### Patch Changes
Expand Down Expand Up @@ -182,7 +188,7 @@

### Patch Changes

- 825e5f7: Adds optional `createReferral` to `createNew1155Token` params
- 825e5f7: Adds optional `createReferral` to `createNew1155Token` params

## 0.5.8

Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/protocol-sdk",
"version": "0.9.4",
"version": "0.9.5",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit b57eadf

Please sign in to comment.