mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
chore: bump versions
This commit is contained in:
parent
740086d27f
commit
2b9c4f106e
86 changed files with 402 additions and 373 deletions
|
@ -1,6 +1,18 @@
|
|||
{
|
||||
"name": "@yume-chan/adb-scrcpy",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.21",
|
||||
"tag": "@yume-chan/adb-scrcpy_v0.0.21",
|
||||
"date": "Fri, 25 Aug 2023 14:05:18 GMT",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "Add support for Scrcpy server version 2.1 and 2.1.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.0.20",
|
||||
"tag": "@yume-chan/adb-scrcpy_v0.0.20",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - @yume-chan/adb-scrcpy
|
||||
|
||||
This log was last generated on Mon, 05 Jun 2023 02:51:41 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 25 Aug 2023 14:05:18 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.21
|
||||
Fri, 25 Aug 2023 14:05:18 GMT
|
||||
|
||||
### Updates
|
||||
|
||||
- Add support for Scrcpy server version 2.1 and 2.1.1
|
||||
|
||||
## 0.0.20
|
||||
Mon, 05 Jun 2023 02:51:41 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@yume-chan/adb-scrcpy",
|
||||
"version": "0.0.20",
|
||||
"version": "0.0.21",
|
||||
"description": "Use `@yume-chan/adb` to bootstrap `@yume-chan/scrcpy`.",
|
||||
"keywords": [
|
||||
"adb",
|
||||
|
@ -33,12 +33,12 @@
|
|||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yume-chan/adb": "workspace:^0.0.20",
|
||||
"@yume-chan/adb": "workspace:^0.0.21",
|
||||
"@yume-chan/async": "^2.2.0",
|
||||
"@yume-chan/event": "workspace:^0.0.20",
|
||||
"@yume-chan/scrcpy": "workspace:^0.0.20",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.20",
|
||||
"@yume-chan/struct": "workspace:^0.0.20",
|
||||
"@yume-chan/event": "workspace:^0.0.21",
|
||||
"@yume-chan/scrcpy": "workspace:^0.0.21",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.21",
|
||||
"@yume-chan/struct": "workspace:^0.0.21",
|
||||
"tslib": "^2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue