Skip to content

Commit

Permalink
chore: bump version to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Jan 25, 2023
1 parent 6425e54 commit 9705738
Show file tree
Hide file tree
Showing 47 changed files with 275 additions and 177 deletions.
20 changes: 10 additions & 10 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"@fluentui/react-icons": "^2.0.191",
"@fluentui/style-utilities": "^8.8.5",
"@griffel/react": "^1.5.2",
"@yume-chan/adb": "workspace:^0.0.17",
"@yume-chan/adb": "workspace:^0.0.18",
"@yume-chan/adb-backend-direct-sockets": "workspace:^0.0.9",
"@yume-chan/adb-backend-webusb": "workspace:^0.0.17",
"@yume-chan/adb-backend-webusb": "workspace:^0.0.18",
"@yume-chan/adb-backend-ws": "workspace:^0.0.9",
"@yume-chan/adb-credential-web": "workspace:^0.0.17",
"@yume-chan/android-bin": "workspace:^0.0.17",
"@yume-chan/adb-credential-web": "workspace:^0.0.18",
"@yume-chan/android-bin": "workspace:^0.0.18",
"@yume-chan/async": "^2.2.0",
"@yume-chan/b-tree": "workspace:^0.0.16",
"@yume-chan/event": "workspace:^0.0.17",
"@yume-chan/scrcpy": "workspace:^0.0.17",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.17",
"@yume-chan/scrcpy-decoder-webcodecs": "workspace:^0.0.17",
"@yume-chan/stream-extra": "workspace:^0.0.17",
"@yume-chan/event": "workspace:^0.0.18",
"@yume-chan/scrcpy": "workspace:^0.0.18",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.18",
"@yume-chan/scrcpy-decoder-webcodecs": "workspace:^0.0.18",
"@yume-chan/stream-extra": "workspace:^0.0.18",
"@yume-chan/stream-saver": "^2.0.6",
"@yume-chan/struct": "workspace:^0.0.17",
"@yume-chan/struct": "workspace:^0.0.18",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"next": "13.1.1",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/scrcpy/main_2022-10-18-10-09.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/scrcpy/main_2022-10-18-10-10.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/scrcpy/main_2023-01-20-06-04.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/stream-extra/main_2023-01-20-06-04.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/struct/main_2023-01-20-06-04.json

This file was deleted.

72 changes: 36 additions & 36 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "3a3936426b1fb5a8dbdf8e380d6b6364efa76c12",
"pnpmShrinkwrapHash": "cc0a83ec8632b8d767ce54866717a4770246d3dd",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "adb",
"version": "0.0.17",
"version": "0.0.18",
"nextBump": "patch"
}
]
4 changes: 2 additions & 2 deletions libraries/adb-backend-direct-sockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.17",
"@yume-chan/stream-extra": "workspace:^0.0.17",
"@yume-chan/adb": "workspace:^0.0.18",
"@yume-chan/stream-extra": "workspace:^0.0.18",
"tslib": "^2.4.1"
}
}
12 changes: 12 additions & 0 deletions libraries/adb-backend-webusb/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@yume-chan/adb-backend-webusb",
"entries": [
{
"version": "0.0.18",
"tag": "@yume-chan/adb-backend-webusb_v0.0.18",
"date": "Wed, 25 Jan 2023 21:33:49 GMT",
"comments": {
"none": [
{
"comment": "Add an option to specify USB filters"
}
]
}
},
{
"version": "0.0.17",
"tag": "@yume-chan/adb-backend-webusb_v0.0.17",
Expand Down
9 changes: 8 additions & 1 deletion libraries/adb-backend-webusb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yume-chan/adb-backend-webusb

This log was last generated on Tue, 18 Oct 2022 09:32:30 GMT and should not be manually modified.
This log was last generated on Wed, 25 Jan 2023 21:33:49 GMT and should not be manually modified.

## 0.0.18
Wed, 25 Jan 2023 21:33:49 GMT

### Updates

- Add an option to specify USB filters

## 0.0.17
Tue, 18 Oct 2022 09:32:30 GMT
Expand Down
8 changes: 4 additions & 4 deletions libraries/adb-backend-webusb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yume-chan/adb-backend-webusb",
"version": "0.0.17",
"version": "0.0.18",
"description": "Backend for `@yume-chan/adb` using WebUSB API.",
"keywords": [
"webusb",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@types/w3c-web-usb": "^1.0.6",
"@yume-chan/adb": "workspace:^0.0.17",
"@yume-chan/stream-extra": "workspace:^0.0.17",
"@yume-chan/struct": "workspace:^0.0.17",
"@yume-chan/adb": "workspace:^0.0.18",
"@yume-chan/stream-extra": "workspace:^0.0.18",
"@yume-chan/struct": "workspace:^0.0.18",
"tslib": "^2.4.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libraries/adb-backend-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.17",
"@yume-chan/stream-extra": "workspace:^0.0.17",
"@yume-chan/adb": "workspace:^0.0.18",
"@yume-chan/stream-extra": "workspace:^0.0.18",
"tslib": "^2.4.1"
}
}
6 changes: 6 additions & 0 deletions libraries/adb-credential-web/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@yume-chan/adb-credential-web",
"entries": [
{
"version": "0.0.18",
"tag": "@yume-chan/adb-credential-web_v0.0.18",
"date": "Wed, 25 Jan 2023 21:33:49 GMT",
"comments": {}
},
{
"version": "0.0.17",
"tag": "@yume-chan/adb-credential-web_v0.0.17",
Expand Down
Loading

0 comments on commit 9705738

Please sign in to comment.