Skip to content

Commit

Permalink
chore: Version Packages (#11014)
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

-   Updated dependencies [4181a79]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

- 4181a79: Fix unable to fetch quote with wrapped native token as output

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [4181a79]
    -   @pancakeswap/[email protected]

## [email protected]

### Patch Changes

-   Updated dependencies [4181a79]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on version updates and changelogs for several
`@pancakeswap` packages, including `farms`, `widgets-internal`,
`price-api-sdk`, `smart-router`, and `universal-router-sdk`, along with
dependency updates.

### Detailed summary
- Updated `@pancakeswap/farms` to version `1.0.83`.
- Updated `@pancakeswap/widgets-internal` to version `0.3.16`.
- Updated `@pancakeswap/price-api-sdk` to version `6.0.1`.
- Updated `@pancakeswap/smart-router` to version `7.0.1`.
- Updated `@pancakeswap/universal-router-sdk` to version `1.0.41`.
- Updated changelogs for each package with relevant patch changes.

> ✨ 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 Dec 6, 2024
1 parent 4181a79 commit 035a8af
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-dots-behave.md

This file was deleted.

8 changes: 8 additions & 0 deletions apis/routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# routing-api

## 0.3.84

### Patch Changes

- Updated dependencies [4181a79]
- @pancakeswap/smart-router@7.0.1
- @pancakeswap/farms@1.0.83

## 0.3.83

### 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.83",
"version": "0.3.84",
"dependencies": {
"@pancakeswap/chains": "workspace:*",
"@pancakeswap/farms": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/farms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pancakeswap/farms

## 1.0.83

### Patch Changes

- @pancakeswap/price-api-sdk@6.0.1

## 1.0.82

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/farms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/farms",
"version": "1.0.82",
"version": "1.0.83",
"sideEffects": false,
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/price-api-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pancakeswap/price-api-sdk

## 6.0.1

### Patch Changes

- Updated dependencies [4181a79]
- @pancakeswap/smart-router@7.0.1

## 6.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/price-api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/price-api-sdk",
"version": "6.0.0",
"version": "6.0.1",
"description": "SDK for pancakeswap price api",
"repository": {
"type": "git",
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

## 7.0.1

### Patch Changes

- 4181a79: Fix unable to fetch quote with wrapped native token as output

## 7.0.0

### Major 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": "7.0.0",
"version": "7.0.1",
"description": "A SDK for getting best routes from AMM",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/universal-router-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pancakeswap/universal-router-sdk

## 1.0.41

### Patch Changes

- Updated dependencies [4181a79]
- @pancakeswap/smart-router@7.0.1

## 1.0.40

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-router-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/universal-router-sdk",
"version": "1.0.40",
"version": "1.0.41",
"description": "🛠 An SDK for building applications on top of Pancakeswap.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/widgets-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pancakeswap/widgets-internal

## 0.3.16

### Patch Changes

- @pancakeswap/farms@1.0.83

## 0.3.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/widgets-internal",
"version": "0.3.15",
"version": "0.3.16",
"private": true,
"main": "index.ts",
"exports": {
Expand Down

0 comments on commit 035a8af

Please sign in to comment.