Skip to content

Commit

Permalink
bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
njzydark committed Mar 4, 2022
1 parent be5f2bb commit f1b49ea
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .changeset/fifty-keys-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'desktop': patch
'web': patch
'common': patch
---

Release new beta version

- feat: support add static file server on web
- fix: files get error on Windows #3
- refactor: use default title bar on Windows
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"changesets": [
"afraid-comics-smell",
"angry-days-smell",
"fifty-keys-rule",
"pretty-coats-tie",
"shy-timers-fly",
"ten-garlics-cry"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ There are actually quite a lot of such tools, I tried one and felt that the UI w

## Usage

### Web

[https://ps4rps.vercel.app](https://ps4rps.vercel.app)

The Web version is mainly used to install files in WebDAV Server (NAS), and you must instal [this version of RPI](https://github.com/njzydark/ps4_remote_pkg_installer-OOSDK/releases) on your PS4

### Desktop

1. Download this app from [release page](https://github.com/njzydark/PS4RPS/releases)
2. Open the app
3. Add PS4 host (Your PS4 ip and port, The port is usually 12800), for example: http://192.168.0.11:12800
Expand Down
10 changes: 10 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# common

## 1.0.0-beta.6

### Patch Changes

- Release new beta version

- feat: support add static file server on web
- fix: files get error on Windows #3
- refactor: use default title bar on Windows

## 1.0.0-beta.5

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

## 1.0.0-beta.6

### Patch Changes

- Release new beta version

- feat: support add static file server on web
- fix: files get error on Windows #3
- refactor: use default title bar on Windows

## 1.0.0-beta.5

### 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.5",
"version": "1.0.0-beta.6",
"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.5",
"common": "workspace:^1.0.0-beta.6",
"content-disposition": "^0.5.4",
"cross-env": "^7.0.3",
"dotenv": "^14.3.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# web

## 1.0.0-beta.6

### Patch Changes

- Release new beta version

- feat: support add static file server on web
- fix: files get error on Windows #3
- refactor: use default title bar on Windows

- Updated dependencies
- [email protected]

## 1.0.0-beta.5

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

1 comment on commit f1b49ea

@vercel
Copy link

@vercel vercel bot commented on f1b49ea 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.