Skip to content

Commit ceaa4b9

Browse files
v1.0.0-alpha.0
1 parent d7df364 commit ceaa4b9

File tree

21 files changed

+69
-69
lines changed

21 files changed

+69
-69
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"packages/adapters/*",
1010
"packages/plugins/*"
1111
],
12-
"version": "0.11.0-alpha.0",
12+
"version": "1.0.0-alpha.0",
1313
"npmClient": "yarn"
1414
}

packages/adapters/coinbase-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/coinbase-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "coinbase adapter for web3auth",
55
"keywords": [
66
"web3Auth/coinbase-adapter",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@coinbase/wallet-sdk": "^3.0.12",
42-
"@web3auth/base": "^0.11.0-alpha.0"
42+
"@web3auth/base": "^1.0.0-alpha.0"
4343
},
4444
"lint-staged": {
4545
"!(*d).ts": [

packages/adapters/metamask-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/metamask-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "metamask wallet adapter for web3auth",
55
"keywords": [
66
"web3Auth/core",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@metamask/detect-provider": "^1.2.0",
42-
"@web3auth/base": "^0.11.0-alpha.0"
42+
"@web3auth/base": "^1.0.0-alpha.0"
4343
},
4444
"lint-staged": {
4545
"!(*d).ts": [

packages/adapters/openlogin-adapter/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/openlogin-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "openlogin adapter for web3auth",
55
"keywords": [
66
"web3Auth/core",
@@ -41,10 +41,10 @@
4141
"dependencies": {
4242
"@toruslabs/openlogin": "^1.7.5",
4343
"@toruslabs/openlogin-ed25519": "^1.7.0",
44-
"@web3auth/base": "^0.11.0-alpha.0",
45-
"@web3auth/base-provider": "^0.11.0-alpha.0",
46-
"@web3auth/ethereum-provider": "^0.11.0-alpha.0",
47-
"@web3auth/solana-provider": "^0.11.0-alpha.0",
44+
"@web3auth/base": "^1.0.0-alpha.0",
45+
"@web3auth/base-provider": "^1.0.0-alpha.0",
46+
"@web3auth/ethereum-provider": "^1.0.0-alpha.0",
47+
"@web3auth/solana-provider": "^1.0.0-alpha.0",
4848
"lodash.merge": "^4.6.2"
4949
},
5050
"lint-staged": {

packages/adapters/phantom-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/phantom-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "phantom wallet adapter for web3auth",
55
"keywords": [
66
"web3Auth/phantom-wallet-adapter",
@@ -39,9 +39,9 @@
3939
"lint-staged": "^12.4.1"
4040
},
4141
"dependencies": {
42-
"@web3auth/base": "^0.11.0-alpha.0",
43-
"@web3auth/base-provider": "^0.11.0-alpha.0",
44-
"@web3auth/solana-provider": "^0.11.0-alpha.0",
42+
"@web3auth/base": "^1.0.0-alpha.0",
43+
"@web3auth/base-provider": "^1.0.0-alpha.0",
44+
"@web3auth/solana-provider": "^1.0.0-alpha.0",
4545
"bn.js": "^5.2.0"
4646
},
4747
"lint-staged": {

packages/adapters/slope-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/slope-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "slope wallet adapter for web3auth",
55
"keywords": [
66
"web3Auth/slope-adapter",
@@ -39,9 +39,9 @@
3939
"lint-staged": "^12.4.1"
4040
},
4141
"dependencies": {
42-
"@web3auth/base": "^0.11.0-alpha.0",
43-
"@web3auth/base-provider": "^0.11.0-alpha.0",
44-
"@web3auth/solana-provider": "^0.11.0-alpha.0",
42+
"@web3auth/base": "^1.0.0-alpha.0",
43+
"@web3auth/base-provider": "^1.0.0-alpha.0",
44+
"@web3auth/solana-provider": "^1.0.0-alpha.0",
4545
"bn.js": "^5.2.0"
4646
},
4747
"lint-staged": {

packages/adapters/solflare-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/solflare-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "solflare wallet adapter for web3auth",
55
"keywords": [
66
"web3Auth/solflare-adapter",
@@ -41,9 +41,9 @@
4141
"dependencies": {
4242
"@solana/web3.js": "^1.41.4",
4343
"@solflare-wallet/sdk": "^1.0.12",
44-
"@web3auth/base": "^0.11.0-alpha.0",
45-
"@web3auth/base-provider": "^0.11.0-alpha.0",
46-
"@web3auth/solana-provider": "^0.11.0-alpha.0",
44+
"@web3auth/base": "^1.0.0-alpha.0",
45+
"@web3auth/base-provider": "^1.0.0-alpha.0",
46+
"@web3auth/solana-provider": "^1.0.0-alpha.0",
4747
"bn.js": "^5.2.0"
4848
},
4949
"lint-staged": {

packages/adapters/sollet-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/sollet-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "sollet wallet adapter for web3auth",
55
"keywords": [
66
"web3Auth/sollet-adapter",
@@ -42,9 +42,9 @@
4242
},
4343
"dependencies": {
4444
"@project-serum/sol-wallet-adapter": "^0.2.6",
45-
"@web3auth/base": "^0.11.0-alpha.0",
46-
"@web3auth/base-provider": "^0.11.0-alpha.0",
47-
"@web3auth/solana-provider": "^0.11.0-alpha.0",
45+
"@web3auth/base": "^1.0.0-alpha.0",
46+
"@web3auth/base-provider": "^1.0.0-alpha.0",
47+
"@web3auth/solana-provider": "^1.0.0-alpha.0",
4848
"bn.js": "^5.2.0"
4949
},
5050
"lint-staged": {

packages/adapters/torus-evm-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/torus-evm-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "torus wallet adapter for web3auth",
55
"keywords": [
66
"web3Auth/core",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@toruslabs/torus-embed": "^1.22.6",
42-
"@web3auth/base": "^0.11.0-alpha.0"
42+
"@web3auth/base": "^1.0.0-alpha.0"
4343
},
4444
"lint-staged": {
4545
"!(*d).ts": [

packages/adapters/torus-solana-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/torus-solana-adapter",
3-
"version": "0.11.0-alpha.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "torus solana wallet adapter for web3auth",
55
"keywords": [
66
"web3Auth/core",
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@toruslabs/solana-embed": "^0.1.6",
42-
"@web3auth/base": "^0.11.0-alpha.0",
43-
"@web3auth/base-provider": "^0.11.0-alpha.0",
44-
"@web3auth/solana-provider": "^0.11.0-alpha.0"
42+
"@web3auth/base": "^1.0.0-alpha.0",
43+
"@web3auth/base-provider": "^1.0.0-alpha.0",
44+
"@web3auth/solana-provider": "^1.0.0-alpha.0"
4545
},
4646
"lint-staged": {
4747
"!(*d).ts": [

0 commit comments

Comments
 (0)