Skip to content

Commit

Permalink
chore: Version Packages (#10802)
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/gauges@2.0.1

### Patch Changes

- bab8589: Fix unable to get pair combination when failed to get gauge
list
-   447ceb3: Fix missing gauge

## @pancakeswap/price-api-sdk@4.0.3

### Patch Changes

-   @pancakeswap/smart-router@6.1.6

## @pancakeswap/smart-router@6.1.6

### Patch Changes

-   Updated dependencies [bab8589]
-   Updated dependencies [447ceb3]
    -   @pancakeswap/gauges@2.0.1

## @pancakeswap/universal-router-sdk@1.0.37

### Patch Changes

-   @pancakeswap/smart-router@6.1.6

## @pancakeswap/routing-sdk-addon-quoter@2.0.0

### Major Changes

-   142947f: Add gas use estimate to quote

## routing-api@0.3.80

### Patch Changes

-   @pancakeswap/smart-router@6.1.6
-   @pancakeswap/farms@1.0.79

## @pancakeswap/farms@1.0.79

### Patch Changes

-   @pancakeswap/price-api-sdk@4.0.3

## @pancakeswap/widgets-internal@0.3.11

### Patch Changes

-   @pancakeswap/farms@1.0.79


<!-- start pr-codex -->

---

## PR-Codex overview
This PR primarily focuses on updating the versions of several packages
within the PancakeSwap ecosystem, along with the addition of new
changelog entries for various components.

### Detailed summary
- Deleted `.changeset/red-mangos-try.md`,
`.changeset/heavy-wolves-yawn.md`, `.changeset/strange-forks-love.md`.
- Updated versions in `CHANGELOG.md` for:
  - `@pancakeswap/price-api-sdk` to `4.0.3`
  - `@pancakeswap/farms` to `1.0.79`
  - `@pancakeswap/smart-router` to `6.1.6`
  - `@pancakeswap/gauges` to `2.0.1`
  - `@pancakeswap/widgets-internal` to `0.3.11`
  - `routing-api` to `0.3.80`
  - `@pancakeswap/universal-router-sdk` to `1.0.37`
  - `@pancakeswap/routing-sdk-addon-quoter` to `2.0.0`
- Added significant changes in `CHANGELOG.md` for
`@pancakeswap/routing-sdk-addon-quoter` and `@pancakeswap/gauges`.

> ✨ 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 Oct 11, 2024
1 parent 142947f commit 1c7c343
Show file tree
Hide file tree
Showing 19 changed files with 60 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-wolves-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-mangos-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-forks-love.md

This file was deleted.

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

## 0.3.80

### Patch Changes

- @pancakeswap/smart-router@6.1.6
- @pancakeswap/farms@1.0.79

## 0.3.79

### 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.79",
"version": "0.3.80",
"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.79

### Patch Changes

- @pancakeswap/price-api-sdk@4.0.3

## 1.0.78

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

## 2.0.1

### Patch Changes

- bab8589: Fix unable to get pair combination when failed to get gauge list
- 447ceb3: Fix missing gauge

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"sideEffects": false,
"scripts": {
"dev": "tsup --watch",
Expand Down
6 changes: 6 additions & 0 deletions packages/price-api-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pancakeswap/price-api-sdk

## 4.0.3

### Patch Changes

- @pancakeswap/smart-router@6.1.6

## 4.0.2

### 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": "4.0.2",
"version": "4.0.3",
"description": "SDK for pancakeswap price api",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/routing-sdk/addons/quoter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pancakeswap/routing-sdk-addon-v2

## 2.0.0

### Major Changes

- 142947f: Add gas use estimate to quote

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/routing-sdk/addons/quoter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/routing-sdk-addon-quoter",
"version": "1.0.3",
"version": "2.0.0",
"description": "Routing sdk addon for on chain quoter",
"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

## 6.1.6

### Patch Changes

- Updated dependencies [bab8589]
- Updated dependencies [447ceb3]
- @pancakeswap/gauges@2.0.1

## 6.1.5

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

## 1.0.37

### Patch Changes

- @pancakeswap/smart-router@6.1.6

## 1.0.36

### 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.36",
"version": "1.0.37",
"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.11

### Patch Changes

- @pancakeswap/farms@1.0.79

## 0.3.10

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

0 comments on commit 1c7c343

Please sign in to comment.