Skip to content

Commit

Permalink
bump new beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
njzydark committed Feb 15, 2022
1 parent a5b1d1a commit 72d09ec
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"changesets": [
"angry-days-smell",
"pretty-coats-tie",
"shy-timers-fly",
"ten-garlics-cry"
]
Expand Down
9 changes: 9 additions & 0 deletions .changeset/pretty-coats-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'common': patch
'desktop': patch
'web': patch
---

Release new beta version

- fix: send install task error when pkg in loocal sub path
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# common

## 1.0.0-beta.4

### Patch Changes

- Release new beta version

- fix: send install task error when pkg in loocal sub path

## 1.0.0-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "common",
"private": true,
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"engines": {
"node": ">=12"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# desktop

## 1.0.0-beta.4

### Patch Changes

- Release new beta version

- fix: send install task error when pkg in loocal sub path

## 1.0.0-beta.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"private": true,
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"productName": "PS4RPS",
"description": "Remote pkg sender for PS4",
"author": "njzy <[email protected]>",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"axios": "^0.25.0",
"common": "workspace:^1.0.0-beta.3",
"common": "workspace:^1.0.0-beta.4",
"cross-env": "^7.0.3",
"dotenv": "^14.3.2",
"electron": "16.0.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# web

## 1.0.0-beta.4

### Patch Changes

- Release new beta version

- fix: send install task error when pkg in loocal sub path

- Updated dependencies
- [email protected]

## 1.0.0-beta.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"engines": {
"node": ">=12"
},
Expand All @@ -22,7 +22,7 @@
"@babel/runtime": "^7.16.3",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"common": "workspace:^1.0.0-beta.3",
"common": "workspace:^1.0.0-beta.4",
"dayjs": "^1.10.7",
"json5": "^2.2.0",
"nanoid": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72d09ec

Please sign in to comment.