Skip to content

Commit

Permalink
chore: Version Packages (#5269)
Browse files Browse the repository at this point in the history
Version Packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 11, 2022
1 parent 1e4a4b2 commit 4727f54
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-buttons-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-radios-brush.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/multicall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pancakeswap/multicall

## 0.0.2

### Patch Changes

- 1e4a4b27c: Base multicall feature
2 changes: 1 addition & 1 deletion packages/multicall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/multicall",
"version": "0.0.1",
"version": "0.0.2",
"sideEffects": false,
"scripts": {
"build": "tsup",
Expand Down
8 changes: 8 additions & 0 deletions packages/smart-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pancakeswap/smart-router

## 0.2.1

### Patch Changes

- 1e4a4b27c: Fix missing dependencies
- Updated dependencies [1e4a4b27c]
- @pancakeswap/multicall@0.0.2

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/smart-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/smart-router",
"version": "0.2.0",
"version": "0.2.1",
"description": "A SDK for getting best routes from AMM",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@ethersproject/providers": "^5.0.0",
"@ethersproject/bignumber": "^5.0.0",
"@pancakeswap/multicall": "^0.0.1",
"@pancakeswap/multicall": "^0.0.2",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

1 comment on commit 4727f54

@vercel
Copy link

@vercel vercel bot commented on 4727f54 Nov 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.