Skip to content

Commit 4cb8023

Browse files
chore: Version Packages (#11517)
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 [9fa225f] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - 9fa225f: Add whitelist bases in router for susde-usde, olm-ora, ora-brm - Updated dependencies [9fa225f] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - 9fa225f: Add whitelist bases in router for susde-usde, olm-ora, ora-brm ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - @pancakeswap/[email protected] ## [email protected] ### Patch Changes - Updated dependencies [9fa225f] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## [email protected] ### Patch Changes - Updated dependencies [3d600bd] - @pancakeswap/[email protected] ## [email protected] ### Patch Changes - Updated dependencies [3d600bd] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [3d600bd] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - @pancakeswap/[email protected] ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - @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 - 3d600bd: update color tokens ## @pancakeswap/[email protected] ### Patch Changes - Updated dependencies [9fa225f] - Updated dependencies [3d600bd] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] - @pancakeswap/[email protected] <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on version updates and dependency changes across various packages in the `@pancakeswap` ecosystem, including updates to version numbers and changelogs for several components. ### Detailed summary - Updated version of `solana-web` to `0.1.1` - Updated version of `games` to `0.1.21` - Updated version of `ifos` to `4.0.1` - Updated version of `stable-swap-sdk` to `2.0.2` - Updated version of `gauges` to `2.0.7` - Updated version of `pools` to `5.1.39` - Updated version of `farms` to `1.1.2` - Updated version of `tokens` to `0.7.1` - Updated version of `price-api-sdk` to `7.0.2` - Updated version of `prediction` to `1.1.11` - Updated version of `universal-router-sdk` to `1.3.1` - Updated version of `widgets-internal` to `0.3.20` - Updated version of `smart-router` to `7.1.2` - Updated version of `routing-api` to `0.3.88` > ✨ 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 3d600bd commit 4cb8023

File tree

40 files changed

+162
-30
lines changed

40 files changed

+162
-30
lines changed

.changeset/healthy-penguins-teach.md

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

.changeset/late-chefs-compare.md

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

apis/routing/CHANGELOG.md

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

3+
## 0.3.88
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9fa225f]
8+
- @pancakeswap/smart-router@7.1.2
9+
- @pancakeswap/farms@1.1.2
10+
- @pancakeswap/stable-swap-sdk@2.0.2
11+
312
## 0.3.87
413

514
### 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.87",
3+
"version": "0.3.88",
44
"dependencies": {
55
"@pancakeswap/chains": "workspace:*",
66
"@pancakeswap/farms": "workspace:*",

apps/games/CHANGELOG.md

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

3+
## 0.1.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3d600bd]
8+
- @pancakeswap/uikit@0.67.5
9+
310
## 0.1.20
411

512
### Patch Changes

apps/games/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "games",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3004",

apps/solana/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# solana-web
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3d600bd]
8+
- @pancakeswap/uikit@0.67.5
9+
- @pancakeswap/widgets-internal@0.3.20

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-web",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/canonical-bridge/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3d600bd]
8+
- @pancakeswap/uikit@0.67.5
9+
310
## 0.0.2
411

512
### Patch Changes

packages/canonical-bridge/package.json

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

0 commit comments

Comments
 (0)