Skip to content

Commit

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

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8218dbf]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8218dbf]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8218dbf]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   8218dbf: List new tokens

## @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 [8218dbf]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8218dbf]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8218dbf]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8218dbf]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   @pancakeswap/[email protected]

## @pancakeswap/[email protected]

### Patch Changes

-   Updated dependencies [8218dbf]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]
    -   @pancakeswap/[email protected]


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating various packages in the PancakeSwap
ecosystem, specifically by incrementing version numbers and listing new
dependencies in the changelogs.

### Detailed summary
- Updated `@pancakeswap/tokens` to `0.6.27` across multiple packages.
- Incremented versions for several packages including:
  - `@pancakeswap/ifos` to `3.0.20`
  - `@pancakeswap/farms` to `1.0.77`
  - `@pancakeswap/pools` to `5.1.34`
  - `@pancakeswap/gauges` to `1.2.17`
  - `@pancakeswap/prediction` to `1.1.6`
  - `@pancakeswap/smart-router` to `6.1.4`
  - `@pancakeswap/stable-swap-sdk` to `1.1.3`
  - `@pancakeswap/universal-router-sdk` to `1.0.35`
  - `@pancakeswap/routing-sdk-addon-quoter` to `1.0.3`
  - `@pancakeswap/routing-sdk-addon-stable-swap` to `2.0.3`
- Notable updates in changelogs to reflect new dependencies and 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 Sep 29, 2024
1 parent 8218dbf commit cac1b43
Show file tree
Hide file tree
Showing 31 changed files with 122 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-deers-pretend.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.78

### Patch Changes

- @pancakeswap/farms@1.0.77
- @pancakeswap/smart-router@6.1.4

## 0.3.77

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

## 1.0.77

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27
- @pancakeswap/stable-swap-sdk@1.1.3
- @pancakeswap/price-api-sdk@4.0.1

## 1.0.76

### 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.76",
"version": "1.0.77",
"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.17

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27

## 1.2.16

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

## 3.0.20

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27

## 3.0.19

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

## 5.1.34

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27

## 5.1.33

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

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27

## 0.1.38

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

## 1.1.6

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27
- @pancakeswap/pools@5.1.34

## 1.1.5

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

## 4.0.1

### Patch Changes

- @pancakeswap/smart-router@6.1.4

## 4.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": "4.0.0",
"version": "4.0.1",
"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.3

### Patch Changes

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

## 1.0.2

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

## 2.0.3

### Patch Changes

- @pancakeswap/stable-swap-sdk@1.1.3

## 2.0.2

### Patch 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.2",
"version": "2.0.3",
"description": "Routing sdk addon for pcs stable swap",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/smart-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pancakeswap/smart-router

## 6.1.4

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27
- @pancakeswap/gauges@1.2.17
- @pancakeswap/stable-swap-sdk@1.1.3

## 6.1.3

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

## 1.1.3

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27

## 1.1.2

### Patch 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.2",
"version": "1.1.3",
"description": "SDK for pancakeswap stable swap",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pancakeswap/tokens

## 0.6.27

### Patch Changes

- 8218dbf: List new tokens

## 0.6.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pancakeswap/tokens",
"license": "MIT",
"version": "0.6.26",
"version": "0.6.27",
"description": "Tokens for pancakeswap",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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.35

### Patch Changes

- @pancakeswap/smart-router@6.1.4

## 1.0.34

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

## 0.3.9

### Patch Changes

- Updated dependencies [8218dbf]
- @pancakeswap/tokens@0.6.27
- @pancakeswap/farms@1.0.77
- @pancakeswap/pools@5.1.34

## 0.3.8

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

0 comments on commit cac1b43

Please sign in to comment.