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

Unverified Commit 35ddda45 authored by Simon Chan's avatar Simon Chan
Browse files

chore: prepare release

parent c3a61f9b
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
        "write-heading-ids": "docusaurus write-heading-ids"
    },
    "dependencies": {
        "@docusaurus/core": "^2.0.0-beta.0",
        "@docusaurus/preset-classic": "^2.0.0-beta.0",
        "@docusaurus/core": "^2.0.0-beta.18",
        "@docusaurus/preset-classic": "^2.0.0-beta.18",
        "@mdx-js/react": "^1.6.21",
        "@svgr/webpack": "^5.5.0",
        "@svgr/webpack": "^6.2.1",
        "clsx": "^1.1.1",
        "file-loader": "^6.2.0",
        "react": "^17.0.2",
@@ -38,9 +38,9 @@
        ]
    },
    "devDependencies": {
        "plantuml-encoder": "~1.4.0",
        "mini-svg-data-uri": "~1.3.3",
        "node-fetch": "~2.6.1",
        "plantuml-encoder": "^1.4.0",
        "mini-svg-data-uri": "^1.3.3",
        "node-fetch": "^2.6.1",
        "unist-util-visit": "^2.0.0"
    }
}
+2 −2
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@
        "@fluentui/react": "^8.63.0",
        "@fluentui/react-file-type-icons": "^8.6.6",
        "@fluentui/react-hooks": "^8.5.3",
        "@fluentui/react-icons": "^2.0.164-rc.2",
        "@fluentui/react-icons": "^2.0.166-rc.3",
        "@fluentui/style-utilities": "^8.6.5",
        "@griffel/react": "^1.0.2",
        "@griffel/react": "^1.0.3",
        "@yume-chan/adb": "^0.0.12",
        "@yume-chan/adb-backend-direct-sockets": "^0.0.9",
        "@yume-chan/adb-backend-webusb": "^0.0.12",
+9 −9
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    "changes": [
        {
            "packageName": "@yume-chan/adb-backend-webusb",
      "comment": "Fix an issue where `transferIn` too little bytes results in `babble` status on non-Windows platforms",
            "comment": "Workaround an issue in Chrome where `transferIn` never returns `babble` on Windows",
            "type": "none"
        }
    ],
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb",
            "comment": "Add support for LIS2 command in Sync protocol",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb"
}
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb",
            "comment": "Add workaround for the push_mkdir issue in Android 9",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb"
}
Loading