Skip to content

Commit

Permalink
chore: Version Packages (#10195)
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 [fe96bb1]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [fe96bb1]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [fe96bb1]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   fe96bb1: Fix invalid assignment in sqrt math

## [email protected]

### Patch Changes

-   Updated dependencies [fe96bb1]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [fe96bb1]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [fe96bb1]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [fe96bb1]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [fe96bb1]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates various SDK versions in different packages to align
dependencies with the latest versions from Pancakeswap.

### Detailed summary
- Updated `@pancakeswap/v3-sdk` to version `3.8.9` in multiple packages
- Updated `@pancakeswap/smart-router` to version `6.0.15`
- Updated `@pancakeswap/v4-sdk` to version `0.1.1`
- Updated `@pancakeswap/farms` to version `1.0.70`
- Updated `@pancakeswap/gauges` to version `1.2.11`
- Updated `@pancakeswap/price-api-sdk` to version `1.2.17`

> ✨ 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 Jul 15, 2024
1 parent fe96bb1 commit 3e1fa25
Show file tree
Hide file tree
Showing 21 changed files with 85 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/weak-flowers-decide.md

This file was deleted.

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

## 0.3.71

### Patch Changes

- Updated dependencies [fe96bb1]
- @pancakeswap/v3-sdk@3.8.9
- @pancakeswap/farms@1.0.70
- @pancakeswap/smart-router@6.0.15

## 0.3.70

### 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.70",
"version": "0.3.71",
"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.70

### Patch Changes

- Updated dependencies [fe96bb1]
- @pancakeswap/v3-sdk@3.8.9
- @pancakeswap/price-api-sdk@1.2.17

## 1.0.69

### 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.69",
"version": "1.0.70",
"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

## 1.2.11

### Patch Changes

- Updated dependencies [fe96bb1]
- @pancakeswap/v3-sdk@3.8.9

## 1.2.10

### 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": "1.2.10",
"version": "1.2.11",
"sideEffects": false,
"scripts": {
"dev": "tsup --watch",
Expand Down
7 changes: 7 additions & 0 deletions packages/position-managers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pancakeswap/position-managers

## 0.1.33

### Patch Changes

- Updated dependencies [fe96bb1]
- @pancakeswap/v3-sdk@3.8.9

## 0.1.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/position-managers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/position-managers",
"version": "0.1.32",
"version": "0.1.33",
"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

## 1.2.17

### Patch Changes

- @pancakeswap/smart-router@6.0.15

## 1.2.16

### 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": "1.2.16",
"version": "1.2.17",
"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

## 6.0.15

### Patch Changes

- Updated dependencies [fe96bb1]
- @pancakeswap/v3-sdk@3.8.9
- @pancakeswap/gauges@1.2.11

## 6.0.14

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

## 1.0.28

### Patch Changes

- Updated dependencies [fe96bb1]
- @pancakeswap/v3-sdk@3.8.9
- @pancakeswap/smart-router@6.0.15

## 1.0.27

### 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.27",
"version": "1.0.28",
"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/v3-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pancakeswap/v3-sdk

## 3.8.9

### Patch Changes

- fe96bb1: Fix invalid assignment in sqrt math

## 3.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/v3-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.8.8",
"version": "3.8.9",
"description": "⚒️ An SDK for building applications on top of Pancakeswap V3",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/v4-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @pancakeswap/v4-sdk

## 0.1.1

### Patch Changes

- Updated dependencies [fe96bb1]
- @pancakeswap/v3-sdk@3.8.9
2 changes: 1 addition & 1 deletion packages/v4-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0",
"version": "0.1.1",
"description": "⚒️ An SDK for building applications on top of Pancakeswap V4",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/widgets-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pancakeswap/widgets-internal

## 0.3.1

### Patch Changes

- Updated dependencies [fe96bb1]
- @pancakeswap/v3-sdk@3.8.9
- @pancakeswap/farms@1.0.70

## 0.3.0

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

0 comments on commit 3e1fa25

Please sign in to comment.