Skip to content

Commit

Permalink
Version Packages (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 28, 2022
1 parent 0dd40b3 commit 6bddacc
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/gorgeous-hairs-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-ears-exist.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ledgerhq/wallet-api-client

## 0.8.0

### Minor Changes

- [#51](https://github.com/LedgerHQ/wallet-api/pull/51) [`fcb24f5`](https://github.com/LedgerHQ/wallet-api/commit/fcb24f541ad04698185ad7a58280513d42d2669f) Thanks [@Justkant](https://github.com/Justkant)! - refactor: deviceId to transportId

- [#52](https://github.com/LedgerHQ/wallet-api/pull/52) [`0dd40b3`](https://github.com/LedgerHQ/wallet-api/commit/0dd40b31c74fe2fa5f87d2df47944aa5fe652a9a) Thanks [@Justkant](https://github.com/Justkant)! - feat: add optional params to device.transport

### Patch Changes

- Updated dependencies [[`fcb24f5`](https://github.com/LedgerHQ/wallet-api/commit/fcb24f541ad04698185ad7a58280513d42d2669f), [`0dd40b3`](https://github.com/LedgerHQ/wallet-api/commit/0dd40b31c74fe2fa5f87d2df47944aa5fe652a9a)]:
- @ledgerhq/wallet-api-core@0.8.0

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-client",
"version": "0.7.1",
"version": "0.8.0",
"repository": "[email protected]:LedgerHQ/wallet-api.git",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/wallet-api-core

## 0.8.0

### Minor Changes

- [#51](https://github.com/LedgerHQ/wallet-api/pull/51) [`fcb24f5`](https://github.com/LedgerHQ/wallet-api/commit/fcb24f541ad04698185ad7a58280513d42d2669f) Thanks [@Justkant](https://github.com/Justkant)! - refactor: deviceId to transportId

- [#52](https://github.com/LedgerHQ/wallet-api/pull/52) [`0dd40b3`](https://github.com/LedgerHQ/wallet-api/commit/0dd40b31c74fe2fa5f87d2df47944aa5fe652a9a) Thanks [@Justkant](https://github.com/Justkant)! - feat: add optional params to device.transport

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-core",
"version": "0.7.0",
"version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/manifest-validator-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @ledgerhq/wallet-api-manifest-validator-cli

## 0.1.1

### Patch Changes

- Updated dependencies [[`fcb24f5`](https://github.com/LedgerHQ/wallet-api/commit/fcb24f541ad04698185ad7a58280513d42d2669f), [`0dd40b3`](https://github.com/LedgerHQ/wallet-api/commit/0dd40b31c74fe2fa5f87d2df47944aa5fe652a9a)]:
- @ledgerhq/wallet-api-core@0.8.0
- @ledgerhq/wallet-api-manifest-validator@0.1.1
2 changes: 1 addition & 1 deletion packages/manifest-validator-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-manifest-validator-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "This package checks if your manifest.json file meets the requirements for Ledger wallet App manifest submission.",
"license": "MIT",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/manifest-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @ledgerhq/wallet-api-manifest-validator

## 0.1.1

### Patch Changes

- Updated dependencies [[`fcb24f5`](https://github.com/LedgerHQ/wallet-api/commit/fcb24f541ad04698185ad7a58280513d42d2669f), [`0dd40b3`](https://github.com/LedgerHQ/wallet-api/commit/0dd40b31c74fe2fa5f87d2df47944aa5fe652a9a)]:
- @ledgerhq/wallet-api-core@0.8.0
2 changes: 1 addition & 1 deletion packages/manifest-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-manifest-validator",
"version": "0.1.0",
"version": "0.1.1",
"description": "This package checks if your manifest.json file meets the requirements for Ledger wallet App manifest submission.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ledgerhq/wallet-api-server

## 0.8.0

### Minor Changes

- [#51](https://github.com/LedgerHQ/wallet-api/pull/51) [`fcb24f5`](https://github.com/LedgerHQ/wallet-api/commit/fcb24f541ad04698185ad7a58280513d42d2669f) Thanks [@Justkant](https://github.com/Justkant)! - refactor: deviceId to transportId

### Patch Changes

- Updated dependencies [[`fcb24f5`](https://github.com/LedgerHQ/wallet-api/commit/fcb24f541ad04698185ad7a58280513d42d2669f), [`0dd40b3`](https://github.com/LedgerHQ/wallet-api/commit/0dd40b31c74fe2fa5f87d2df47944aa5fe652a9a)]:
- @ledgerhq/wallet-api-core@0.8.0

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-server",
"version": "0.7.1",
"version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ledgerhq/wallet-api-simulator

## 0.6.3

### Patch Changes

- Updated dependencies [[`fcb24f5`](https://github.com/LedgerHQ/wallet-api/commit/fcb24f541ad04698185ad7a58280513d42d2669f), [`0dd40b3`](https://github.com/LedgerHQ/wallet-api/commit/0dd40b31c74fe2fa5f87d2df47944aa5fe652a9a)]:
- @ledgerhq/wallet-api-client@0.8.0
- @ledgerhq/wallet-api-core@0.8.0
- @ledgerhq/wallet-api-server@0.8.0

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-simulator",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down

0 comments on commit 6bddacc

Please sign in to comment.