Skip to content

Commit

Permalink
v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jan 11, 2024
1 parent 0bfaba2 commit 6a641d7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "6.2.0",
"version": "6.2.1",
"npmClient": "npm"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/openlogin-jrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin-jrpc",
"version": "6.2.0",
"version": "6.2.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openloginJrpc.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/openlogin",
"version": "6.2.0",
"version": "6.2.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openlogin",
"version": "6.2.0",
"version": "6.2.1",
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
"license": "ISC",
"main": "dist/openlogin.cjs.js",
Expand All @@ -20,8 +20,8 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/openlogin": "^6.2.0",
"@toruslabs/openlogin-jrpc": "^6.2.0",
"@toruslabs/openlogin": "^6.2.1",
"@toruslabs/openlogin-jrpc": "^6.2.1",
"@toruslabs/openlogin-utils": "^6.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 6a641d7

Please sign in to comment.