From 685028af4f63783314ccc6c08d90a51b74600496 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jul 2024 11:23:35 +0000 Subject: [PATCH] Version Packages --- .changeset/khaki-hats-mix.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/khaki-hats-mix.md diff --git a/.changeset/khaki-hats-mix.md b/.changeset/khaki-hats-mix.md deleted file mode 100644 index 9c1009c..0000000 --- a/.changeset/khaki-hats-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thalalabs/router-sdk": minor ---- - -upgrade surf diff --git a/packages/thalaswap-router/CHANGELOG.md b/packages/thalaswap-router/CHANGELOG.md index c100e86..34ee93f 100644 --- a/packages/thalaswap-router/CHANGELOG.md +++ b/packages/thalaswap-router/CHANGELOG.md @@ -1,5 +1,11 @@ # @thalalabs/router-sdk +## 3.1.0 + +### Minor Changes + +- 8844775: upgrade surf + ## 3.0.0 ### Major Changes diff --git a/packages/thalaswap-router/package.json b/packages/thalaswap-router/package.json index f479481..0fd297f 100644 --- a/packages/thalaswap-router/package.json +++ b/packages/thalaswap-router/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/router-sdk", - "version": "3.0.0", + "version": "3.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false,