Skip to content

Commit

Permalink
chore: Version Packages (#8775)
Browse files Browse the repository at this point in the history
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/[email protected]

### Patch Changes

-   efa27e6: refactor: Add undefined type to public provider

## [email protected]

### Patch Changes

-   Updated dependencies [efa27e6]
    -   @pancakeswap/[email protected]


<!-- start pr-codex -->

---

## 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}`

<!-- end pr-codex -->

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 9, 2024
1 parent efa27e6 commit a758fda
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-steaks-raise.md

This file was deleted.

7 changes: 7 additions & 0 deletions apis/routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apis/routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "routing-api",
"version": "0.3.19",
"version": "0.3.20",
"dependencies": {
"@pancakeswap/chains": "workspace:*",
"@pancakeswap/farms": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/smart-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-router/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a758fda

Please sign in to comment.