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 961c972 commit 2a9d162
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .changeset/afraid-comics-smell.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: app can't be closed on MacOS
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"web": "1.0.0"
},
"changesets": [
"afraid-comics-smell",
"angry-days-smell",
"pretty-coats-tie",
"shy-timers-fly",
Expand Down
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.5

### Patch Changes

- Release new beta version

- fix: app can't be closed on MacOS

## 1.0.0-beta.4

### 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.4",
"version": "1.0.0-beta.5",
"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.5

### Patch Changes

- Release new beta version

- fix: app can't be closed on MacOS

## 1.0.0-beta.4

### 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.4",
"version": "1.0.0-beta.5",
"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.4",
"common": "workspace:^1.0.0-beta.5",
"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.5

### Patch Changes

- Release new beta version

- fix: app can't be closed on MacOS

- Updated dependencies
- [email protected]

## 1.0.0-beta.4

### 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.4",
"version": "1.0.0-beta.5",
"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.4",
"common": "workspace:^1.0.0-beta.5",
"dayjs": "^1.10.7",
"json5": "^2.2.0",
"nanoid": "^3.2.0",
Expand Down

1 comment on commit 2a9d162

@vercel
Copy link

@vercel vercel bot commented on 2a9d162 Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.