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

Unverified Commit 748c4b23 authored by Simon Chan's avatar Simon Chan
Browse files

chore: release version 2.1.0

parent e6f2c263
Loading
Loading
Loading
Loading

.changeset/lazy-pianos-allow.md

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
---
"@yume-chan/stream-extra": minor
---

Add `Consumable.WrapByteReadableStream` and `MaybeConsumable.WrapWritableStream`

.changeset/neat-taxes-pick.md

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
---
"@yume-chan/adb": minor
---

Add state filters to `AdbServerClient.prototype.getDevices` and `AdbServerClient.prototype.trackDevices`

.changeset/spicy-memes-behave.md

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
---
"@yume-chan/adb": patch
---

Add `AdbServerClient.prototype.createAdb()` as a shorthand for `createTransport` and `new Adb`
+8 −0
Original line number Diff line number Diff line
# Change Log - @yume-chan/adb-credential-web

## 2.1.0

### Patch Changes

- Updated dependencies [a835eb8]
- Updated dependencies [dbcfd34]
    - @yume-chan/adb@2.1.0

## 2.0.1

### Patch Changes
+1 −1
Original line number Diff line number Diff line
{
    "name": "@yume-chan/adb-credential-web",
    "version": "2.0.1",
    "version": "2.1.0",
    "description": "Credential Store for `@yume-chan/adb` using WebCrypto and IndexedDB APIs.",
    "keywords": [
        "adb"
Loading