Skip to content

Commit

Permalink
chore: version packages (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 19, 2023
1 parent 9ab3159 commit c9785bc
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/sixty-comics-remember.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @traderjoe-xyz/sdk-core

## 2.0.0

### Major Changes

- 9ab3159: add mantle chain id

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traderjoe-xyz/sdk-core",
"version": "1.1.0",
"version": "2.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @traderjoe-xyz/sdk

## 5.0.0

### Major Changes

- 9ab3159: add mantle chain id

### Patch Changes

- Updated dependencies [9ab3159]
- @traderjoe-xyz/sdk-core@2.0.0

## 4.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/v1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traderjoe-xyz/sdk",
"license": "MIT",
"version": "4.1.2",
"version": "5.0.0",
"description": "🛠 An SDK for building applications on top of Trader Joe.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @traderjoe-xyz/sdk-v2

## 3.0.0

### Major Changes

- 9ab3159: add mantle chain id

### Patch Changes

- Updated dependencies [9ab3159]
- @traderjoe-xyz/sdk-core@2.0.0

## 2.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traderjoe-xyz/sdk-v2",
"license": "MIT",
"version": "2.1.8",
"version": "3.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit c9785bc

Please sign in to comment.