Skip to content

Commit

Permalink
🔖 (snapshot): Snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Dec 23, 2024
1 parent d978fdc commit 98fcbbe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .changeset/chilly-carpets-press-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@ledgerhq/device-management-kit": minor
"@ledgerhq/device-transport-kit-web-ble": minor
"@ledgerhq/device-transport-kit-web-hid": minor
---

Extract Transports to their own module
3 changes: 0 additions & 3 deletions .changeset/chilly-carpets-press.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
"@ledgerhq/device-management-kit": minor
"@ledgerhq/device-transport-kit-mockserver": minor
"@ledgerhq/device-transport-kit-web-ble": minor
"@ledgerhq/device-transport-kit-web-hid": minor
"@ledgerhq/device-management-kit-sample": minor
---

Expand Down
2 changes: 1 addition & 1 deletion packages/transport/web-ble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ledgerhq/device-transport-kit-web-ble",
"version": "0.0.1",
"license": "Apache-2.0",
"private": true,
"private": false,
"exports": {
".": {
"types": "./lib/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/web-hid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ledgerhq/device-transport-kit-web-hid",
"version": "0.0.1",
"license": "Apache-2.0",
"private": true,
"private": false,
"exports": {
".": {
"types": "./lib/types/index.d.ts",
Expand Down

0 comments on commit 98fcbbe

Please sign in to comment.