Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Apr 23, 2024
1 parent ce73a3a commit d4f4488
Show file tree
Hide file tree
Showing 27 changed files with 63 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-peaches-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-boats-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-pugs-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-poets-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-carrots-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-schools-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-glasses-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-spoons-call.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/thin-pumpkins-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-lobsters-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-crabs-raise.md

This file was deleted.

14 changes: 14 additions & 0 deletions apps/desktop-wallet/CHANGELOG.md
@@ -1,5 +1,19 @@
# alephium-desktop-wallet

## 2.2.5

### Patch Changes

- d8030ee: Fix word wrapping when signing WalletConnect message
- b5b297d: Cleaner, more compact transaction lists
- ef5acbc: Redesign transaction details modal
- 12e1995: Support display of .mp4 NFTs
- 8d64f8b: Update tokens labels shown when no metadata exists in token list
- fbeb9ca: Migrate network settings to node-v210 & backend-v117
- 548615e: Sort tokens based on fiat worth
- ef5acbc: Simplify NFT cards
- ef5acbc: New NFT details modal

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop-wallet/package.json
@@ -1,7 +1,7 @@
{
"name": "alephium-desktop-wallet",
"description": "The official Alephium wallet",
"version": "2.2.4",
"version": "2.2.5",
"author": "Alephium dev <dev@alephium.org>",
"main": "public/electron.js",
"homepage": "./",
Expand Down
10 changes: 10 additions & 0 deletions apps/explorer/CHANGELOG.md
@@ -1,5 +1,15 @@
# @alephium/explorer

## 1.9.2

### Patch Changes

- 4db6b9c: Allow devnet as valid network type
- Updated dependencies [5189168]
- @alephium/shared@0.7.10
- @alephium/shared-crypto@0.7.10
- @alephium/shared-react@0.0.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
@@ -1,7 +1,7 @@
{
"name": "@alephium/explorer",
"description": "The Alephium explorer frontend",
"version": "1.9.1",
"version": "1.9.2",
"private": true,
"scripts": {
"start": "turbo start:app",
Expand Down
10 changes: 10 additions & 0 deletions apps/mobile-wallet/CHANGELOG.md
@@ -1,5 +1,15 @@
# @alephium/mobile-wallet

## 1.0.9

### Patch Changes

- fbeb9ca: Migrate network settings to node-v210 & backend-v117
- Updated dependencies [5189168]
- @alephium/shared@0.7.10
- @alephium/shared-crypto@0.7.10
- @alephium/shared-react@0.0.2

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/android/app/build.gradle
Expand Up @@ -89,7 +89,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.8"
versionName "1.0.9"

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
Expand Up @@ -21,7 +21,7 @@ export default {
name: 'Alephium',
owner: 'alephium-dev',
slug: 'alephium-mobile-wallet',
version: '1.0.8',
version: '1.0.9',
orientation: 'portrait',
icon: './assets/icon.png',
scheme: ['wc', 'alephium'],
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/ios/Alephium/Info.plist
Expand Up @@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.8</string>
<string>1.0.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/package.json
@@ -1,6 +1,6 @@
{
"name": "@alephium/mobile-wallet",
"version": "1.0.8",
"version": "1.0.9",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/shared-crypto/CHANGELOG.md
@@ -1,5 +1,12 @@
# @alephium/shared-crypto

## 0.7.10

### Patch Changes

- Updated dependencies [5189168]
- @alephium/shared@0.7.10

## 0.7.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-crypto/package.json
@@ -1,6 +1,6 @@
{
"name": "@alephium/shared-crypto",
"version": "0.7.9",
"version": "0.7.10",
"private": true,
"main": "dist/alephium.min.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared-react/CHANGELOG.md
@@ -1,5 +1,12 @@
# @alephium/shared-react

## 0.0.2

### Patch Changes

- Updated dependencies [5189168]
- @alephium/shared@0.7.10

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@alephium/shared-react",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
@@ -1,5 +1,11 @@
# @alephium/shared

## 0.7.10

### Patch Changes

- 5189168: Fix smart rounding

## 0.7.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@alephium/shared",
"version": "0.7.9",
"version": "0.7.10",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d4f4488

Please sign in to comment.