From a5808febbae8847daf7972e99337324eed47b93a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 May 2024 06:45:02 +0000 Subject: [PATCH] Version Packages --- .changeset/four-papayas-pull.md | 5 ----- packages/thalaswap-math/CHANGELOG.md | 6 ++++++ packages/thalaswap-math/package.json | 2 +- packages/thalaswap-router/CHANGELOG.md | 7 +++++++ packages/thalaswap-router/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/four-papayas-pull.md diff --git a/.changeset/four-papayas-pull.md b/.changeset/four-papayas-pull.md deleted file mode 100644 index 42b1d36..0000000 --- a/.changeset/four-papayas-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thalalabs/thalaswap-math": patch ---- - -Update Readme & move some files diff --git a/packages/thalaswap-math/CHANGELOG.md b/packages/thalaswap-math/CHANGELOG.md index f1ec26b..12dd3aa 100644 --- a/packages/thalaswap-math/CHANGELOG.md +++ b/packages/thalaswap-math/CHANGELOG.md @@ -1,5 +1,11 @@ # thalaswap-math +## 1.0.1 + +### Patch Changes + +- 9729afa: Update Readme & move some files + ## 1.0.0 ### Major Changes diff --git a/packages/thalaswap-math/package.json b/packages/thalaswap-math/package.json index 0bc76b2..c21c744 100644 --- a/packages/thalaswap-math/package.json +++ b/packages/thalaswap-math/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/thalaswap-math", - "version": "1.0.0", + "version": "1.0.1", "description": "", "scripts": { "typecheck": "tsc --noEmit", diff --git a/packages/thalaswap-router/CHANGELOG.md b/packages/thalaswap-router/CHANGELOG.md index 942f2ba..13e0534 100644 --- a/packages/thalaswap-router/CHANGELOG.md +++ b/packages/thalaswap-router/CHANGELOG.md @@ -1,5 +1,12 @@ # @thalalabs/router-sdk +## 2.1.1 + +### Patch Changes + +- Updated dependencies [9729afa] + - @thalalabs/thalaswap-math@1.0.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/thalaswap-router/package.json b/packages/thalaswap-router/package.json index defcc84..6774e67 100644 --- a/packages/thalaswap-router/package.json +++ b/packages/thalaswap-router/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/router-sdk", - "version": "2.1.0", + "version": "2.1.1", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false,