Skip to content

Commit b357b1d

Browse files
committed
v1.4.0
1 parent 4243800 commit b357b1d

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0",
44
"npmClient": "pnpm",
55
"packages": ["packages/*", "demo/*", "docs/*", "app/*"]
66
}

packages/coinbase/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-dapp/coinbase",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0",
44
"description": "Empower dapp developers with Vue integration for crypto wallets",
55
"repository": "https://github.com/vu3th/vue-dapp",
66
"bugs": {
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@vitejs/plugin-vue": "5.0.3",
48-
"@vue-dapp/core": "^1.4.0-alpha.0",
48+
"@vue-dapp/core": "^1.4.0",
4949
"typescript": "^5.3.3",
5050
"vite": "5.2.9"
5151
},

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-dapp/core",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0",
44
"description": "Empower dapp developers with Vue integration for crypto wallets",
55
"repository": "https://github.com/vu3th/vue-dapp",
66
"bugs": {

packages/modal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-dapp/modal",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0",
44
"description": "Empower dapp developers with Vue integration for crypto wallets",
55
"repository": "https://github.com/vu3th/vue-dapp",
66
"bugs": {
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@vitejs/plugin-vue": "^5.0.3",
47-
"@vue-dapp/core": "^1.4.0-alpha.0",
47+
"@vue-dapp/core": "^1.4.0",
4848
"pinia": "^2.1.7",
4949
"typescript": "^5.3.3",
5050
"vite": "^5.2.9",

packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-dapp/nuxt",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0",
44
"description": "Vue Dapp Nuxt module",
55
"repository": "https://github.com/vu3th/vue-dapp",
66
"bugs": {

packages/walletconnect/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-dapp/walletconnect",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0",
44
"description": "Empower dapp developers with Vue integration for crypto wallets",
55
"repository": "https://github.com/vu3th/vue-dapp",
66
"bugs": {
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@vitejs/plugin-vue": "5.0.3",
48-
"@vue-dapp/core": "^1.4.0-alpha.0",
48+
"@vue-dapp/core": "^1.4.0",
4949
"@walletconnect/types": "^2.9.0",
5050
"typescript": "^5.3.3",
5151
"vite": "5.2.9"

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)