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

Unverified Commit 4d01f251 authored by Simon Chan's avatar Simon Chan
Browse files

chore: bump version to 0.0.15

parent 12f88c35
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@
        "@fluentui/react-icons": "^2.0.166-rc.3",
        "@fluentui/style-utilities": "^8.6.5",
        "@griffel/react": "^1.0.3",
        "@yume-chan/adb": "^0.0.14",
        "@yume-chan/adb": "^0.0.15",
        "@yume-chan/adb-backend-direct-sockets": "^0.0.9",
        "@yume-chan/adb-backend-webusb": "^0.0.14",
        "@yume-chan/adb-backend-webusb": "^0.0.15",
        "@yume-chan/adb-backend-ws": "^0.0.9",
        "@yume-chan/adb-credential-web": "^0.0.14",
        "@yume-chan/android-bin": "^0.0.14",
        "@yume-chan/adb-credential-web": "^0.0.15",
        "@yume-chan/android-bin": "^0.0.15",
        "@yume-chan/async": "^2.1.4",
        "@yume-chan/event": "^0.0.14",
        "@yume-chan/scrcpy": "^0.0.14",
        "@yume-chan/struct": "^0.0.14",
        "@yume-chan/event": "^0.0.15",
        "@yume-chan/scrcpy": "^0.0.15",
        "@yume-chan/struct": "^0.0.15",
        "mobx": "^6.5.0",
        "mobx-react-lite": "^3.3.0",
        "next": "12.1.5",
+2 −2
Original line number Diff line number Diff line
@@ -34,8 +34,8 @@ reaction(() => GlobalState.device, async device => {
const ReverseTesterPage: NextPage = () => {
    return (
        <div>
            {state.log.map(line => (
                <div>{line}</div>
            {state.log.map((line, index) => (
                <div key={index}>{line}</div>
            ))}
        </div>
    );
+0 −10
Original line number Diff line number Diff line
{
  "changes": [
    {
      "packageName": "@yume-chan/adb-backend-webusb",
      "comment": "Improve connection lifecycle handling",
      "type": "none"
    }
  ],
  "packageName": "@yume-chan/adb-backend-webusb"
}
 No newline at end of file
+0 −10
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb",
            "comment": "Add support for old protocol of `reverse:forward` command before Android 8",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb"
}
+0 −10
Original line number Diff line number Diff line
{
  "changes": [
    {
      "packageName": "@yume-chan/adb",
      "comment": "Improve connection lifecycle handling",
      "type": "none"
    }
  ],
  "packageName": "@yume-chan/adb"
}
 No newline at end of file
Loading