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 Nov 21, 2024
2 parents 5160f81 + 1ea9f64 commit 2df866f
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 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.3.43 (2024-11-14)

### Bug Fixes

- assetName requirement when minting a pool ([1edea6b](https://github.com/SundaeSwap-finance/sundae-sdk/commit/1edea6b5fbfcccd19bf2eaa6e29741e6c8ae55b8))

## 1.3.42 (2024-11-08)

**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.3.42",
"version": "1.3.43",
"description": "The official SundaeSwap protocol SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gummiworm/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.

## 0.0.77 (2024-11-14)

### Bug Fixes

- assetName requirement when minting a pool ([1edea6b](https://github.com/SundaeSwap-finance/sundae-sdk/commit/1edea6b5fbfcccd19bf2eaa6e29741e6c8ae55b8))

## 0.0.76 (2024-11-08)

**Note:** Version bump only for package @sundaeswap/gummiworm
Expand Down
2 changes: 1 addition & 1 deletion packages/gummiworm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundaeswap/gummiworm",
"version": "0.0.76",
"version": "0.0.77",
"description": "The official SundaeSwap GummiWorm SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/taste-test/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.0.86 (2024-11-14)

### Bug Fixes

- assetName requirement when minting a pool ([1edea6b](https://github.com/SundaeSwap-finance/sundae-sdk/commit/1edea6b5fbfcccd19bf2eaa6e29741e6c8ae55b8))

## 1.0.85 (2024-11-08)

**Note:** Version bump only for package @sundaeswap/taste-test
Expand Down
2 changes: 1 addition & 1 deletion 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.85",
"version": "1.0.86",
"description": "The official SundaeSwap Taste Test SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/yield-farming/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.1.46 (2024-11-14)

### Bug Fixes

- assetName requirement when minting a pool ([1edea6b](https://github.com/SundaeSwap-finance/sundae-sdk/commit/1edea6b5fbfcccd19bf2eaa6e29741e6c8ae55b8))

## 1.1.45 (2024-11-08)

**Note:** Version bump only for package @sundaeswap/yield-farming
Expand Down
2 changes: 1 addition & 1 deletion 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.1.45",
"version": "1.1.46",
"description": "The official SundaeSwap Yield Farming SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down

0 comments on commit 2df866f

Please sign in to comment.