Skip to content

Commit 0f04b41

Browse files
Version Packages
1 parent a250284 commit 0f04b41

File tree

20 files changed

+87
-28
lines changed

20 files changed

+87
-28
lines changed

.changeset/flatten-hooks-into-single-hook.md

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

.changeset/gorgeous-mangos-flow.md

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

.changeset/many-cows-sneeze.md

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

docs/pages/changelogs/coins-sdk.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Coins SDK Changelog
22

33

4+
## 0.3.2
5+
6+
### Patch Changes
7+
8+
- Updated dependencies [131c719]
9+
- @zoralabs/protocol-deployments@0.6.3
10+
411
## 0.3.1
512

613
### Patch Changes

docs/pages/changelogs/coins.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Coins Changelog
22

33

4+
## 2.2.2
5+
6+
### Patch Changes
7+
8+
- 44a179b: Flatten hooks into single hook implementation
9+
10+
Consolidates multiple hook contracts into a single unified hook for simplified architecture and better maintainability.
11+
12+
- 44a179b: Ignore collecting from liquidity positions with empty fee growth
13+
414
## 2.2.1
515

616
### Patch Changes
@@ -22,7 +32,7 @@
2232

2333
| Recipient | Before (3% total fee) | After (1% total fee) |
2434
| ----------------- | --------------------- | -------------------- |
25-
| | % of Fee | % of Fee |
35+
| | % of Fee | % of Fee |
2636
| Creator | 33.33% | 50% |
2737
| Platform Referral | 10% | 20% |
2838
| Trade Referral | 10% | 4% |
@@ -34,7 +44,7 @@
3444

3545
| Recipient | Before (3% total fee) | After (1% total fee) |
3646
| ----------------- | --------------------- | -------------------- |
37-
| | % of Fee | % of Fee |
47+
| | % of Fee | % of Fee |
3848
| Creator | 33.33% | 50% |
3949
| Platform Referral | - | 20% |
4050
| Trade Referral | - | 4% |

docs/pages/changelogs/protocol-deployments.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# @zoralabs/protocol-deployments Changelog
22

33

4+
## 0.6.3
5+
6+
### Patch Changes
7+
8+
- 131c719: Deployed v2.2.0 of coins to Base
9+
410
## 0.6.2
511

612
### Patch Changes

docs/pages/changelogs/protocol-sdk.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# @zoralabs/protocol-sdk Changelog
22

33

4+
## 0.13.13
5+
6+
### Patch Changes
7+
8+
- Updated dependencies [131c719]
9+
- @zoralabs/protocol-deployments@0.6.3
10+
411
## 0.13.12
512

613
### Patch Changes

legacy/creator-subgraph/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zoralabs/nft-creator-subgraph
22

3+
## 0.3.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [131c719]
8+
- @zoralabs/protocol-deployments@0.6.3
9+
310
## 0.3.41
411

512
### Patch Changes

legacy/creator-subgraph/package.json

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

legacy/protocol-sdk/CHANGELOG.md

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

3+
## 0.13.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [131c719]
8+
- @zoralabs/protocol-deployments@0.6.3
9+
310
## 0.13.12
411

512
### Patch Changes

0 commit comments

Comments
 (0)