Skip to content

Commit

Permalink
🔖 (release): Versioning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent 5085f6d commit dfaa28b
Show file tree
Hide file tree
Showing 50 changed files with 170 additions and 159 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-berries-jump.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/cool-dancers-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-ducks-confess.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eleven-spies-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-planes-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-walls-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-dots-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-geese-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-shirts-double.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lemon-suits-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-horses-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-islands-pretender.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-olives-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-tools-bower.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-impalas-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-hats-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-buses-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-bats-ring.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-games-brushes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-doors-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-books-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-falcons-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-starfishes-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-hornets-grins.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-nails-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-snakes-agree.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/config/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ledgerhq/eslint-config-dsdk

## 0.0.2

### Patch Changes

- [#438](https://github.com/LedgerHQ/device-sdk-ts/pull/438) [`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5) Thanks [@valpinkman](https://github.com/valpinkman)! - Update license to Apache-2.0
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/eslint-config-dsdk",
"license": "Apache-2.0",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Base ESLint configuration for LedgerHQ DSDK projects",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ledgerhq/jest-config-dsdk

## 1.0.1

### Patch Changes

- [#438](https://github.com/LedgerHQ/device-sdk-ts/pull/438) [`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5) Thanks [@valpinkman](https://github.com/valpinkman)! - Update license to Apache-2.0
2 changes: 1 addition & 1 deletion packages/config/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/jest-config-dsdk",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1",
"main": "jest-preset.js",
"types": "node_modules/ts-jest/dist/index.d.ts",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/config/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ledgerhq/prettier-config-dsdk

## 0.0.2

### Patch Changes

- [#438](https://github.com/LedgerHQ/device-sdk-ts/pull/438) [`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5) Thanks [@valpinkman](https://github.com/valpinkman)! - Update license to Apache-2.0
2 changes: 1 addition & 1 deletion packages/config/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/prettier-config-dsdk",
"license": "Apache-2.0",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"files": [
"index.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/config/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ledgerhq/tsconfig-dsdk

## 1.0.1

### Patch Changes

- [#438](https://github.com/LedgerHQ/device-sdk-ts/pull/438) [`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5) Thanks [@valpinkman](https://github.com/valpinkman)! - Update license to Apache-2.0
2 changes: 1 addition & 1 deletion packages/config/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/tsconfig-dsdk",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"files": [
"tsconfig.sdk.json",
Expand Down
31 changes: 31 additions & 0 deletions packages/device-management-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @ledgerhq/device-management-kit

## 0.4.1

### Patch Changes

- [#438](https://github.com/LedgerHQ/device-sdk-ts/pull/438) [`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5) Thanks [@valpinkman](https://github.com/valpinkman)! - Update license to Apache-2.0

- [#321](https://github.com/LedgerHQ/device-sdk-ts/pull/321) [`123bec8`](https://github.com/LedgerHQ/device-sdk-ts/commit/123bec87ebd6c23922138c44a397bc72919d88e5) Thanks [@valpinkman](https://github.com/valpinkman)! - Use esbuild to build libraries

- [#477](https://github.com/LedgerHQ/device-sdk-ts/pull/477) [`64e8886`](https://github.com/LedgerHQ/device-sdk-ts/commit/64e88863fd93c7140c32be5c91fde231293be7be) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Replace ListDeviceSessionsUseCase with ListConnectedDevicesUseCase

- [#460](https://github.com/LedgerHQ/device-sdk-ts/pull/460) [`a99fe1b`](https://github.com/LedgerHQ/device-sdk-ts/commit/a99fe1bfd362b6b5f9e8ee2489d285766e06272a) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Rename SDK to DMK

- [#221](https://github.com/LedgerHQ/device-sdk-ts/pull/221) [`55d62f2`](https://github.com/LedgerHQ/device-sdk-ts/commit/55d62f2dfe9cd979c99fbc8f8aeed7909c653807) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Add BLE support

- [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40) Thanks [@valpinkman](https://github.com/valpinkman)! - Implement basic Flipper client for the Ledger Device Management Kit

- [#487](https://github.com/LedgerHQ/device-sdk-ts/pull/487) [`afaeb64`](https://github.com/LedgerHQ/device-sdk-ts/commit/afaeb64c1fd2643d74ea8a2cc541c450d78c470c) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Add support for nanoS

- [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40) Thanks [@valpinkman](https://github.com/valpinkman)! - Add mockserver integration with transport

- [#452](https://github.com/LedgerHQ/device-sdk-ts/pull/452) [`9c2daf9`](https://github.com/LedgerHQ/device-sdk-ts/commit/9c2daf90391d5219cfa0f98e500a6f2e1295b454) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Use type keyword when importing type

- [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40) Thanks [@valpinkman](https://github.com/valpinkman)! - Add unlock timeout input in open app device action

- [#357](https://github.com/LedgerHQ/device-sdk-ts/pull/357) [`629900d`](https://github.com/LedgerHQ/device-sdk-ts/commit/629900d681acdc4398445d4167a70811d041dad4) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - WebHid: Rework reconnection logic & fix sendApdu to wait in case of disconnection

- [#392](https://github.com/LedgerHQ/device-sdk-ts/pull/392) [`bd19f5c`](https://github.com/LedgerHQ/device-sdk-ts/commit/bd19f5c27f5a74dc9d58bd25fb021a260ff5e602) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - New use case listenToKnownDevices

- Updated dependencies [[`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5), [`a99fe1b`](https://github.com/LedgerHQ/device-sdk-ts/commit/a99fe1bfd362b6b5f9e8ee2489d285766e06272a), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40)]:
- @ledgerhq/device-transport-kit-mock-client@1.0.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/device-management-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/device-management-kit",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"exports": {
".": {
Expand Down
14 changes: 14 additions & 0 deletions packages/flipper-plugin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @ledgerhq/device-management-kit-flipper-plugin-client

## 1.0.1

### Patch Changes

- [#438](https://github.com/LedgerHQ/device-sdk-ts/pull/438) [`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5) Thanks [@valpinkman](https://github.com/valpinkman)! - Update license to Apache-2.0

- [#460](https://github.com/LedgerHQ/device-sdk-ts/pull/460) [`a99fe1b`](https://github.com/LedgerHQ/device-sdk-ts/commit/a99fe1bfd362b6b5f9e8ee2489d285766e06272a) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Rename SDK to DMK

- [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40) Thanks [@valpinkman](https://github.com/valpinkman)! - Implement basic Flipper client for the Ledger Device Management Kit

- Updated dependencies [[`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5), [`123bec8`](https://github.com/LedgerHQ/device-sdk-ts/commit/123bec87ebd6c23922138c44a397bc72919d88e5), [`64e8886`](https://github.com/LedgerHQ/device-sdk-ts/commit/64e88863fd93c7140c32be5c91fde231293be7be), [`a99fe1b`](https://github.com/LedgerHQ/device-sdk-ts/commit/a99fe1bfd362b6b5f9e8ee2489d285766e06272a), [`55d62f2`](https://github.com/LedgerHQ/device-sdk-ts/commit/55d62f2dfe9cd979c99fbc8f8aeed7909c653807), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`afaeb64`](https://github.com/LedgerHQ/device-sdk-ts/commit/afaeb64c1fd2643d74ea8a2cc541c450d78c470c), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`9c2daf9`](https://github.com/LedgerHQ/device-sdk-ts/commit/9c2daf90391d5219cfa0f98e500a6f2e1295b454), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`629900d`](https://github.com/LedgerHQ/device-sdk-ts/commit/629900d681acdc4398445d4167a70811d041dad4), [`bd19f5c`](https://github.com/LedgerHQ/device-sdk-ts/commit/bd19f5c27f5a74dc9d58bd25fb021a260ff5e602)]:
- @ledgerhq/device-management-kit@0.4.1
2 changes: 1 addition & 1 deletion packages/flipper-plugin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/device-management-kit-flipper-plugin-client",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
40 changes: 40 additions & 0 deletions packages/signer/signer-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
# @ledgerhq/device-signer-kit-solana

## 0.1.0

### Minor Changes

- [#441](https://github.com/LedgerHQ/device-sdk-ts/pull/441) [`7dc299f`](https://github.com/LedgerHQ/device-sdk-ts/commit/7dc299ffff00e970ca2934fb4e69687c5a7de5ae) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Add GetPubKey command

- [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40) Thanks [@valpinkman](https://github.com/valpinkman)! - Add solana getAppConfiguration use case

- [#442](https://github.com/LedgerHQ/device-sdk-ts/pull/442) [`85c3d9a`](https://github.com/LedgerHQ/device-sdk-ts/commit/85c3d9a29ba5332247477ce1f7460f4db96688ac) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Add DefaultSignerSolana and SolanaAppBinder

- [#451](https://github.com/LedgerHQ/device-sdk-ts/pull/451) [`c11b4b8`](https://github.com/LedgerHQ/device-sdk-ts/commit/c11b4b8cc793f2af70dde4eb0265939e758d0271) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Add GetAddressUseCase

- [#489](https://github.com/LedgerHQ/device-sdk-ts/pull/489) [`d9b50a2`](https://github.com/LedgerHQ/device-sdk-ts/commit/d9b50a28e406046d60ccda9c0ae1f217ce7892a1) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Add SignTransaction usecase

- [#439](https://github.com/LedgerHQ/device-sdk-ts/pull/439) [`ec81d50`](https://github.com/LedgerHQ/device-sdk-ts/commit/ec81d50bb671ad2616ff3c6e32fe7cecc6c2c988) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Add SignerSolana interface and models

### Patch Changes

- [#460](https://github.com/LedgerHQ/device-sdk-ts/pull/460) [`6acddca`](https://github.com/LedgerHQ/device-sdk-ts/commit/6acddca516f1fe3d0b95c31b717e9f59b29e762e) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Rename keyring to signer

- [#449](https://github.com/LedgerHQ/device-sdk-ts/pull/449) [`a598a71`](https://github.com/LedgerHQ/device-sdk-ts/commit/a598a71fc5cc1c5850672632cd95733130cec5db) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Added getAppConfigurationCommand in solana-signer

- [#459](https://github.com/LedgerHQ/device-sdk-ts/pull/459) [`35706ec`](https://github.com/LedgerHQ/device-sdk-ts/commit/35706ec654f8cb6ad3ae5b765c065da9bd074f50) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add solana SignDataTask and utils

- [#495](https://github.com/LedgerHQ/device-sdk-ts/pull/495) [`3557142`](https://github.com/LedgerHQ/device-sdk-ts/commit/3557142c6e5ebebd8643b93c118bc6591e28154f) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Added custom Solana errors

- [#453](https://github.com/LedgerHQ/device-sdk-ts/pull/453) [`a23980f`](https://github.com/LedgerHQ/device-sdk-ts/commit/a23980f8746f7a804b59e0122b5e92ebf0336ef1) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Add SignTransaction Command

- [#460](https://github.com/LedgerHQ/device-sdk-ts/pull/460) [`a99fe1b`](https://github.com/LedgerHQ/device-sdk-ts/commit/a99fe1bfd362b6b5f9e8ee2489d285766e06272a) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Rename SDK to DMK

- [#500](https://github.com/LedgerHQ/device-sdk-ts/pull/500) [`4995a57`](https://github.com/LedgerHQ/device-sdk-ts/commit/4995a57598f6e599d548dc657ebc5ee8c74a320b) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Update documentation

- [#455](https://github.com/LedgerHQ/device-sdk-ts/pull/455) [`6394fc9`](https://github.com/LedgerHQ/device-sdk-ts/commit/6394fc9f502fd2f292b5e9c75605b835dd399b26) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Added SignOffChainMsg

- [#467](https://github.com/LedgerHQ/device-sdk-ts/pull/467) [`925cb91`](https://github.com/LedgerHQ/device-sdk-ts/commit/925cb911297c85ac56d45cdbe0cd4f7e72c2234d) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Added Solana SignMessageUseCase

- Updated dependencies [[`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5), [`123bec8`](https://github.com/LedgerHQ/device-sdk-ts/commit/123bec87ebd6c23922138c44a397bc72919d88e5), [`64e8886`](https://github.com/LedgerHQ/device-sdk-ts/commit/64e88863fd93c7140c32be5c91fde231293be7be), [`a99fe1b`](https://github.com/LedgerHQ/device-sdk-ts/commit/a99fe1bfd362b6b5f9e8ee2489d285766e06272a), [`55d62f2`](https://github.com/LedgerHQ/device-sdk-ts/commit/55d62f2dfe9cd979c99fbc8f8aeed7909c653807), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`afaeb64`](https://github.com/LedgerHQ/device-sdk-ts/commit/afaeb64c1fd2643d74ea8a2cc541c450d78c470c), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`9c2daf9`](https://github.com/LedgerHQ/device-sdk-ts/commit/9c2daf90391d5219cfa0f98e500a6f2e1295b454), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`629900d`](https://github.com/LedgerHQ/device-sdk-ts/commit/629900d681acdc4398445d4167a70811d041dad4), [`bd19f5c`](https://github.com/LedgerHQ/device-sdk-ts/commit/bd19f5c27f5a74dc9d58bd25fb021a260ff5e602)]:
- @ledgerhq/device-management-kit@0.4.1
- @ledgerhq/signer-utils@1.0.1
2 changes: 1 addition & 1 deletion packages/signer/signer-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/device-signer-kit-solana",
"version": "0.0.1",
"version": "0.1.0",
"license": "Apache-2.0",
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions packages/signer/signer-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# @ledgerhq/signer-utils

## 1.0.1

### Patch Changes

- [#452](https://github.com/LedgerHQ/device-sdk-ts/pull/452) [`9c2daf9`](https://github.com/LedgerHQ/device-sdk-ts/commit/9c2daf90391d5219cfa0f98e500a6f2e1295b454) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Use type keyword when importing type

- Updated dependencies [[`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5), [`123bec8`](https://github.com/LedgerHQ/device-sdk-ts/commit/123bec87ebd6c23922138c44a397bc72919d88e5), [`64e8886`](https://github.com/LedgerHQ/device-sdk-ts/commit/64e88863fd93c7140c32be5c91fde231293be7be), [`a99fe1b`](https://github.com/LedgerHQ/device-sdk-ts/commit/a99fe1bfd362b6b5f9e8ee2489d285766e06272a), [`55d62f2`](https://github.com/LedgerHQ/device-sdk-ts/commit/55d62f2dfe9cd979c99fbc8f8aeed7909c653807), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`afaeb64`](https://github.com/LedgerHQ/device-sdk-ts/commit/afaeb64c1fd2643d74ea8a2cc541c450d78c470c), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`9c2daf9`](https://github.com/LedgerHQ/device-sdk-ts/commit/9c2daf90391d5219cfa0f98e500a6f2e1295b454), [`5085f6d`](https://github.com/LedgerHQ/device-sdk-ts/commit/5085f6dd397b5800849e34f593e71fd9c61c0e40), [`629900d`](https://github.com/LedgerHQ/device-sdk-ts/commit/629900d681acdc4398445d4167a70811d041dad4), [`bd19f5c`](https://github.com/LedgerHQ/device-sdk-ts/commit/bd19f5c27f5a74dc9d58bd25fb021a260ff5e602)]:
- @ledgerhq/device-management-kit@0.4.1
2 changes: 1 addition & 1 deletion packages/signer/signer-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/signer-utils",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"private": true,
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tools/esbuild-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ledgerhq/esbuild-tools

## 0.0.2

### Patch Changes

- [#438](https://github.com/LedgerHQ/device-sdk-ts/pull/438) [`d6273ed`](https://github.com/LedgerHQ/device-sdk-ts/commit/d6273ed00b61d273ebc42bd5dfa16ce4c5641af5) Thanks [@valpinkman](https://github.com/valpinkman)! - Update license to Apache-2.0
2 changes: 1 addition & 1 deletion packages/tools/esbuild-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/esbuild-tools",
"license": "Apache-2.0",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Build and watch tools for Ledger Device Management Kit",
"bin": {
Expand Down
Loading

0 comments on commit dfaa28b

Please sign in to comment.