Skip to content

Commit

Permalink
Bump dw to 2.2.4 and mw to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Mar 8, 2024
1 parent 65832ae commit 7a860e0
Show file tree
Hide file tree
Showing 23 changed files with 31 additions and 85 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-onions-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-shrimps-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-windows-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-zebras-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-icons-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-jeans-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-rocks-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-donkeys-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-wombats-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-ads-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-worms-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-geese-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-gifts-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-moles-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-zebras-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-eagles-hide.md

This file was deleted.

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

## 2.2.4

### Patch Changes

- a588dfb: Hide token tag for tokens not in token list
- a588dfb: Handle failure of token list API call
- 5985729: Fix display of NFTs in transaction list
- 548615e: Sort tokens based on fiat worth

## 2.2.3

### 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.2.3",
"version": "2.2.4",
"author": "Alephium dev <dev@alephium.org>",
"main": "public/electron.js",
"homepage": "./",
Expand Down
17 changes: 17 additions & 0 deletions apps/mobile-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @alephium/mobile-wallet

## 1.0.7

### Patch Changes

- 548615e: Sort tokens based on fiat worth
- 7a92003: Always display WalletConnect icon if enabled in settings
- 8f8040c: Clear WalletConnect cache when disabling WalletConnect
- 7a92003: Display error when WalletConnect connection failed
- 9a03ebe: Reduce number of fetch retries to 3
- 982edcf: Upgrade to Expo 50
- 548615e: Display token prices
- 6b66a61: Fix currency selection
- 4ab6ed8: Refactored the LandingScreen

## 1.0.6

### Patch Changes
Expand All @@ -9,6 +23,9 @@
- 28f2703: Add button to open camera from WalletConnect pairings modal
- d409af2: Fix display of received transactions that were displayed as moved
- 66edd8a: Display token prices
- 5dbc07a: Enlarge NFT image on thumbnail tap
- 29ea755: Display NFT attributes
- 01a0ee8: Add CAD fiat currency

## 1.0.5

Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.6"
versionName "1.0.7"

buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString())
}
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
name: 'Alephium',
owner: 'alephium-dev',
slug: 'alephium-mobile-wallet',
version: '1.0.6',
version: '1.0.7',
orientation: 'portrait',
icon: './assets/icon.png',
scheme: ['wc', 'alephium'],
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/ios/Alephium/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.6</string>
<string>1.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
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.0.6",
"version": "1.0.7",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 7a860e0

Please sign in to comment.