From b0b2e561e9a9157b6eadb8948ef3fe3511cf435f Mon Sep 17 00:00:00 2001 From: Brent Date: Tue, 22 Sep 2020 09:21:44 -0400 Subject: [PATCH 1/2] Update version to 1.0.1 --- package.json | 4 ++-- packages/common/package.json | 2 +- packages/crypto/package.json | 2 +- packages/dapp/package.json | 2 +- packages/extension/manifest.json | 2 +- packages/extension/package.json | 2 +- packages/storage/package.json | 2 +- packages/test-project/package.json | 2 +- packages/ui/package.json | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e34786b2..a786a929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algosigner", - "version": "1.0.0", + "version": "1.0.1", "author": "https://developer.purestake.io", "description": "Sign Algorand transactions in your browser with PureStake.", "keywords": [ @@ -16,7 +16,7 @@ "postinstall": "(cd ./packages/common && npm install); (cd ./packages/crypto && npm install); (cd ./packages/storage && npm install); (cd ./packages/ui && npm install); (cd ./packages/extension && npm install); (cd ./packages/dapp && npm install); (cd ./packages/test-project && npm install);", "prebuild": "rm -rf ./dist/*", "coveragetest": "cd ./packages/test-project && npm run coveragetest", - "test": "(cd ./packages/crypto && npm run test); (cd ./packages/extension && npm run test); (cd ./packages/ui && npm run test); (cd ./packages/dapp && npm run test); (cd ./packages/common && npm run test); (cd ./packages/test-project && npm run github-test);" + "test": "(cd ./packages/crypto && npm run test); (cd ./packages/extension && npm run test); (cd ./packages/ui && npm run test); (cd ./packages/dapp && npm run test); (cd ./packages/common && npm run test); (cd ./packages/test-project && npm run test);" }, "devDependencies": {} } diff --git a/packages/common/package.json b/packages/common/package.json index 1694ddc7..d8a84011 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@algosigner/common", - "version": "1.0.0", + "version": "1.0.1", "author": "https://developer.purestake.io", "description": "Common library functions for AlgoSigner.", "devDependencies": { diff --git a/packages/crypto/package.json b/packages/crypto/package.json index ed20a800..701aa3e8 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "algosigner-crypto", - "version": "1.0.0", + "version": "1.0.1", "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 c098084b..6b1a645a 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -1,6 +1,6 @@ { "name": "@algosigner/dapp", - "version": "1.0.0", + "version": "1.0.1", "author": "https://developer.purestake.io", "description": "Sample DAPP for use with AlgoSigner.", "scripts": { diff --git a/packages/extension/manifest.json b/packages/extension/manifest.json index 13b20021..8b9e7727 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.0.0", + "version": "1.0.1", "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 a7ce9e52..c49282d0 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -1,6 +1,6 @@ { "name": "algosigner-extension", - "version": "1.0.0", + "version": "1.0.1", "author": "https://developer.purestake.io", "description": "Sign Algorand transactions in your browser with PureStake.", "keywords": [ diff --git a/packages/storage/package.json b/packages/storage/package.json index ee1d6b73..24dc42bc 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "algosigner-storage", - "version": "1.0.0", + "version": "1.0.1", "author": "https://developer.purestake.io", "description": "Storage wrapper for saving and retrieving extention information in Algosigner.", "devDependencies": { diff --git a/packages/test-project/package.json b/packages/test-project/package.json index 40cc6533..2f18c6d6 100644 --- a/packages/test-project/package.json +++ b/packages/test-project/package.json @@ -1,6 +1,6 @@ { "name": "algorand-test-project", - "version": "1.0.0", + "version": "1.0.1", "description": "Repository for tests", "dependencies": {}, "devDependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 5cb68e85..44ab46b7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "algosigner-ui", - "version": "1.0.0", + "version": "1.0.1", "author": "https://developer.purestake.io", "description": "User interface built for AlgoSigner.", "private": true, From 0b68eb3f778c475666f45083d21790d031d6f6d4 Mon Sep 17 00:00:00 2001 From: Brent Date: Tue, 22 Sep 2020 09:24:11 -0400 Subject: [PATCH 2/2] Revert test primary --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a786a929..ce2184e5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "postinstall": "(cd ./packages/common && npm install); (cd ./packages/crypto && npm install); (cd ./packages/storage && npm install); (cd ./packages/ui && npm install); (cd ./packages/extension && npm install); (cd ./packages/dapp && npm install); (cd ./packages/test-project && npm install);", "prebuild": "rm -rf ./dist/*", "coveragetest": "cd ./packages/test-project && npm run coveragetest", - "test": "(cd ./packages/crypto && npm run test); (cd ./packages/extension && npm run test); (cd ./packages/ui && npm run test); (cd ./packages/dapp && npm run test); (cd ./packages/common && npm run test); (cd ./packages/test-project && npm run test);" + "test": "(cd ./packages/crypto && npm run test); (cd ./packages/extension && npm run test); (cd ./packages/ui && npm run test); (cd ./packages/dapp && npm run test); (cd ./packages/common && npm run test); (cd ./packages/test-project && npm run github-test);" }, "devDependencies": {} }