Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Apr 23, 2024
1 parent 20b4a44 commit 30541af
Showing 7 changed files with 23,575 additions and 17,184 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.2.3",
"version": "1.2.4",
"npmClient": "pnpm",
"packages": ["packages/*", "demo/*", "docs/*", "app/*"]
}
4 changes: 2 additions & 2 deletions packages/coinbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/coinbase",
"version": "1.2.3",
"version": "1.2.4",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
@@ -45,7 +45,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vue-dapp/core": "^1.2.3",
"@vue-dapp/core": "^1.2.4",
"typescript": "^5.3.3",
"vite": "5.2.9"
},
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/core",
"version": "1.2.3",
"version": "1.2.4",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/modal",
"version": "1.2.3",
"version": "1.2.4",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
@@ -44,7 +44,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vue-dapp/core": "^1.2.3",
"@vue-dapp/core": "^1.2.4",
"pinia": "^2.1.7",
"typescript": "^5.3.3",
"vite": "^5.2.9",
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/nuxt",
"version": "1.2.3",
"version": "1.2.4",
"description": "Vue Dapp Nuxt module",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
4 changes: 2 additions & 2 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/walletconnect",
"version": "1.2.3",
"version": "1.2.4",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
@@ -45,7 +45,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vue-dapp/core": "^1.2.3",
"@vue-dapp/core": "^1.2.4",
"@walletconnect/types": "^2.9.0",
"typescript": "^5.3.3",
"vite": "5.2.9"
Loading

0 comments on commit 30541af

Please sign in to comment.