-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @sundaeswap/[email protected] - @sundaeswap/[email protected] - @sundaeswap/[email protected] - @sundaeswap/[email protected]
- Loading branch information
CI-CD
authored and
CI-CD
committed
Jul 1, 2024
1 parent
435e7d5
commit 30f4688
Showing
8 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.2.0](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-01) | ||
|
||
### Features | ||
|
||
- the ability to send LP tokens to the treasury ([0558941](https://github.com/SundaeSwap-finance/sundae-sdk/commit/0558941dc0c7eeefeb881b608d12faaec5ef81ef)) | ||
|
||
## [1.1.12](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-06-11) | ||
|
||
**Note:** Version bump only for package @sundaeswap/core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sundaeswap/core", | ||
"version": "1.1.12", | ||
"version": "1.2.0", | ||
"description": "The official SundaeSwap protocol SDK for clients.", | ||
"repository": "[email protected]:SundaeSwap-finance/sundae-sdk.git", | ||
"author": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.0.25](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-01) | ||
|
||
**Note:** Version bump only for package @sundaeswap/gummiworm | ||
|
||
## [0.0.24](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-06-11) | ||
|
||
**Note:** Version bump only for package @sundaeswap/gummiworm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sundaeswap/gummiworm", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "The official SundaeSwap GummiWorm SDK for clients.", | ||
"repository": "[email protected]:SundaeSwap-finance/sundae-sdk.git", | ||
"author": { | ||
|
@@ -45,7 +45,7 @@ | |
"docs:ci": "yarn docs --unsafe" | ||
}, | ||
"devDependencies": { | ||
"@sundaeswap/core": "^1.1.12", | ||
"@sundaeswap/core": "^1.2.0", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/user-event": "^14.3.0", | ||
"@types/jest": "^28.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.34](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-01) | ||
|
||
**Note:** Version bump only for package @sundaeswap/taste-test | ||
|
||
## [1.0.33](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-06-11) | ||
|
||
**Note:** Version bump only for package @sundaeswap/taste-test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sundaeswap/taste-test", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "The official SundaeSwap Taste Test SDK for clients.", | ||
"repository": "[email protected]:SundaeSwap-finance/sundae-sdk.git", | ||
"author": { | ||
|
@@ -45,7 +45,7 @@ | |
"docs:ci": "yarn docs --unsafe" | ||
}, | ||
"devDependencies": { | ||
"@sundaeswap/core": "^1.1.12", | ||
"@sundaeswap/core": "^1.2.0", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/user-event": "^14.3.0", | ||
"@types/jest": "^28.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.28](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-01) | ||
|
||
**Note:** Version bump only for package @sundaeswap/yield-farming | ||
|
||
## [1.0.27](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-06-11) | ||
|
||
**Note:** Version bump only for package @sundaeswap/yield-farming | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sundaeswap/yield-farming", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "The official SundaeSwap Yield Farming SDK for clients.", | ||
"repository": "[email protected]:SundaeSwap-finance/sundae-sdk.git", | ||
"author": { | ||
|
@@ -45,7 +45,7 @@ | |
"docs:ci": "yarn docs --unsafe" | ||
}, | ||
"devDependencies": { | ||
"@sundaeswap/core": "^1.1.12", | ||
"@sundaeswap/core": "^1.2.0", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/user-event": "^14.3.0", | ||
"@types/jest": "^28.1.3", | ||
|