Skip to content

Commit

Permalink
bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
njzydark committed Feb 7, 2022
1 parent 5ce4b92 commit 9bca073
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"web": "1.0.0"
},
"changesets": [
"angry-days-smell"
"angry-days-smell",
"ten-garlics-cry"
]
}
9 changes: 9 additions & 0 deletions .changeset/ten-garlics-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'common': patch
'desktop': patch
'web': patch
---

Bugfix:

1. Window can't be close on Windows
9 changes: 9 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# common

## 1.0.0-beta.2

### Patch Changes

- Bugfix:

1. Window can't be close on Windows

## 1.0.0-beta.1

### Patch Changes

- Relase beta.1
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.1",
"version": "1.0.0-beta.2",
"engines": {
"node": ">=12"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# desktop

## 1.0.0-beta.2

### Patch Changes

- Bugfix:

1. Window can't be close on Windows

## 1.0.0-beta.1

### Patch Changes

- Relase beta.1
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.1",
"version": "1.0.0-beta.2",
"productName": "PS4RPS",
"description": "Remote pkg sender for PS4",
"author": "njzy <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {},
"devDependencies": {
"axios": "^0.25.0",
"common": "workspace:^1.0.0-beta.1",
"common": "workspace:^1.0.0-beta.2",
"cross-env": "^7.0.3",
"dotenv": "^14.3.2",
"electron": "16.0.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# web

## 1.0.0-beta.2

### Patch Changes

- Bugfix:

1. Window can't be close on Windows

- Updated dependencies
- [email protected]

## 1.0.0-beta.1

### Patch Changes

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

0 comments on commit 9bca073

Please sign in to comment.