From 33b352629351b4b5212e1dcc3b3a1cd22304f0b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Oct 2024 15:47:04 +0000 Subject: [PATCH] Version Packages --- .changeset/swift-wolves-stare.md | 5 ----- packages/thalaswap-router/CHANGELOG.md | 6 ++++++ packages/thalaswap-router/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/swift-wolves-stare.md diff --git a/.changeset/swift-wolves-stare.md b/.changeset/swift-wolves-stare.md deleted file mode 100644 index 3cf2c6c..0000000 --- a/.changeset/swift-wolves-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thalalabs/router-sdk": major ---- - -Support thalaswap v2 diff --git a/packages/thalaswap-router/CHANGELOG.md b/packages/thalaswap-router/CHANGELOG.md index 6f0f99b..1244454 100644 --- a/packages/thalaswap-router/CHANGELOG.md +++ b/packages/thalaswap-router/CHANGELOG.md @@ -1,5 +1,11 @@ # @thalalabs/router-sdk +## 4.0.0 + +### Major Changes + +- 6d4a3fd: Support thalaswap v2 + ## 3.4.1 ### Patch Changes diff --git a/packages/thalaswap-router/package.json b/packages/thalaswap-router/package.json index 21b0e90..3daa4cc 100644 --- a/packages/thalaswap-router/package.json +++ b/packages/thalaswap-router/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/router-sdk", - "version": "3.4.1", + "version": "4.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false,