Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit adfcc12a authored by Simon Chan's avatar Simon Chan
Browse files

chore: bump version

parent ffa511e8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ jobs:
  publish:
    name: Publish
    runs-on: ubuntu-latest
    permissions:
      id-token: write
    steps:
      - name: Checkout
        uses: actions/checkout@v3
+1 −0
Original line number Diff line number Diff line
@@ -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
+4 −4
Original line number Diff line number Diff line
@@ -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"
+0 −10
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb-daemon-webusb",
            "comment": "Fix `AdbDaemonWebUsbDeviceManager.getDevices` doesn't match auto-generated serial number against `filters.serialNumber` (if the device doesn't have a serial number)",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb-daemon-webusb"
}
+0 −10
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb",
            "comment": "Refactor `AdbSubprocessShellProtocol` (this shouldn't affect usage)",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb"
}
Loading