Skip to content

Commit

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

### Patch Changes

-   Updated dependencies [82f61f9]
    -   @pancakeswap/tokens@0.6.4

## @pancakeswap/pools@5.1.8

### Patch Changes

-   Updated dependencies [82f61f9]
    -   @pancakeswap/tokens@0.6.4

## @pancakeswap/smart-router@4.14.7

### Patch Changes

-   Updated dependencies [82f61f9]
    -   @pancakeswap/tokens@0.6.4
    -   @pancakeswap/gauges@1.0.3

## @pancakeswap/tokens@0.6.4

### Patch Changes

-   82f61f9: Bump token for missing sol

## routing-api@0.3.30

### Patch Changes

-   @pancakeswap/farms@1.0.39
-   @pancakeswap/smart-router@4.14.7

## @pancakeswap/farms@1.0.39

### Patch Changes

-   Updated dependencies [82f61f9]
    -   @pancakeswap/tokens@0.6.4

## @pancakeswap/ifos@2.0.4

### Patch Changes

-   Updated dependencies [82f61f9]
    -   @pancakeswap/tokens@0.6.4

## @pancakeswap/position-managers@0.1.11

### Patch Changes

-   Updated dependencies [82f61f9]
    -   @pancakeswap/tokens@0.6.4

## @pancakeswap/prediction@0.0.10

### Patch Changes

-   Updated dependencies [82f61f9]
    -   @pancakeswap/tokens@0.6.4
    -   @pancakeswap/pools@5.1.8

## @pancakeswap/widgets-internal@0.1.22

### Patch Changes

-   Updated dependencies [82f61f9]
    -   @pancakeswap/tokens@0.6.4
    -   @pancakeswap/farms@1.0.39
    -   @pancakeswap/pools@5.1.8


<!-- start pr-codex -->

---

## PR-Codex overview
### Detailed summary
- Bumped version of @pancakeswap/ifos to 2.0.4
- Bumped version of @pancakeswap/pools to 5.1.8
- Bumped version of @pancakeswap/farms to 1.0.39
- Bumped version of @pancakeswap/gauges to 1.0.3
- Bumped version of @pancakeswap/prediction to 0.0.10
- Bumped version of @pancakeswap/widgets-internal to 0.1.22
- Bumped version of @pancakeswap/smart-router to 4.14.7
- Bumped version of @pancakeswap/tokens to 0.6.4

> ✨ 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 Feb 16, 2024
1 parent 82f61f9 commit 5d35f75
Show file tree
Hide file tree
Showing 21 changed files with 83 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-ravens-shout.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.30

### Patch Changes

- @pancakeswap/farms@1.0.39
- @pancakeswap/smart-router@4.14.7

## 0.3.29

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

## 1.0.39

### Patch Changes

- Updated dependencies [82f61f9]
- @pancakeswap/tokens@0.6.4

## 1.0.38

### 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.38",
"version": "1.0.39",
"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.0.3

### Patch Changes

- Updated dependencies [82f61f9]
- @pancakeswap/tokens@0.6.4

## 1.0.2

### 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.0.2",
"version": "1.0.3",
"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

## 2.0.4

### Patch Changes

- Updated dependencies [82f61f9]
- @pancakeswap/tokens@0.6.4

## 2.0.3

### 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": "2.0.3",
"version": "2.0.4",
"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.8

### Patch Changes

- Updated dependencies [82f61f9]
- @pancakeswap/tokens@0.6.4

## 5.1.7

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

### Patch Changes

- Updated dependencies [82f61f9]
- @pancakeswap/tokens@0.6.4

## 0.1.10

### 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.10",
"version": "0.1.11",
"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

## 0.0.10

### Patch Changes

- Updated dependencies [82f61f9]
- @pancakeswap/tokens@0.6.4
- @pancakeswap/pools@5.1.8

## 0.0.9

### 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": "0.0.9",
"version": "0.0.10",
"sideEffects": false,
"private": true,
"scripts": {
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

## 4.14.7

### Patch Changes

- Updated dependencies [82f61f9]
- @pancakeswap/tokens@0.6.4
- @pancakeswap/gauges@1.0.3

## 4.14.6

### 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": "4.14.6",
"version": "4.14.7",
"description": "A SDK for getting best routes from AMM",
"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.4

### Patch Changes

- 82f61f9: Bump token for missing sol

## 0.6.3

### 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.3",
"version": "0.6.4",
"description": "Tokens for pancakeswap",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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.1.22

### Patch Changes

- Updated dependencies [82f61f9]
- @pancakeswap/tokens@0.6.4
- @pancakeswap/farms@1.0.39
- @pancakeswap/pools@5.1.8

## 0.1.21

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

0 comments on commit 5d35f75

Please sign in to comment.