Skip to content

Commit d0ec11d

Browse files
chore: Version Packages (#12198)
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 - Updated dependencies [5b6d71a] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [5b6d71a] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [5b6d71a] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - 5b6d71a: Remove incorrect dependency ## @pancakeswap/[email protected] ### Patch Changes - @pancakeswap/[email protected] ## [email protected] ### Patch Changes - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## [email protected] ### Patch Changes - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [5b6d71a] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [5b6d71a] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [5b6d71a] - @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] ### Patch Changes - Updated dependencies [5b6d71a] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating various package versions and their changelogs across the PancakeSwap ecosystem, including dependency updates and minor version increments. ### Detailed summary - Updated version of `@pancakeswap/widgets-internal` to `0.4.12` - Updated version of `@pancakeswap/tokens` to `0.7.8` - Updated version of `@pancakeswap/smart-router` to `7.5.2` - Updated version of `@pancakeswap/stable-swap-sdk` to `2.0.9` - Updated version of `@pancakeswap/price-api-sdk` to `11.0.2` - Updated version of `@pancakeswap/farms` to `1.2.12` - Updated version of `@pancakeswap/pools` to `5.1.46` - Updated version of `@pancakeswap/universal-router-sdk` to `1.4.14` - Updated version of `@pancakeswap/routing-sdk-addon-quoter` to `5.0.4` - Updated version of `@pancakeswap/routing-sdk-addon-stable-swap` to `5.0.3` - Updated version of `solana-frontend` to `0.0.7` - Updated version of `@pancakeswap/ifos` to `7.0.1` - Updated version of `@pancakeswap/price-api-sdk` to `11.0.2` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b6d71a commit d0ec11d

File tree

29 files changed

+113
-19
lines changed

29 files changed

+113
-19
lines changed

.changeset/tidy-bags-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apis/routing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# routing-api
22

3+
## 0.3.102
4+
5+
### Patch Changes
6+
7+
- @pancakeswap/farms@1.2.12
8+
- @pancakeswap/smart-router@7.5.2
9+
- @pancakeswap/stable-swap-sdk@2.0.9
10+
311
## 0.3.101
412

513
### Patch Changes

apis/routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "routing-api",
3-
"version": "0.3.101",
3+
"version": "0.3.102",
44
"dependencies": {
55
"@pancakeswap/chains": "workspace:*",
66
"@pancakeswap/farms": "workspace:*",

apps/solana/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# solana-frontend
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- @pancakeswap/widgets-internal@0.4.12
8+
39
## 0.0.6
410

511
### Patch Changes

apps/solana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solana-frontend",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"author": "Solana Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/wallet-adapter",

packages/farms/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pancakeswap/farms
22

3+
## 1.2.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b6d71a]
8+
- @pancakeswap/tokens@0.7.8
9+
- @pancakeswap/stable-swap-sdk@2.0.9
10+
- @pancakeswap/price-api-sdk@11.0.2
11+
312
## 1.2.11
413

514
### Patch Changes

packages/farms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pancakeswap/farms",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"sideEffects": false,
55
"private": true,
66
"scripts": {

packages/ifos/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pancakeswap/ifos
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b6d71a]
8+
- @pancakeswap/tokens@0.7.8
9+
310
## 7.0.0
411

512
### Patch Changes

packages/ifos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pancakeswap/ifos",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"sideEffects": false,
55
"private": true,
66
"scripts": {

packages/pools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pancakeswap/pools
22

3+
## 5.1.46
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b6d71a]
8+
- @pancakeswap/tokens@0.7.8
9+
310
## 5.1.45
411

512
### Patch Changes

0 commit comments

Comments
 (0)