Skip to content

Commit

Permalink
Version Packages (#419)
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 Jan 7, 2025
1 parent 808985d commit d7a4dd2
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-frogs-judge.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/wallet-api-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/wallet-api-tools

## 0.5.1

### Patch Changes

- Updated dependencies []:
- @ledgerhq/wallet-api-simulator@1.2.1

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-api-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-tools",
"version": "0.5.0",
"version": "0.5.1",
"repository": "[email protected]:LedgerHQ/wallet-api.git",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/client-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/client-nextjs

## 0.1.18

### Patch Changes

- Updated dependencies []:
- @ledgerhq/wallet-api-simulator@1.2.1

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/client-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/client-nextjs",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ledgerhq/wallet-api-server

## 1.7.0

### Minor Changes

- [#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

## 1.6.0

### Minor 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": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/wallet-api-simulator

## 1.2.1

### Patch Changes

- Updated dependencies [[`808985d`](https://github.com/LedgerHQ/wallet-api/commit/808985d7a4a8ca22f3675f25519794cae54658dc)]:
- @ledgerhq/wallet-api-server@1.7.0

## 1.2.0

### Minor 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": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down

0 comments on commit d7a4dd2

Please sign in to comment.