Skip to content

Commit 1555676

Browse files
committed
Increment release versions
1 parent 5f3bd78 commit 1555676

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.2.11-alpha.3",
3+
"version": "2.2.11",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/dcent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/dcent",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0",
44
"description": "D'CENT module for web3-onboard",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -18,7 +18,7 @@
1818
"typescript": "^4.5.5"
1919
},
2020
"dependencies": {
21-
"@web3-onboard/common": "^2.0.0",
21+
"@web3-onboard/common": "^2.1.0",
2222
"@ethereumjs/common": "^2.6.1",
2323
"@ethereumjs/tx": "^3.4.0",
2424
"@ethersproject/providers": "^5.5.0",

packages/injected/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
3-
"version": "2.0.8-alpha.2",
3+
"version": "2.0.8",
44
"description": "Injected wallets module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -25,7 +25,7 @@
2525
"window": "^4.2.7"
2626
},
2727
"dependencies": {
28-
"@web3-onboard/common": "^2.0.7",
28+
"@web3-onboard/common": "^2.1.0",
2929
"joi": "^17.4.2",
3030
"lodash.uniqby": "^4.7.0"
3131
}

packages/keystone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/keystone",
3-
"version": "2.1.1-alpha.1",
3+
"version": "2.1.1",
44
"description": "Keystone module for web3-onboard",
55
"module": "dist/index.js",
66
"typings": "dist/index.d.ts",

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.1.8-alpha.3",
3+
"version": "2.1.8",
44
"description": "Collection of React Hooks for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -23,11 +23,11 @@
2323
"typescript": "^4.5.5"
2424
},
2525
"dependencies": {
26-
"@web3-onboard/core": "^2.2.11-alpha.3",
27-
"@web3-onboard/common": "^2.1.0-alpha.1",
26+
"@web3-onboard/core": "^2.2.11",
27+
"@web3-onboard/common": "^2.1.0",
2828
"use-sync-external-store": "1.0.0"
2929
},
3030
"peerDependencies": {
3131
"react": ">=16.8"
3232
}
33-
}
33+
}

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vueuse/core": "^8.4.2",
2525
"@vueuse/rxjs": "^8.2.0",
2626
"@web3-onboard/common": "^2.1.0",
27-
"@web3-onboard/core": "^2.2.9",
27+
"@web3-onboard/core": "^2.2.11",
2828
"vue-demi": "^0.12.4"
2929
},
3030
"peerDependencies": {

0 commit comments

Comments
 (0)