Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Mar 21, 2024
1 parent ffa511e commit d81bc8e
Show file tree
Hide file tree
Showing 68 changed files with 373 additions and 243 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -18,7 +20,6 @@ jobs:
node-version: 18

- run: node common/scripts/install-run-rush.js install
- run: node common/scripts/install-run-rush.js build --verbose
- run: node common/scripts/install-run-rush.js publish -p --include-all --set-access-level public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:

- run: node common/scripts/install-run-rush.js install
- run: node common/scripts/install-run-rush.js build --verbose
- run: node common/scripts/install-run-rush.js test --verbose
- run: node common/scripts/install-run-rush.js lint --verbose
8 changes: 4 additions & 4 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"tango-cli": "esm/index.js"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.22",
"@yume-chan/adb-server-node-tcp": "workspace:^0.0.22",
"@yume-chan/android-bin": "workspace:^0.0.22",
"@yume-chan/stream-extra": "workspace:^0.0.22",
"@yume-chan/adb": "workspace:^0.0.23",
"@yume-chan/adb-server-node-tcp": "workspace:^0.0.23",
"@yume-chan/android-bin": "workspace:^0.0.23",
"@yume-chan/stream-extra": "workspace:^0.0.23",
"commander": "^12.0.0",
"source-map-support": "^0.5.21",
"tslib": "^2.6.2"
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/adb/main_2024-02-01-06-38.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/adb/main_2024-02-01-06-39.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/adb/main_2024-02-01-06-40.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/android-bin/main_2024-02-01-06-38.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/aoa/main_2024-02-01-06-38.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/scrcpy/main_2024-02-01-06-38.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/stream-extra/main_2024-02-01-06-38.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/stream-extra/main_2024-02-01-06-39.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@yume-chan/stream-extra/main_2024-02-01-06-40.json

This file was deleted.

68 changes: 34 additions & 34 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": "1800fec10e5ab746a0f21f3a524ef9fa6c3e0099",
"pnpmShrinkwrapHash": "b3494aa9605b4379d202c13ea51482ea3da9b269",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
Loading

0 comments on commit d81bc8e

Please sign in to comment.