-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
"web": "1.0.0" | ||
}, | ||
"changesets": [ | ||
"angry-days-smell" | ||
"angry-days-smell", | ||
"ten-garlics-cry" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters