Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Apr 22, 2024
1 parent 1bd56a2 commit 7f88ad8
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.2.2",
"version": "1.2.3",
"npmClient": "pnpm",
"packages": ["packages/*", "demo/*", "docs/*", "app/*"]
}
4 changes: 2 additions & 2 deletions packages/coinbase/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/coinbase",
"version": "1.2.2",
"version": "1.2.3",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vue-dapp/core": "^1.2.2",
"@vue-dapp/core": "^1.2.3",
"typescript": "^5.3.3",
"vite": "5.2.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/core",
"version": "1.2.2",
"version": "1.2.3",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/modal",
"version": "1.2.2",
"version": "1.2.3",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vue-dapp/core": "^1.2.2",
"@vue-dapp/core": "^1.2.3",
"pinia": "^2.1.7",
"typescript": "^5.3.3",
"vite": "^5.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/nuxt",
"version": "1.2.2",
"version": "1.2.3",
"description": "Vue Dapp Nuxt module",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/walletconnect/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/walletconnect",
"version": "1.2.2",
"version": "1.2.3",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vue-dapp/core": "^1.2.2",
"@vue-dapp/core": "^1.2.3",
"@walletconnect/types": "^2.9.0",
"typescript": "^5.3.3",
"vite": "5.2.9"
Expand Down

0 comments on commit 7f88ad8

Please sign in to comment.