Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Apr 13, 2024
1 parent 03b4171 commit f7505a6
Show file tree
Hide file tree
Showing 7 changed files with 24,155 additions and 17,918 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.0.0",
"version": "1.1.0",
"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.0.0",
"version": "1.1.0",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vue-dapp/core": "^1.0.0",
"@vue-dapp/core": "^1.1.0",
"typescript": "^5.1.3",
"vite": "5.0.12"
},
Expand Down
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.0.0",
"version": "1.1.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/modal",
"version": "1.0.0",
"version": "1.1.0",
"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.0.0",
"@vue-dapp/core": "^1.1.0",
"pinia": "^2.1.7",
"typescript": "^5.1.3",
"vite": "^5.0.12",
Expand Down
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.0.0",
"version": "1.1.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-dapp/walletconnect",
"version": "1.0.0",
"version": "1.1.0",
"description": "Empower dapp developers with Vue integration for crypto wallets",
"repository": "https://github.com/vu3th/vue-dapp",
"bugs": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vue-dapp/core": "^1.0.0",
"@vue-dapp/core": "^1.1.0",
"@walletconnect/types": "^2.9.0",
"typescript": "^5.1.3",
"vite": "5.0.12"
Expand Down
Loading

0 comments on commit f7505a6

Please sign in to comment.