Skip to content

Commit

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

-   e02271e: Updated new GAUGES_CALC_ADDRESS

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8578d8f]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   8578d8f: Fix error throws when adjusting token output by gas cost
-   Updated dependencies [e02271e]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8578d8f]
    -   @pancakeswap/[email protected]

## [email protected]

### Patch Changes

-   Updated dependencies [8578d8f]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   7e7a185: Remove usdv widget
    -   @pancakeswap/[email protected]


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on version updates and changelog entries across multiple
packages related to `@pancakeswap`, including `farms`, `gauges`,
`widgets-internal`, `price-api-sdk`, and `smart-router`. It also removes
outdated changelog files.

### Detailed summary
- Updated `@pancakeswap/farms` from `1.0.83` to `1.0.84`
- Updated `@pancakeswap/gauges` from `2.0.3` to `2.0.4`
- Updated `@pancakeswap/widgets-internal` from `0.3.16` to `0.3.17`
- Updated `@pancakeswap/price-api-sdk` from `6.0.1` to `6.0.2`
- Updated `@pancakeswap/smart-router` from `7.0.1` to `7.0.2`
- Updated `routing-api` from `0.3.84` to `0.3.85`
- Updated changelog entries for multiple packages
- Removed obsolete changelog files

> ✨ 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 20, 2024
1 parent 8578d8f commit ac17ba3
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-goats-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-bananas-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-starfishes-own.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.85

### Patch Changes

- Updated dependencies [8578d8f]
- @pancakeswap/smart-router@7.0.2
- @pancakeswap/farms@1.0.84

## 0.3.84

### 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.84",
"version": "0.3.85",
"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.84

### Patch Changes

- @pancakeswap/price-api-sdk@6.0.2

## 1.0.83

### 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.83",
"version": "1.0.84",
"sideEffects": false,
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gauges/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pancakeswap/gauges

## 2.0.4

### Patch Changes

- e02271e: Updated new GAUGES_CALC_ADDRESS

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gauges/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/gauges",
"version": "2.0.3",
"version": "2.0.4",
"sideEffects": false,
"scripts": {
"dev": "tsup --watch",
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.2

### Patch Changes

- Updated dependencies [8578d8f]
- @pancakeswap/smart-router@7.0.2

## 6.0.1

### 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.1",
"version": "6.0.2",
"description": "SDK for pancakeswap price api",
"repository": {
"type": "git",
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

## 7.0.2

### Patch Changes

- 8578d8f: Fix error throws when adjusting token output by gas cost
- Updated dependencies [e02271e]
- @pancakeswap/gauges@2.0.4

## 7.0.1

### Patch 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.1",
"version": "7.0.2",
"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.42

### Patch Changes

- Updated dependencies [8578d8f]
- @pancakeswap/smart-router@7.0.2

## 1.0.41

### 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.41",
"version": "1.0.42",
"description": "🛠 An SDK for building applications on top of Pancakeswap.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/widgets-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pancakeswap/widgets-internal

## 0.3.17

### Patch Changes

- 7e7a185: Remove usdv widget
- @pancakeswap/farms@1.0.84

## 0.3.16

### 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.16",
"version": "0.3.17",
"private": true,
"main": "index.ts",
"exports": {
Expand Down

0 comments on commit ac17ba3

Please sign in to comment.