Skip to content

Commit 1053cb0

Browse files
committed
bump new beta version
1 parent bf8c47f commit 1053cb0

File tree

9 files changed

+68
-7
lines changed

9 files changed

+68
-7
lines changed

.changeset/breezy-fireants-smell.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'web': patch
3+
'desktop': patch
4+
'common': patch
5+
---
6+
7+
Release new beta version
8+
9+
- feat: support recursive query and recursive query
10+
- feat: allow user to select local binding interface (thanks @LBRDan)
11+
- feat: ui improve
12+
- fix(linux): packageName and icon is not correct
13+
- refactor: adjust the types for pkg category
14+
15+
**PS** When aggregation mode is enabled, the patch and addon files are automatically associated with base file and not displayed in the list, you can view them in the detail page. It is better to use with file server's recursive query mode

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"changesets": [
1111
"afraid-comics-smell",
1212
"angry-days-smell",
13+
"breezy-fireants-smell",
1314
"fifty-keys-rule",
1415
"pretty-coats-tie",
1516
"shy-months-punch",

apps/desktop/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# desktop
22

3+
## 1.0.0-beta.8
4+
5+
### Patch Changes
6+
7+
- Release new beta version
8+
9+
- feat: support recursive query and recursive query
10+
- feat: allow user to select local binding interface (thanks @LBRDan)
11+
- feat: ui improve
12+
- fix(linux): packageName and icon is not correct
13+
- refactor: adjust the types for pkg category
14+
15+
**PS** When aggregation mode is enabled, the patch and addon files are automatically associated with base file and not displayed in the list, you can view them in the detail page. It is better to use with file server's recursive query mode
16+
317
## 1.0.0-beta.7
418

519
### Patch Changes

apps/desktop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "desktop",
33
"private": true,
4-
"version": "1.0.0-beta.7",
4+
"version": "1.0.0-beta.8",
55
"productName": "PS4RPS",
66
"description": "Remote pkg sender for PS4",
77
"author": "njzy <njzydark@gmail.com>",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@njzy/ps4-pkg-info": "workspace:^0.1.0",
3737
"axios": "^1.2.1",
38-
"common": "workspace:^1.0.0-beta.7",
38+
"common": "workspace:^1.0.0-beta.8",
3939
"content-disposition": "^0.5.4",
4040
"cross-env": "^7.0.3",
4141
"dotenv": "^16.0.3",

apps/web/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# web
22

3+
## 1.0.0-beta.8
4+
5+
### Patch Changes
6+
7+
- Release new beta version
8+
9+
- feat: support recursive query and recursive query
10+
- feat: allow user to select local binding interface (thanks @LBRDan)
11+
- feat: ui improve
12+
- fix(linux): packageName and icon is not correct
13+
- refactor: adjust the types for pkg category
14+
15+
**PS** When aggregation mode is enabled, the patch and addon files are automatically associated with base file and not displayed in the list, you can view them in the detail page. It is better to use with file server's recursive query mode
16+
17+
- Updated dependencies
18+
- common@1.0.0-beta.8
19+
320
## 1.0.0-beta.7
421

522
### Patch Changes

apps/web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"private": true,
4-
"version": "1.0.0-beta.7",
4+
"version": "1.0.0-beta.8",
55
"engines": {
66
"node": ">=14",
77
"pnpm": "6"
@@ -24,7 +24,7 @@
2424
"@sentry/tracing": "^7.25.0",
2525
"axios": "^1.2.1",
2626
"classnames": "^2.3.2",
27-
"common": "workspace:^1.0.0-beta.7",
27+
"common": "workspace:^1.0.0-beta.8",
2828
"dayjs": "^1.11.7",
2929
"json5": "^2.2.1",
3030
"nanoid": "^4.0.0",

packages/common/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# common
22

3+
## 1.0.0-beta.8
4+
5+
### Patch Changes
6+
7+
- Release new beta version
8+
9+
- feat: support recursive query and recursive query
10+
- feat: allow user to select local binding interface (thanks @LBRDan)
11+
- feat: ui improve
12+
- fix(linux): packageName and icon is not correct
13+
- refactor: adjust the types for pkg category
14+
15+
**PS** When aggregation mode is enabled, the patch and addon files are automatically associated with base file and not displayed in the list, you can view them in the detail page. It is better to use with file server's recursive query mode
16+
317
## 1.0.0-beta.7
418

519
### Patch Changes

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "common",
33
"private": true,
4-
"version": "1.0.0-beta.7",
4+
"version": "1.0.0-beta.8",
55
"engines": {
66
"node": ">=12"
77
},

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)