Skip to content

Commit 6d74cf8

Browse files
github-actions[bot]oveddan
authored andcommitted
Version Packages (#1001)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79d38e8 commit 6d74cf8

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

.changeset/dry-buttons-smile.md

-7
This file was deleted.

.changeset/good-glasses-hug.md

-5
This file was deleted.

docs/pages/changelogs/protocol-sdk.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# @zoralabs/protocol-sdk Changelog
22

33

4+
## 0.12.0
5+
6+
### Minor Changes
7+
8+
- [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.
9+
10+
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.
11+
12+
- [615d81cf](https://github.com/ourzora/zora-protocol/commit/615d81cf): Deprecated createCreatorClient and createCollectorClient in favor of using functions directly
13+
414
## 0.11.12
515

616
### Patch Changes

packages/protocol-sdk/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
9+
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.
10+
11+
- 615d81cf: Deprecated createCreatorClient and createCollectorClient in favor of using functions directly
12+
313
## 0.11.12
414

515
### Patch Changes

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.11.12",
3+
"version": "0.12.0",
44
"repository": "https://github.com/ourzora/zora-protocol",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)