Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
graup committed Jul 24, 2022
1 parent 9986e17 commit 2771895
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "1.2.1",
"version": "1.2.2",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion 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": "1.2.1",
"version": "1.2.2",
"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 Down
4 changes: 2 additions & 2 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": "1.2.1",
"version": "1.2.2",
"description": "Add Aergo controller to your Vue.js project",
"main": "plugin.js",
"scripts": {},
"author": "aergo team and contributors",
"license": "MIT",
"dependencies": {
"@herajs/client": "^1.2.1",
"@herajs/wallet": "^1.2.1"
"@herajs/wallet": "^1.2.2"
},
"gitHead": "97d1b15d147bb1bbff6d70dbe4bb06a60a881bc1"
}
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@herajs/wallet",
"version": "1.2.1",
"version": "1.2.2",
"description": "SDK for making Aergo wallet applications",
"scripts": {
"type-check": "tsc --noEmit",
Expand All @@ -27,7 +27,7 @@
"@herajs/client": "^1.2.1",
"@herajs/common": "^1.2.1",
"@herajs/crypto": "^1.2.1",
"@herajs/ledger-hw-app-aergo": "^1.2.1",
"@herajs/ledger-hw-app-aergo": "^1.2.2",
"@types/google-protobuf": "^3.2.7",
"@types/hashmap": "^2.0.29",
"@types/leveldown": "^4.0.0",
Expand Down

0 comments on commit 2771895

Please sign in to comment.