-
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
Dec 2, 2021
1 parent
cbb22b2
commit f4a60c9
Showing
11 changed files
with
16 additions
and
16 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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.1.55" | ||
"version": "0.1.56" | ||
} |
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/client-js", | ||
"version": "0.1.55", | ||
"version": "0.1.56", | ||
"description": "A generic JS client for the Websocket, high-level (Cosmos) and low-level (Tendermint) APIs", | ||
"author": "Tendermint, Inc <[email protected]>", | ||
"homepage": "https://github.com/tendermint/vue", | ||
|
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/storybook", | ||
"version": "0.1.55", | ||
"version": "0.1.56", | ||
"description": "Overview and docs for the @starport/vue components", | ||
"author": "Tendermint, Inc <[email protected]>", | ||
"private": true, | ||
|
@@ -23,7 +23,7 @@ | |
"devDependencies": { | ||
"@babel/core": "^7.15.5", | ||
"@babel/node": "^7.15.4", | ||
"@starport/vue": "^0.1.55", | ||
"@starport/vue": "^0.1.56", | ||
"@storybook/addon-actions": "^6.4.0-beta.4", | ||
"@storybook/addon-essentials": "^6.4.0-beta.4", | ||
"@storybook/addon-links": "^6.4.0-beta.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.1.55", | ||
"version": "0.1.56", | ||
"description": "A Vue 3 boilerplate project utilizing @starport/vue and @starport/vuex", | ||
"author": "Tendermint, Inc <[email protected]>", | ||
"private": true, | ||
|
@@ -15,8 +15,8 @@ | |
"@cosmjs/launchpad": "^0.26.1", | ||
"@cosmjs/proto-signing": "^0.26.1", | ||
"@cosmjs/stargate": "^0.26.1", | ||
"@starport/vue": "^0.1.55", | ||
"@starport/vuex": "^0.1.55", | ||
"@starport/vue": "^0.1.56", | ||
"@starport/vuex": "^0.1.56", | ||
"core-js": "^3.18.2", | ||
"vue": "^3.2.6", | ||
"vue-router": "^4.0.3", | ||
|
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.1.55", | ||
"version": "0.1.56", | ||
"description": "A library of Vue 3 components for building frontends for cosmos-sdk chains", | ||
"author": "Tendermint, Inc <[email protected]>", | ||
"scripts": { | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
"devDependencies": { | ||
"@cosmjs/encoding": "^0.26.1", | ||
"@starport/vuex": "^0.1.55", | ||
"@starport/vuex": "^0.1.56", | ||
"@types/crypto-js": "^4.0.2", | ||
"@types/file-saver": "^2.0.3", | ||
"@types/jest": "^27.0.2", | ||
|
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.1.55", | ||
"version": "0.1.56", | ||
"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", | ||
|
@@ -29,7 +29,7 @@ | |
"@cosmjs/stargate": "^0.26.1", | ||
"@cosmjs/tendermint-rpc": "^0.26.1", | ||
"@cosmjs/utils": "^0.26.1", | ||
"@starport/client-js": "^0.1.55", | ||
"@starport/client-js": "^0.1.56", | ||
"axios": "^0.22.0", | ||
"bs58": "^4.0.1", | ||
"crypto-js": "^4.1.1" | ||
|