Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SundaeSwap-finance/sundae-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Jul 19, 2024
2 parents b3aa8ff + 9e807ff commit 21fbe30
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
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": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gummiworm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/gummiworm/package.json
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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/taste-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/taste-test/package.json
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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/yield-farming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/yield-farming/package.json
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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 21fbe30

Please sign in to comment.