Skip to content

Commit

Permalink
Version Packages (wc-hackathon) (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored Mar 21, 2024
2 parents 130b004 + 65357dd commit f2f70da
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"changesets": [
"heavy-windows-peel",
"light-maps-arrive",
"quick-colts-worry"
"quick-colts-worry",
"ten-dogs-own"
]
}
7 changes: 7 additions & 0 deletions apps/sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/device-sdk-sample

## 0.1.1-wc-hackathon.3

### Patch Changes

- Updated dependencies [[`130b004`](/~https://github.com/LedgerHQ/device-sdk-ts/commit/130b004f7b2c0a6d58471781b3f416d627cfc12e)]:
- @ledgerhq/device-sdk-core@0.0.2-wc-hackathon.3

## 0.1.1-wc-hackathon.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/device-sdk-sample",
"version": "0.1.1-wc-hackathon.2",
"version": "0.1.1-wc-hackathon.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ledgerhq/device-sdk-core

## 0.0.2-wc-hackathon.3

### Patch Changes

- [#42](/~https://github.com/LedgerHQ/device-sdk-ts/pull/42) [`130b004`](/~https://github.com/LedgerHQ/device-sdk-ts/commit/130b004f7b2c0a6d58471781b3f416d627cfc12e) Thanks [@valpinkman](/~https://github.com/valpinkman)! - this time for real

## 0.0.2-wc-hackathon.2

### Patch 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/device-sdk-core",
"version": "0.0.2-wc-hackathon.2",
"version": "0.0.2-wc-hackathon.3",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f2f70da

Please sign in to comment.