Skip to content

Commit

Permalink
Version Packages (rc) (#526)
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 Jan 3, 2024
1 parent fcb1231 commit 55ed49a
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"beige-coats-hear",
"bright-wombats-trade",
"brown-melons-do",
"calm-steaks-fold",
"chilled-beans-enjoy",
"chilled-days-applaud",
"chilled-keys-fetch",
Expand Down
7 changes: 7 additions & 0 deletions internal/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @internal/playground

## 0.0.0-rc.91

### Patch Changes

- Updated dependencies [[`fcb1231`](https://github.com/thorswap/SwapKit/commit/fcb12311708a8b83f99678189bcb2c27a1d45613)]:
- @swapkit/core@1.0.0-rc.80

## 0.0.0-rc.90

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"preview-playground": "vite preview"
},
"type": "module",
"version": "0.0.0-rc.90"
"version": "0.0.0-rc.91"
}
6 changes: 6 additions & 0 deletions packages/swapkit/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swapkit/core

## 1.0.0-rc.80

### Patch Changes

- [#525](https://github.com/thorswap/SwapKit/pull/525) [`fcb1231`](https://github.com/thorswap/SwapKit/commit/fcb12311708a8b83f99678189bcb2c27a1d45613) Thanks [@towanTG](https://github.com/towanTG)! - Adds missing abis for dex routers

## 1.0.0-rc.79

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swapkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "1.0.0-rc.79"
"version": "1.0.0-rc.80"
}
7 changes: 7 additions & 0 deletions packages/swapkit/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swapkit/sdk

## 1.0.0-rc.98

### Patch Changes

- Updated dependencies [[`fcb1231`](https://github.com/thorswap/SwapKit/commit/fcb12311708a8b83f99678189bcb2c27a1d45613)]:
- @swapkit/core@1.0.0-rc.80

## 1.0.0-rc.97

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swapkit/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "1.0.0-rc.97"
"version": "1.0.0-rc.98"
}

0 comments on commit 55ed49a

Please sign in to comment.