Skip to content

Commit

Permalink
Version Packages (#6)
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 Jun 20, 2024
1 parent 946e60f commit 4623528
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-glasses-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-mirrors-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-monkeys-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-moose-breathe.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/onchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @coinbase-platform/onchain

## 0.1.5

### Patch Changes

- 545f1e2: fix: add missing transaction type in RPC response type
- 1a178d4: fix: normalize RPC parameters
- aed9a3a: chore: export `RpcTransaction` type
- 825e1ee: chore: rename `BaseRpcResponse` to `RpcResponse`

## 0.1.4

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions packages/onchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase-platform/onchain",
"version": "0.1.4",
"version": "0.1.5",
"description": "Coinbase platform Onchain package",
"author": "roushou <roushou9@gmail.com>",
"license": "MIT",
Expand All @@ -20,7 +20,10 @@
"publishConfig": {
"access": "public"
},
"keywords": ["coinbase", "coinbase platform"],
"keywords": [
"coinbase",
"coinbase platform"
],
"scripts": {
"build": "pnpm clean && tsup",
"clean": "rimraf ./dist",
Expand All @@ -46,7 +49,10 @@
},
"./package.json": "./package.json"
},
"files": ["src", "dist"],
"files": [
"src",
"dist"
],
"engine": {
"node": "^18.0.0 || >=20.0.0"
}
Expand Down

0 comments on commit 4623528

Please sign in to comment.