Skip to content

Commit

Permalink
Version Packages (#12)
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 26, 2024
1 parent 60a6005 commit b66b2d2
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/honest-peas-drive.md

This file was deleted.

11 changes: 9 additions & 2 deletions packages/coinbasejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"publishConfig": {
"access": "public"
},
"keywords": ["coinbase", "coinbase platform", "coinbase developer platform"],
"keywords": [
"coinbase",
"coinbase platform",
"coinbase developer platform"
],
"scripts": {
"build": "pnpm clean && tsup",
"clean": "rimraf ./dist",
Expand Down Expand Up @@ -60,7 +64,10 @@
},
"./package.json": "./package.json"
},
"files": ["src", "dist"],
"files": [
"src",
"dist"
],
"engine": {
"node": "^18.0.0 || >=20.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/onchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @coinbase-platform/onchain

## 0.2.0

### Minor Changes

- 60a6005: feat: allow to pass network to clients

## 0.1.1

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/onchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbasejs/onchain",
"version": "0.1.1",
"version": "0.2.0",
"description": "Coinbase Developer Platform Onchain package",
"author": "roushou <roushou9@gmail.com>",
"license": "MIT",
Expand All @@ -20,7 +20,11 @@
"publishConfig": {
"access": "public"
},
"keywords": ["coinbase", "coinbase platform", "coinbase developer platform"],
"keywords": [
"coinbase",
"coinbase platform",
"coinbase developer platform"
],
"scripts": {
"build": "pnpm clean && tsup",
"clean": "rimraf ./dist",
Expand All @@ -46,7 +50,10 @@
},
"./package.json": "./package.json"
},
"files": ["src", "dist"],
"files": [
"src",
"dist"
],
"engine": {
"node": "^18.0.0 || >=20.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/paymaster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @coinbase-platform/paymaster

## 0.2.0

### Minor Changes

- 60a6005: feat: allow to pass network to clients

## 0.1.0

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/paymaster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbasejs/paymaster",
"version": "0.1.0",
"version": "0.2.0",
"description": "Coinbase Developer Platform Paymaster package",
"author": "roushou <roushou9@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,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 b66b2d2

Please sign in to comment.