Skip to content

Commit

Permalink
Version Packages (#1135)
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 16, 2024
1 parent a9b122b commit 9b78e91
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/sweet-countries-juggle.md

This file was deleted.

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

## 3.2.4

### Patch Changes

- [#1134](https://github.com/thorswap/SwapKit/pull/1134) [`a9b122b`](https://github.com/thorswap/SwapKit/commit/a9b122bed7d1bb41f88791c0bf540453239c6bc1) Thanks [@towanTG](https://github.com/towanTG)! - Type improvements for using core / sdk

## 3.2.3

### 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 @@ -34,5 +34,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "3.2.3"
"version": "3.2.4"
}
9 changes: 9 additions & 0 deletions packages/swapkit/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swapkit/sdk

## 2.2.1

### Patch Changes

- [#1134](https://github.com/thorswap/SwapKit/pull/1134) [`a9b122b`](https://github.com/thorswap/SwapKit/commit/a9b122bed7d1bb41f88791c0bf540453239c6bc1) Thanks [@towanTG](https://github.com/towanTG)! - Type improvements for using core / sdk

- Updated dependencies [[`a9b122b`](https://github.com/thorswap/SwapKit/commit/a9b122bed7d1bb41f88791c0bf540453239c6bc1)]:
- @swapkit/core@3.2.4

## 2.2.0

### Minor 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 @@ -32,5 +32,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "2.2.0"
"version": "2.2.1"
}

0 comments on commit 9b78e91

Please sign in to comment.