Skip to content

Commit 4457720

Browse files
Version Packages (#1434)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c274d9 commit 4457720

File tree

18 files changed

+77
-15
lines changed

18 files changed

+77
-15
lines changed

.changeset/large-eggs-rescue.md

Lines changed: 0 additions & 6 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.3
5+
6+
### Patch Changes
7+
8+
- Updated dependencies [3c274d9d](https://github.com/ourzora/zora-protocol/commit/3c274d9d)
9+
- @zoralabs/protocol-deployments@0.6.4
10+
411
## 0.3.2
512

613
### Patch Changes

docs/pages/changelogs/coins.mdx

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

33

4+
## 2.3.1
5+
6+
### Patch Changes
7+
8+
- [3c274d9d](https://github.com/ourzora/zora-protocol/commit/3c274d9d): Created a buy supply with v4 hook, for buying initial supply of a creator coin, supporting doing a v3 and v4 swap to buy the creator coin. updated the encoding function for buying initial supply to work with the v3 to v4 swap
9+
410
## 2.3.0
511

612
### Minor Changes
@@ -26,7 +32,7 @@
2632

2733
- [d3808d55](https://github.com/ourzora/zora-protocol/commit/d3808d55): Adjust creator coin vesting duration to account for leap years
2834

29-
- Changed CREATOR_VESTING_DURATION from 5 _ 365 days to 5 _ 365.25 days
35+
- Changed CREATOR*VESTING_DURATION from 5 * 365 days to 5 \_ 365.25 days
3036
- Addresses Cantina audit finding about 1.25 day shortfall in 5-year vesting period
3137

3238
- [b571fe54](https://github.com/ourzora/zora-protocol/commit/b571fe54): Consolidate and clarify coin constants

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.4
5+
6+
### Patch Changes
7+
8+
- [3c274d9d](https://github.com/ourzora/zora-protocol/commit/3c274d9d): Created a buy supply with v4 hook, for buying initial supply of a creator coin, supporting doing a v3 and v4 swap to buy the creator coin. updated the encoding function for buying initial supply to work with the v3 to v4 swap
9+
410
## 0.6.3
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.14
5+
6+
### Patch Changes
7+
8+
- Updated dependencies [3c274d9d](https://github.com/ourzora/zora-protocol/commit/3c274d9d)
9+
- @zoralabs/protocol-deployments@0.6.4
10+
411
## 0.13.13
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.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3c274d9d]
8+
- @zoralabs/protocol-deployments@0.6.4
9+
310
## 0.3.42
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.42",
3+
"version": "0.3.43",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3c274d9d]
8+
- @zoralabs/protocol-deployments@0.6.4
9+
310
## 0.13.13
411

512
### Patch Changes

legacy/protocol-sdk/package.json

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

nft-docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# nft-docs
22

3+
## 0.0.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3c274d9d]
8+
- @zoralabs/protocol-deployments@0.6.4
9+
- @zoralabs/protocol-sdk@0.13.14
10+
- @zoralabs/coins-sdk@0.3.3
11+
312
## 0.0.32
413

514
### Patch Changes

0 commit comments

Comments
 (0)