Skip to content

Commit bed4e35

Browse files
author
Hjort
committed
Merge branch 'main' into show-seed-phrase
2 parents 04ecf9d + 6445179 commit bed4e35

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

packages/browser-wallet/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3-
## 1.3.1
3+
## 1.3.2
44

55
### Added
66

7-
- A page in settings to display the recovery phrase.
7+
- A page in settings to display the secret recovery phrase.
8+
9+
### Fixed
10+
11+
- Updating stake crashing if the amount as microCCD exceeds 64 bits.
12+
13+
## 1.3.1
814

915
### Changed
1016

packages/browser-wallet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@concordium/browser-wallet",
33
"private": true,
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"description": "Browser extension wallet for the Concordium blockchain",
66
"author": "Concordium Software",
77
"license": "Apache-2.0",
@@ -53,7 +53,7 @@
5353
"react-window-infinite-loader": "^1.0.8",
5454
"readable-stream": "^4.2.0",
5555
"uuid": "^8.3.2",
56-
"wallet-common-helpers": "https://github.com/Concordium/concordium-wallet-common-helpers.git#b5b8acd7304f297a1aa67c91b735e90f3edef5a5"
56+
"wallet-common-helpers": "https://github.com/Concordium/concordium-wallet-common-helpers.git#8c205e5f3d335cbcafd80f30346cfb3ac5794590"
5757
},
5858
"devDependencies": {
5959
"@babel/core": "^7.18.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ __metadata:
22812281
tsconfig-paths-webpack-plugin: ^3.5.2
22822282
typescript: ^5.2.2
22832283
uuid: ^8.3.2
2284-
wallet-common-helpers: "https://github.com/Concordium/concordium-wallet-common-helpers.git#b5b8acd7304f297a1aa67c91b735e90f3edef5a5"
2284+
wallet-common-helpers: "https://github.com/Concordium/concordium-wallet-common-helpers.git#8c205e5f3d335cbcafd80f30346cfb3ac5794590"
22852285
languageName: unknown
22862286
linkType: soft
22872287

@@ -23220,9 +23220,9 @@ __metadata:
2322023220
languageName: node
2322123221
linkType: hard
2322223222

23223-
"wallet-common-helpers@https://github.com/Concordium/concordium-wallet-common-helpers.git#b5b8acd7304f297a1aa67c91b735e90f3edef5a5":
23223+
"wallet-common-helpers@https://github.com/Concordium/concordium-wallet-common-helpers.git#8c205e5f3d335cbcafd80f30346cfb3ac5794590":
2322423224
version: 2.0.0
23225-
resolution: "wallet-common-helpers@https://github.com/Concordium/concordium-wallet-common-helpers.git#commit=b5b8acd7304f297a1aa67c91b735e90f3edef5a5"
23225+
resolution: "wallet-common-helpers@https://github.com/Concordium/concordium-wallet-common-helpers.git#commit=8c205e5f3d335cbcafd80f30346cfb3ac5794590"
2322623226
dependencies:
2322723227
buffer: ^6.0.3
2322823228
cbor: ^8.0.0
@@ -23232,7 +23232,7 @@ __metadata:
2323223232
"@concordium/web-sdk": 7.x
2323323233
react: ">=16"
2323423234
react-dom: ">=16"
23235-
checksum: 44d3f75d2547b3bf3242f4783110bf21dedec6b142dcbad749040a64d017665c6fa3012d791e85160f6b79188adddd9dc89e65bb75d567accd12affc17bde635
23235+
checksum: 86b95cc2e40c2002d9223949cadd7b0ae449f1068021ca0a59a7f702e6ceb25ef54e9fdc75f05995deb940a8cc1b01436ea23fa3207b8913cd70aa794e0f3612
2323623236
languageName: node
2323723237
linkType: hard
2323823238

0 commit comments

Comments
 (0)