Skip to content

Commit

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

-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [75c16bc]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   75c16bc: Added new ss pair

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]

## [email protected]

### Patch Changes

-   @pancakeswap/[email protected]
-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [75c16bc]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [75c16bc]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates various package versions, including adding new pairs and
dependencies for different SDKs related to Pancakeswap.

### Detailed summary
- Added new stable swap pair
- Updated version of `@pancakeswap/farms` to `1.0.75`
- Updated version of `@pancakeswap/smart-router` to `6.1.2`
- Updated version of `@pancakeswap/price-api-sdk` to `3.0.2`
- Updated versions of dependencies in multiple SDKs

> ✨ 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 Sep 6, 2024
1 parent 75c16bc commit d63697d
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-gorillas-rest.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.76

### Patch Changes

- @pancakeswap/farms@1.0.75
- @pancakeswap/smart-router@6.1.2

## 0.3.75

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

## 1.0.75

### Patch Changes

- Updated dependencies [75c16bc]
- @pancakeswap/stable-swap-sdk@1.1.1
- @pancakeswap/price-api-sdk@3.0.2

## 1.0.74

### 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.74",
"version": "1.0.75",
"sideEffects": false,
"private": true,
"scripts": {
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

## 3.0.2

### Patch Changes

- @pancakeswap/smart-router@6.1.2

## 3.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": "3.0.1",
"version": "3.0.2",
"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

## 1.0.1

### Patch Changes

- @pancakeswap/routing-sdk-addon-stable-swap@2.0.1

## 1.0.0

### Minor 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.0",
"version": "1.0.1",
"description": "Routing sdk addon for on chain quoter",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/routing-sdk/addons/stable-swap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pancakeswap/routing-sdk-addon-stable-swap

## 2.0.1

### Patch Changes

- Updated dependencies [75c16bc]
- @pancakeswap/stable-swap-sdk@1.1.1

## 2.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/routing-sdk/addons/stable-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/routing-sdk-addon-stable-swap",
"version": "2.0.0",
"version": "2.0.1",
"description": "Routing sdk addon for pcs stable swap",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/smart-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pancakeswap/smart-router

## 6.1.2

### Patch Changes

- Updated dependencies [75c16bc]
- @pancakeswap/stable-swap-sdk@1.1.1

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

## 1.1.1

### Patch Changes

- 75c16bc: Added new ss pair

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stable-swap-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/stable-swap-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "SDK for pancakeswap stable swap",
"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.33

### Patch Changes

- @pancakeswap/smart-router@6.1.2

## 1.0.32

### 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.32",
"version": "1.0.33",
"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.7

### Patch Changes

- @pancakeswap/farms@1.0.75

## 0.3.6

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

0 comments on commit d63697d

Please sign in to comment.