Skip to content

Commit

Permalink
chore: bump version to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed May 28, 2022
1 parent 8f3f1fc commit 9265c72
Show file tree
Hide file tree
Showing 45 changed files with 226 additions and 208 deletions.
14 changes: 7 additions & 7 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"@fluentui/react-icons": "^2.0.166-rc.3",
"@fluentui/style-utilities": "^8.6.5",
"@griffel/react": "^1.0.4",
"@yume-chan/adb": "^0.0.15",
"@yume-chan/adb": "^0.0.16",
"@yume-chan/adb-backend-direct-sockets": "^0.0.9",
"@yume-chan/adb-backend-webusb": "^0.0.15",
"@yume-chan/adb-backend-webusb": "^0.0.16",
"@yume-chan/adb-backend-ws": "^0.0.9",
"@yume-chan/adb-credential-web": "^0.0.15",
"@yume-chan/android-bin": "^0.0.15",
"@yume-chan/adb-credential-web": "^0.0.16",
"@yume-chan/android-bin": "^0.0.16",
"@yume-chan/async": "^2.1.4",
"@yume-chan/event": "^0.0.15",
"@yume-chan/scrcpy": "^0.0.15",
"@yume-chan/struct": "^0.0.15",
"@yume-chan/event": "^0.0.16",
"@yume-chan/scrcpy": "^0.0.16",
"@yume-chan/struct": "^0.0.16",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.4.0",
"next": "12.1.6",
Expand Down

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/adb/master_2022-05-26-05-17.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/adb/master_2022-05-26-05-18.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/adb/master_2022-05-26-05-19.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/adb/master_2022-05-26-05-20.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/android-bin/master_2022-05-26-05-17.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/android-bin/master_2022-05-26-05-18.json

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/event/master_2022-05-26-05-17.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/scrcpy/master_2022-05-26-05-17.json

This file was deleted.

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

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/scrcpy/master_2022-05-26-05-19.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/struct/master_2022-05-11-04-10.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/struct/master_2022-05-26-05-17.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/struct/master_2022-05-26-05-18.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/struct/master_2022-05-26-05-19.json

This file was deleted.

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.15",
"version": "0.0.16",
"nextBump": "patch"
}
]
2 changes: 1 addition & 1 deletion libraries/adb-backend-direct-sockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@yume-chan/ts-package-builder": "^1.0.0"
},
"dependencies": {
"@yume-chan/adb": "^0.0.15",
"@yume-chan/adb": "^0.0.16",
"tslib": "^2.3.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.16",
"tag": "@yume-chan/adb-backend-webusb_v0.0.16",
"date": "Sat, 28 May 2022 03:56:37 GMT",
"comments": {
"none": [
{
"comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
}
]
}
},
{
"version": "0.0.15",
"tag": "@yume-chan/adb-backend-webusb_v0.0.15",
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 Mon, 02 May 2022 04:18:01 GMT and should not be manually modified.
This log was last generated on Sat, 28 May 2022 03:56:37 GMT and should not be manually modified.

## 0.0.16
Sat, 28 May 2022 03:56:37 GMT

### Updates

- Upgrade TypeScript to 4.7.2 to enable Node.js ESM

## 0.0.15
Mon, 02 May 2022 04:18:01 GMT
Expand Down
6 changes: 3 additions & 3 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.15",
"version": "0.0.16",
"description": "Backend for `@yume-chan/adb` using WebUSB API.",
"keywords": [
"webusb",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@types/w3c-web-usb": "^1.0.4",
"@yume-chan/adb": "^0.0.15",
"@yume-chan/struct": "^0.0.15",
"@yume-chan/adb": "^0.0.16",
"@yume-chan/struct": "^0.0.16",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/adb-backend-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@yume-chan/ts-package-builder": "^1.0.0"
},
"dependencies": {
"@yume-chan/adb": "^0.0.15",
"@yume-chan/adb": "^0.0.16",
"tslib": "^2.3.1"
}
}
12 changes: 12 additions & 0 deletions libraries/adb-credential-web/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@yume-chan/adb-credential-web",
"entries": [
{
"version": "0.0.16",
"tag": "@yume-chan/adb-credential-web_v0.0.16",
"date": "Sat, 28 May 2022 03:56:37 GMT",
"comments": {
"none": [
{
"comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
}
]
}
},
{
"version": "0.0.15",
"tag": "@yume-chan/adb-credential-web_v0.0.15",
Expand Down
9 changes: 8 additions & 1 deletion libraries/adb-credential-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yume-chan/adb-credential-web

This log was last generated on Mon, 02 May 2022 04:18:01 GMT and should not be manually modified.
This log was last generated on Sat, 28 May 2022 03:56:37 GMT and should not be manually modified.

## 0.0.16
Sat, 28 May 2022 03:56:37 GMT

### Updates

- Upgrade TypeScript to 4.7.2 to enable Node.js ESM

## 0.0.15
Mon, 02 May 2022 04:18:01 GMT
Expand Down
4 changes: 2 additions & 2 deletions libraries/adb-credential-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yume-chan/adb-credential-web",
"version": "0.0.15",
"version": "0.0.16",
"description": "Credential Store for `@yume-chan/adb` using Web LocalStorage API.",
"keywords": [
"adb"
Expand Down Expand Up @@ -33,7 +33,7 @@
"@yume-chan/ts-package-builder": "^1.0.0"
},
"dependencies": {
"@yume-chan/adb": "^0.0.15",
"@yume-chan/adb": "^0.0.16",
"tslib": "^2.3.1"
}
}
21 changes: 21 additions & 0 deletions libraries/adb/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@yume-chan/adb",
"entries": [
{
"version": "0.0.16",
"tag": "@yume-chan/adb_v0.0.16",
"date": "Sat, 28 May 2022 03:56:37 GMT",
"comments": {
"none": [
{
"comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
},
{
"comment": "Upgrade web-streams-polyfill to 4.0.0-beta.3, fix an issue where `Adb#close()` doesn't release the connection."
},
{
"comment": "Fix an issue where `AdbSocket#readable#cancel()` stalls the connection."
},
{
"comment": "Improve performance of `BufferedStream` by up to 100%."
}
]
}
},
{
"version": "0.0.15",
"tag": "@yume-chan/adb_v0.0.15",
Expand Down
12 changes: 11 additions & 1 deletion libraries/adb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log - @yume-chan/adb

This log was last generated on Mon, 02 May 2022 04:18:01 GMT and should not be manually modified.
This log was last generated on Sat, 28 May 2022 03:56:37 GMT and should not be manually modified.

## 0.0.16
Sat, 28 May 2022 03:56:37 GMT

### Updates

- Upgrade TypeScript to 4.7.2 to enable Node.js ESM
- Upgrade web-streams-polyfill to 4.0.0-beta.3, fix an issue where `Adb#close()` doesn't release the connection.
- Fix an issue where `AdbSocket#readable#cancel()` stalls the connection.
- Improve performance of `BufferedStream` by up to 100%.

## 0.0.15
Mon, 02 May 2022 04:18:01 GMT
Expand Down
Loading

1 comment on commit 9265c72

@vercel
Copy link

@vercel vercel bot commented on 9265c72 May 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ya-webadb – ./

ya-webadb-yume-chan.vercel.app
ya-webadb-git-master-yume-chan.vercel.app
ya-webadb.vercel.app

Please sign in to comment.