Skip to content

Commit

Permalink
Bump DW and MW
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Oct 17, 2024
1 parent 7acf7f3 commit 383ca0a
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-donkeys-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-bats-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-tables-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-bobcats-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-pumas-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-squids-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-suns-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-lizards-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-apricots-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-coins-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-ties-burn.md

This file was deleted.

18 changes: 18 additions & 0 deletions apps/desktop-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# alephium-desktop-wallet

## 2.4.0

### Minor Changes

- 61ab7c9: Improve data loading experience with offline storage

### Patch Changes

- f12de08: Replace data fetching library from Redux to Tanstack (React Query)
- 47f4f2c: Warn user when wallet has too many addresses
- 93225ad: Fix app crash on invalid received WalletConnect data
- a8d5454: Display total transaction worth when sending
- f12de08: Improve display of pending transactions
- 312beb0: Allow user to delete addresses in bulk
- 407cbf5: Display address derivation path in developer tools
- 7161163: Improve NFT sending flow
- f0acbad: Allow user to delete address from their address list

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alephium-desktop-wallet",
"description": "The official Alephium wallet",
"version": "2.4.0-rc.7",
"version": "2.4.0",
"author": "Alephium dev <[email protected]>",
"main": "public/electron.js",
"homepage": "./",
Expand Down
6 changes: 6 additions & 0 deletions apps/mobile-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alephium/mobile-wallet

## 1.1.9

### Patch Changes

- abb7ffe: Integrate Sentry for improved crash reporting

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/mobile-wallet",
"version": "1.1.8",
"version": "1.1.9",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 383ca0a

Please sign in to comment.