From a758fda19d517ceabe38613ba7b3c2f99fb8394f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:28:25 +0800 Subject: [PATCH] chore: Version Packages (#8775) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated. # Releases ## @pancakeswap/smart-router@4.12.3 ### Patch Changes - efa27e63f: refactor: Add undefined type to public provider ## routing-api@0.3.20 ### Patch Changes - Updated dependencies [efa27e63f] - @pancakeswap/smart-router@4.12.3 --- ## PR-Codex overview This PR focuses on updating the version of `@pancakeswap/smart-router` to `4.12.3` and the version of `routing-api` to `0.3.20`. ### Detailed summary - Updated `@pancakeswap/smart-router` version to `4.12.3` - Updated `routing-api` version to `0.3.20` - Added undefined type to public provider in `@pancakeswap/smart-router` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` Co-authored-by: github-actions[bot] --- .changeset/polite-steaks-raise.md | 5 ----- apis/routing/CHANGELOG.md | 7 +++++++ apis/routing/package.json | 2 +- packages/smart-router/CHANGELOG.md | 6 ++++++ packages/smart-router/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/polite-steaks-raise.md diff --git a/.changeset/polite-steaks-raise.md b/.changeset/polite-steaks-raise.md deleted file mode 100644 index e4f7f437b282e..0000000000000 --- a/.changeset/polite-steaks-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pancakeswap/smart-router': patch ---- - -refactor: Add undefined type to public provider diff --git a/apis/routing/CHANGELOG.md b/apis/routing/CHANGELOG.md index ac0ce22cd2545..de7149e35711f 100644 --- a/apis/routing/CHANGELOG.md +++ b/apis/routing/CHANGELOG.md @@ -1,5 +1,12 @@ # routing-api +## 0.3.20 + +### Patch Changes + +- Updated dependencies [efa27e63f] + - @pancakeswap/smart-router@4.12.3 + ## 0.3.19 ### Patch Changes diff --git a/apis/routing/package.json b/apis/routing/package.json index 520a711fc435f..3ac716de32925 100644 --- a/apis/routing/package.json +++ b/apis/routing/package.json @@ -1,6 +1,6 @@ { "name": "routing-api", - "version": "0.3.19", + "version": "0.3.20", "dependencies": { "@pancakeswap/chains": "workspace:*", "@pancakeswap/farms": "workspace:*", diff --git a/packages/smart-router/CHANGELOG.md b/packages/smart-router/CHANGELOG.md index abb32aa89eb79..ff6e22d93c455 100644 --- a/packages/smart-router/CHANGELOG.md +++ b/packages/smart-router/CHANGELOG.md @@ -1,5 +1,11 @@ # @pancakeswap/smart-router +## 4.12.3 + +### Patch Changes + +- efa27e63f: refactor: Add undefined type to public provider + ## 4.12.2 ### Patch Changes diff --git a/packages/smart-router/package.json b/packages/smart-router/package.json index 1b9443e759796..281da08ccf634 100644 --- a/packages/smart-router/package.json +++ b/packages/smart-router/package.json @@ -1,6 +1,6 @@ { "name": "@pancakeswap/smart-router", - "version": "4.12.2", + "version": "4.12.3", "description": "A SDK for getting best routes from AMM", "repository": { "type": "git",