-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lerna CI
committed
Mar 17, 2022
1 parent
12bfe33
commit fa63ff2
Showing
7 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"packages": ["packages/*"], | ||
"version": "0.3.3" | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.3.4" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@starport/template", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A Vue 3 boilerplate project utilizing @starport/vue and @starport/vuex", | ||
"author": "Tendermint, Inc <[email protected]>", | ||
"private": true, | ||
|
@@ -13,8 +13,8 @@ | |
"@cosmjs/launchpad": "0.27.0", | ||
"@cosmjs/proto-signing": "0.27.0", | ||
"@cosmjs/stargate": "0.27.0", | ||
"@starport/vue": "^0.3.3", | ||
"@starport/vuex": "^0.3.3", | ||
"@starport/vue": "^0.3.4", | ||
"@starport/vuex": "^0.3.4", | ||
"buffer": "^6.0.3", | ||
"core-js": "^3.18.2", | ||
"vue": "^3.2.6", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@starport/vue", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A library of Vue 3 components for building frontends for cosmos-sdk chains", | ||
"author": "Tendermint, Inc <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@starport/vuex", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A library of Vuex 4 (for Vue 3) standard store modules for state management of cosmos-sdk chains' frontends", | ||
"author": "Tendermint, Inc <[email protected]>", | ||
"homepage": "https://github.com/tendermint/vue", | ||
|