-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:SundaeSwap-finance/sundae-sdk
- Loading branch information
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.6](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-19) | ||
|
||
### Bug Fixes | ||
|
||
- datum lookup for cancel operations ([162ffda](https://github.com/SundaeSwap-finance/sundae-sdk/commit/162ffda303730494acc5de0a09685442d711a3de)) | ||
|
||
## [1.2.5](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-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.2.5", | ||
"version": "1.2.6", | ||
"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.31](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-19) | ||
|
||
**Note:** Version bump only for package @sundaeswap/gummiworm | ||
|
||
## [0.0.30](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-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.30", | ||
"version": "0.0.31", | ||
"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.2.5", | ||
"@sundaeswap/core": "^1.2.6", | ||
"@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.40](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-19) | ||
|
||
**Note:** Version bump only for package @sundaeswap/taste-test | ||
|
||
## [1.0.39](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-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.39", | ||
"version": "1.0.40", | ||
"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.2.5", | ||
"@sundaeswap/core": "^1.2.6", | ||
"@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-19) | ||
|
||
**Note:** Version bump only for package @sundaeswap/yield-farming | ||
|
||
## [1.0.33](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-07-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.33", | ||
"version": "1.0.34", | ||
"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.2.5", | ||
"@sundaeswap/core": "^1.2.6", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/user-event": "^14.3.0", | ||
"@types/jest": "^28.1.3", | ||
|