Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #388 from PureStake/bc/algosdk-dependency-update
Browse files Browse the repository at this point in the history
Algosdk dependency update 1.15.0
  • Loading branch information
PureBrent authored Apr 5, 2022
2 parents ce41e18 + 0d83dea commit 65265ed
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,7 +20,7 @@
"webpack-cli": "^4.9.0"
},
"dependencies": {
"algosdk": "1.13.1",
"algosdk": "1.15.0",
"buffer": "^6.0.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-project/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 65265ed

Please sign in to comment.