Skip to content

Commit d7a4dd2

Browse files
Version Packages (#419)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 808985d commit d7a4dd2

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/cyan-frogs-judge.md

-5
This file was deleted.

apps/wallet-api-tools/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ledgerhq/wallet-api-tools
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @ledgerhq/wallet-api-simulator@1.2.1
9+
310
## 0.5.0
411

512
### Minor Changes

apps/wallet-api-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/wallet-api-tools",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"repository": "[email protected]:LedgerHQ/wallet-api.git",
55
"private": true,
66
"scripts": {

examples/client-nextjs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ledgerhq/client-nextjs
22

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @ledgerhq/wallet-api-simulator@1.2.1
9+
310
## 0.1.17
411

512
### Patch Changes

examples/client-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/client-nextjs",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/server/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ledgerhq/wallet-api-server
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#418](https://github.com/LedgerHQ/wallet-api/pull/418) [`808985d`](https://github.com/LedgerHQ/wallet-api/commit/808985d7a4a8ca22f3675f25519794cae54658dc) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: mevProtected boolean added to server config object
8+
39
## 1.6.0
410

511
### Minor Changes

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/wallet-api-server",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"license": "MIT",
55
"main": "lib/index.js",
66
"module": "lib-es/index.js",

packages/simulator/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ledgerhq/wallet-api-simulator
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`808985d`](https://github.com/LedgerHQ/wallet-api/commit/808985d7a4a8ca22f3675f25519794cae54658dc)]:
8+
- @ledgerhq/wallet-api-server@1.7.0
9+
310
## 1.2.0
411

512
### Minor Changes

packages/simulator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/wallet-api-simulator",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"main": "lib/index.js",
66
"module": "lib-es/index.js",

0 commit comments

Comments
 (0)