Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Apr 19, 2024
1 parent d19f935 commit 549a0de
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.2.1",
"version": "1.2.2",
"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.1",
"version": "1.2.2",
"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.1",
"@vue-dapp/core": "^1.2.2",
"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.1",
"version": "1.2.2",
"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.1",
"version": "1.2.2",
"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.1",
"@vue-dapp/core": "^1.2.2",
"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.1",
"version": "1.2.2",
"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.1",
"version": "1.2.2",
"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.1",
"@vue-dapp/core": "^1.2.2",
"@walletconnect/types": "^2.9.0",
"typescript": "^5.3.3",
"vite": "5.2.9"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 549a0de

Please sign in to comment.