Skip to content

Commit 699b387

Browse files
chore: Version Packages (#7412)
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 - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [500adb4] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - 500adb4: Add new tokens - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [500adb4] - @pancakeswap/[email protected] ## [email protected] ### Patch Changes - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [500adb4] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [500adb4] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [500adb4] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 500adb4 commit 699b387

21 files changed

+88
-15
lines changed

.changeset/tidy-flies-drum.md

-5
This file was deleted.

apis/routing/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# routing-api
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- @pancakeswap/farms@1.0.3
8+
- @pancakeswap/smart-router@4.2.1
9+
- @pancakeswap/v3-sdk@3.1.1
10+
311
## 0.0.5
412

513
### Patch Changes

apis/routing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "routing-api",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"dependencies": {
55
"@pancakeswap/farms": "workspace:*",
66
"@pancakeswap/worker-utils": "workspace:*",

packages/awgmi/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pancakeswap/awgmi
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- @pancakeswap/utils@2.0.3
8+
39
## 0.1.4
410

511
### Patch Changes

packages/awgmi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pancakeswap/awgmi",
33
"license": "MIT",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"module": "./dist/index.mjs",

packages/farms/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pancakeswap/farms
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [500adb4f8]
8+
- @pancakeswap/tokens@0.1.6
9+
- @pancakeswap/utils@2.0.3
10+
- @pancakeswap/v3-sdk@3.1.1
11+
- @pancakeswap/token-lists@0.0.8
12+
313
## 1.0.2
414

515
### Patch Changes

packages/farms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pancakeswap/farms",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"sideEffects": false,
55
"private": true,
66
"scripts": {

packages/hooks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pancakeswap/hooks
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- @pancakeswap/utils@2.0.3
8+
39
## 0.0.5
410

511
### Patch Changes

packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pancakeswap/hooks",
33
"license": "MIT",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "Generic hooks used for common usecases",
66
"main": "./src/index.ts",
77
"types": "./src/index.ts",

packages/localization/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pancakeswap/localization
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- @pancakeswap/utils@2.0.3
8+
- @pancakeswap/hooks@0.0.6
9+
310
## 2.0.2
411

512
### Patch Changes

packages/localization/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pancakeswap/localization",
33
"license": "MIT",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"description": "A minimal internationalization library",
66
"main": "./src/index.tsx",
77
"types": "./src/index.tsx",

packages/pools/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pancakeswap/pools
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [500adb4f8]
8+
- @pancakeswap/tokens@0.1.6
9+
- @pancakeswap/utils@2.0.3
10+
- @pancakeswap/token-lists@0.0.8
11+
312
## 3.0.0
413

514
### Patch Changes

packages/pools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pancakeswap/pools",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"sideEffects": false,
55
"private": true,
66
"scripts": {

packages/smart-router/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pancakeswap/smart-router
22

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [500adb4f8]
8+
- @pancakeswap/tokens@0.1.6
9+
- @pancakeswap/v3-sdk@3.1.1
10+
311
## 4.2.0
412

513
### Minor Changes

packages/smart-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pancakeswap/smart-router",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "A SDK for getting best routes from AMM",
55
"repository": {
66
"type": "git",

packages/tokens/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pancakeswap/tokens
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- 500adb4f8: Add new tokens
8+
- @pancakeswap/token-lists@0.0.8
9+
310
## 0.1.5
411

512
### Patch Changes

packages/tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pancakeswap/tokens",
33
"license": "MIT",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"description": "Tokens for pancakeswap",
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",

packages/utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pancakeswap/utils
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [500adb4f8]
8+
- @pancakeswap/tokens@0.1.6
9+
- @pancakeswap/awgmi@0.1.5
10+
- @pancakeswap/localization@2.0.3
11+
- @pancakeswap/token-lists@0.0.8
12+
313
## 2.0.2
414

515
### Patch Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pancakeswap/utils",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"scripts": {
55
"test": "vitest --run --globals"
66
},

packages/v3-sdk/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pancakeswap/v3-sdk
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [500adb4f8]
8+
- @pancakeswap/tokens@0.1.6
9+
310
## 3.1.0
411

512
### Minor Changes

packages/v3-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "3.1.0",
7+
"version": "3.1.1",
88
"description": "⚒️ An SDK for building applications on top of Pancakeswap V3",
99
"files": [
1010
"dist"

0 commit comments

Comments
 (0)