Skip to content

Commit

Permalink
Version Packages (#8)
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 23, 2024
1 parent e364617 commit a9e9e8b
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 22 deletions.
12 changes: 0 additions & 12 deletions .changeset/witty-rocks-tease.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/commerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @coinbasejs/commerce

## 0.1.0

### Minor Changes

- e364617: feat: create Coinbase Developer Platform packages

- Onchain
- Paymaster
- Commerce
13 changes: 10 additions & 3 deletions packages/commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbasejs/commerce",
"version": "0.0.0",
"version": "0.1.0",
"description": "Coinbase Developer Platform Commerce 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
10 changes: 10 additions & 0 deletions packages/onchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @coinbase-platform/onchain

## 0.1.0

### Minor Changes

- e364617: feat: create Coinbase Developer Platform packages

- Onchain
- Paymaster
- Commerce

## 0.1.5

### 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.0.0",
"version": "0.1.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
10 changes: 10 additions & 0 deletions packages/paymaster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Minor Changes

- e364617: feat: create Coinbase Developer Platform packages

- Onchain
- Paymaster
- Commerce

## 0.1.0

### Minor Changes

- f57da62: feat: add `paymaster` package
- 546ebc6: feat: add Paymaster client

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.0.0",
"version": "0.1.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
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @coinbasejs/utils

## 0.1.0

### Minor Changes

- e364617: feat: create Coinbase Developer Platform packages

- Onchain
- Paymaster
- Commerce
6 changes: 4 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@coinbasejs/utils",
"version": "0.0.0",
"version": "0.1.0",
"description": "Coinbase Developer Platform Utils package",
"author": "roushou <roushou9@gmail.com>",
"license": "MIT",
"private": true,
"homepage": "https://github.com/roushou/coinbasejs#readme",
"type": "module",
"files": ["src"],
"files": [
"src"
],
"scripts": {
"typecheck": "tsc --noEmit"
},
Expand Down

0 comments on commit a9e9e8b

Please sign in to comment.