Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graup committed Feb 17, 2022
1 parent 3b79e22 commit c4949e4
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.21.1",
"version": "1.0.0",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@herajs/client",
"version": "0.21.1",
"version": "1.0.0",
"description": "Javascript client framework for aergo",
"main": "dist/herajs.common.js",
"module": "dist/herajs.esm.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/aergoio/herajs#readme",
"dependencies": {
"@herajs/common": "^0.21.0",
"@herajs/common": "^1.0.0",
"@improbable-eng/grpc-web": "^0.9.1",
"@types/google-protobuf": "^3.2.7",
"google-protobuf": "^3.6.0",
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": "@herajs/common",
"version": "0.21.0",
"version": "1.0.0",
"description": "Herajs common library",
"main": "dist/herajs-common.cjs.js",
"module": "dist/herajs-common.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@herajs/crypto",
"version": "0.21.0",
"version": "1.0.0",
"description": "Cryptography tools for aergo",
"main": "dist/herajs-crypto.cjs.js",
"module": "dist/herajs-crypto.esm.js",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/aergoio/herajs-crypto#readme",
"dependencies": {
"@herajs/common": "^0.21.0",
"@herajs/common": "^1.0.0",
"@herajs/hdkey": "^11.2.0",
"@types/elliptic": "^6.4.0",
"aes-js": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ledger-hw-app-aergo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@herajs/ledger-hw-app-aergo",
"version": "0.21.1",
"version": "1.0.0",
"description": "Ledger Hardware app for Aergo",
"main": "dist/herajs-ledger-hw-app-aergo.cjs.js",
"module": "dist/herajs-ledger-hw-app-aergo.esm.js",
Expand All @@ -27,9 +27,9 @@
},
"homepage": "https://github.com/aergoio/herajs#readme",
"dependencies": {
"@herajs/client": "^0.21.1",
"@herajs/common": "^0.21.0",
"@herajs/crypto": "^0.21.0"
"@herajs/client": "^1.0.0",
"@herajs/common": "^1.0.0",
"@herajs/crypto": "^1.0.0"
},
"devDependencies": {
"@ledgerhq/hw-transport": "^6.24.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@herajs/vue-plugin",
"version": "0.21.1",
"version": "1.0.0",
"description": "Add Aergo controller to your Vue.js project",
"main": "plugin.js",
"scripts": {},
"author": "aergo team and contributors",
"license": "MIT",
"dependencies": {
"@herajs/client": "^0.21.1",
"@herajs/wallet": "^0.21.1"
"@herajs/client": "^1.0.0",
"@herajs/wallet": "^1.0.0"
},
"gitHead": "97d1b15d147bb1bbff6d70dbe4bb06a60a881bc1"
}
10 changes: 5 additions & 5 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@herajs/wallet",
"version": "0.21.1",
"version": "1.0.0",
"description": "SDK for making Aergo wallet applications",
"scripts": {
"type-check": "tsc --noEmit",
Expand All @@ -24,10 +24,10 @@
"license": "MIT",
"dependencies": {
"@elderapo/typed-event-emitter": "^1.4.1",
"@herajs/client": "^0.21.1",
"@herajs/common": "^0.21.0",
"@herajs/crypto": "^0.21.0",
"@herajs/ledger-hw-app-aergo": "^0.21.1",
"@herajs/client": "^1.0.0",
"@herajs/common": "^1.0.0",
"@herajs/crypto": "^1.0.0",
"@herajs/ledger-hw-app-aergo": "^1.0.0",
"@types/google-protobuf": "^3.2.7",
"@types/hashmap": "^2.0.29",
"@types/leveldown": "^4.0.0",
Expand Down

0 comments on commit c4949e4

Please sign in to comment.