Skip to content

Commit

Permalink
build: v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Dec 12, 2023
1 parent bcb3d7c commit 9d9d335
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 6 deletions.
10 changes: 10 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tomrpc/mount

## 2.0.3

### Patch Changes

- test
- Updated dependencies
- @tomrpc/client@2.0.3
- @tomrpc/mount@2.0.3
- @tomrpc/core@2.0.3

## 2.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomrpc/app",
"version": "2.0.2",
"version": "2.0.3",
"description": "My Awesome lib",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@koa/cors": "^4.0.0",
"@tomrpc/client": "^2.0.2",
"@tomrpc/core": "^2.0.2",
"@tomrpc/client": "^2.0.3",
"@tomrpc/core": "^2.0.3",
"@tomrpc/mount": "workspace:^",
"debug": "^4.3.4",
"desm": "^1.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tomrpc/client

## 2.0.3

### Patch Changes

- test

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomrpc/client",
"version": "2.0.2",
"version": "2.0.3",
"description": "My Awesome lib",
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tomrpc/core

## 2.0.3

### Patch Changes

- test

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomrpc/core",
"version": "2.0.2",
"version": "2.0.3",
"description": "My Awesome lib",
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/mount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tomrpc/mount

## 2.0.3

### Patch Changes

- test

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mount/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomrpc/mount",
"version": "2.0.2",
"version": "2.0.3",
"description": "My Awesome lib",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 9d9d335

Please sign in to comment.