Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jun 9, 2022
1 parent 8f87db4 commit 49e7d74
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.1.0",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/openlogin-jrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-jrpc",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginJrpc.cjs.js",
Expand All @@ -20,7 +20,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/openlogin-utils": "^2.0.0",
"@toruslabs/openlogin-utils": "^2.1.0",
"end-of-stream": "^1.4.4",
"eth-rpc-errors": "^4.0.3",
"events": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin-starkkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-starkkey",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginStarkkey.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/openlogin-subkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-subkey",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginSubkey.cjs.js",
Expand All @@ -20,7 +20,7 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/openlogin-utils": "^2.0.0",
"@toruslabs/openlogin-utils": "^2.1.0",
"bn.js": "^5.2.1",
"ffjavascript": "^0.2.55"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-utils",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginUtils.cjs.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/openlogin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin",
"version": "2.0.1",
"version": "2.1.0",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"@toruslabs/eccrypto": "^1.1.8",
"@toruslabs/http-helpers": "^3.0.0",
"@toruslabs/openlogin-jrpc": "^2.0.0",
"@toruslabs/openlogin-utils": "^2.0.0",
"@toruslabs/openlogin-jrpc": "^2.1.0",
"@toruslabs/openlogin-utils": "^2.1.0",
"lodash.merge": "^4.6.2",
"loglevel": "^1.8.0",
"pump": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openlogin",
"version": "2.0.1",
"version": "2.1.0",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -20,9 +20,9 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/openlogin": "^2.0.1",
"@toruslabs/openlogin-jrpc": "^2.0.0",
"@toruslabs/openlogin-utils": "^2.0.0",
"@toruslabs/openlogin": "^2.1.0",
"@toruslabs/openlogin-jrpc": "^2.1.0",
"@toruslabs/openlogin-utils": "^2.1.0",
"bn.js": "^5.2.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 49e7d74

Please sign in to comment.