diff --git a/README.md b/README.md index bd2d1837..3665ef62 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ This update is focused around rekey and changes to accommodate it. Both normal a - Transactions with rekeyed accounts now accepted - Reference accounts can now be imported with public key only +### Patch 1.8.4 + +Dependency updates. + ### Patch 1.8.3 Fix for transaction notes created in the UI and signed with a Ledger device. diff --git a/package.json b/package.json index 600b3866..b5c45a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algosigner", - "version": "1.8.3", + "version": "1.8.4", "author": "https://developer.purestake.io", "description": "Sign Algorand transactions in your browser with PureStake.", "repository": "https://github.com/PureStake/algosigner", diff --git a/packages/common/package.json b/packages/common/package.json index 0ed69d83..e0a158b0 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@algosigner/common", - "version": "1.8.3", + "version": "1.8.4", "author": "https://developer.purestake.io", "description": "Common library functions for AlgoSigner.", "repository": "https://github.com/PureStake/algosigner", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index df721afa..105c9cda 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "algosigner-crypto", - "version": "1.8.3", + "version": "1.8.4", "author": "https://developer.purestake.io", "description": "Cryptographic wrapper for saving and retrieving extention information in Algosigner.", "repository": { diff --git a/packages/dapp/package.json b/packages/dapp/package.json index bb0e389c..18ca18c4 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -1,6 +1,6 @@ { "name": "@algosigner/dapp", - "version": "1.8.3", + "version": "1.8.4", "author": "https://developer.purestake.io", "repository": "https://github.com/PureStake/algosigner", "license": "MIT", diff --git a/packages/extension/manifest.json b/packages/extension/manifest.json index eee25f89..61c47834 100644 --- a/packages/extension/manifest.json +++ b/packages/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "AlgoSigner", "author": "https://developer.purestake.io", - "version": "1.8.3", + "version": "1.8.4", "description": "Algorand Wallet Extension | Send & Receive ALGOs | Sign dApp Transactions", "icons": { "48": "icon.png" diff --git a/packages/extension/package.json b/packages/extension/package.json index f9702d6d..3215e8f9 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -1,6 +1,6 @@ { "name": "algosigner-extension", - "version": "1.8.3", + "version": "1.8.4", "author": "https://developer.purestake.io", "repository": "https://github.com/PureStake/algosigner", "license": "MIT", @@ -20,7 +20,7 @@ "webpack-cli": "^4.9.0" }, "dependencies": { - "algosdk": "1.13.1", + "algosdk": "1.15.0", "buffer": "^6.0.3" }, "scripts": { diff --git a/packages/storage/package.json b/packages/storage/package.json index 53cf0481..6ce406fa 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "algosigner-storage", - "version": "1.8.3", + "version": "1.8.4", "author": "https://developer.purestake.io", "repository": "https://github.com/PureStake/algosigner", "license": "MIT", diff --git a/packages/test-project/package.json b/packages/test-project/package.json index d144d70f..04de805e 100644 --- a/packages/test-project/package.json +++ b/packages/test-project/package.json @@ -1,11 +1,11 @@ { "name": "algorand-test-project", - "version": "1.8.3", + "version": "1.8.4", "repository": "https://github.com/PureStake/algosigner", "license": "MIT", "description": "Repository for tests", "devDependencies": { - "algosdk": "1.13.1", + "algosdk": "1.15.0", "jest": "27.0.0", "jest-runner-groups": "^2.0.1", "puppeteer": "^5.5.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index d9032796..df570a74 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "algosigner-ui", - "version": "1.8.3", + "version": "1.8.4", "author": "https://developer.purestake.io", "repository": "https://github.com/PureStake/algosigner", "license": "MIT", @@ -16,7 +16,7 @@ "@fortawesome/fontawesome-free": "^5.15.0", "@ledgerhq/hw-app-algorand": "^5.51.1", "@ledgerhq/hw-transport-webhid": "^5.46.0", - "algosdk": "1.13.1", + "algosdk": "1.15.0", "buffer": "^6.0.3", "history": "^5.0.0", "htm": "^3.0.4",