Skip to content

Commit 4cc5ba9

Browse files
Version Packages (#1659)
* Version Packages * Fix formatting of dependency update in changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rohan Kulkarni <kulkarohan@gmail.com>
1 parent 50134eb commit 4cc5ba9

File tree

21 files changed

+119
-26
lines changed

21 files changed

+119
-26
lines changed

.changeset/small-months-travel.md

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

.changeset/weak-spies-mate.md

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

docs/pages/changelogs/coins-sdk.mdx

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

33

4+
## 0.4.6
5+
6+
### Patch Changes
7+
8+
- Updated dependencies [625684d2](https://github.com/ourzora/zora-protocol/commit/625684d2)
9+
- Updated dependencies [50134ebc](https://github.com/ourzora/zora-protocol/commit/50134ebc)
10+
- @zoralabs/protocol-deployments@0.7.5
11+
412
## 0.4.5
513

614
### Patch Changes

docs/pages/changelogs/coins.mdx

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

33

4+
## 2.6.0
5+
6+
### Minor Changes
7+
8+
- [50134ebc](https://github.com/ourzora/zora-protocol/commit/50134ebc): Add TrendCoin support
9+
- New `TrendCoin` contract: 100% supply in liquidity pool, 0% swap fees
10+
- `deployTrendCoin` factory method with ticker uniqueness enforcement and post-deploy hook support
11+
- Owner-configurable pool parameters via `setTrendCoinPoolConfig()`
12+
- Metadata manager role for updatable contract URIs
13+
- Ticker validation and URI encoding for trend coin symbols
14+
415
## 2.5.1
516

617
### Patch Changes

docs/pages/changelogs/protocol-deployments.mdx

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

33

4+
## 0.7.5
5+
6+
### Patch Changes
7+
8+
- [625684d2](https://github.com/ourzora/zora-protocol/commit/625684d2): Deploy Coin hook and implementations v2.5.1 to Base
9+
- [50134ebc](https://github.com/ourzora/zora-protocol/commit/50134ebc): Add TrendCoin support
10+
- New `TrendCoin` contract: 100% supply in liquidity pool, 0% swap fees
11+
- `deployTrendCoin` factory method with ticker uniqueness enforcement and post-deploy hook support
12+
- Owner-configurable pool parameters via `setTrendCoinPoolConfig()`
13+
- Metadata manager role for updatable contract URIs
14+
- Ticker validation and URI encoding for trend coin symbols
15+
416
## 0.7.4
517

618
### Patch Changes

docs/pages/changelogs/protocol-sdk.mdx

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

33

4+
## 0.13.21
5+
6+
### Patch Changes
7+
8+
- Updated dependencies [625684d2](https://github.com/ourzora/zora-protocol/commit/625684d2)
9+
- Updated dependencies [50134ebc](https://github.com/ourzora/zora-protocol/commit/50134ebc)
10+
- @zoralabs/protocol-deployments@0.7.5
11+
412
## 0.13.20
513

614
### Patch Changes

legacy/creator-subgraph/CHANGELOG.md

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

3+
## 0.3.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [625684d2]
8+
- Updated dependencies [50134ebc]
9+
- @zoralabs/protocol-deployments@0.7.5
10+
311
## 0.3.49
412

513
### 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.49",
3+
"version": "0.3.50",
44
"license": "MIT",
55
"repository": "https://github.com/ourzora/zora-creator-subgraph",
66
"private": true,

legacy/protocol-sdk/CHANGELOG.md

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

3+
## 0.13.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [625684d2]
8+
- Updated dependencies [50134ebc]
9+
- @zoralabs/protocol-deployments@0.7.5
10+
311
## 0.13.20
412

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

0 commit comments

Comments
 (0)