Skip to content

Commit

Permalink
Version Packages (#1001)
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 Jan 21, 2025
1 parent 79d38e8 commit 6d74cf8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/dry-buttons-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-glasses-hug.md

This file was deleted.

10 changes: 10 additions & 0 deletions docs/pages/changelogs/protocol-sdk.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# @zoralabs/protocol-sdk Changelog


## 0.12.0

### Minor Changes

- [2a9d2e86](https://github.com/ourzora/zora-protocol/commit/2a9d2e86): Changed how we determine which ERC20Z tokens have secondary royalties by querying the royalties contract directly instead of using the subgraph's secondaryActivated field.

BREAKING: The `withdrawRewards` and `getRewardsBalances` functions now require a `publicClient` parameter to query the royalties contract. Update your calls to include the publicClient when using these functions.

- [615d81cf](https://github.com/ourzora/zora-protocol/commit/615d81cf): Deprecated createCreatorClient and createCollectorClient in favor of using functions directly

## 0.11.12

### Patch Changes
Expand Down
10 changes: 10 additions & 0 deletions packages/protocol-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zoralabs/protocol-sdk

## 0.12.0

### Minor Changes

- 2a9d2e86: Changed how we determine which ERC20Z tokens have secondary royalties by querying the royalties contract directly instead of using the subgraph's secondaryActivated field.

BREAKING: The `withdrawRewards` and `getRewardsBalances` functions now require a `publicClient` parameter to query the royalties contract. Update your calls to include the publicClient when using these functions.

- 615d81cf: Deprecated createCreatorClient and createCollectorClient in favor of using functions directly

## 0.11.12

### 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
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/protocol-sdk",
"version": "0.11.12",
"version": "0.12.0",
"repository": "https://github.com/ourzora/zora-protocol",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 6d74cf8

Please sign in to comment.