Skip to content

Commit

Permalink
chore(release): publish v0.1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerna CI committed Dec 2, 2021
1 parent cbb22b2 commit f4a60c9
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.55"
"version": "0.1.56"
}
2 changes: 1 addition & 1 deletion packages/client-js/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/client-js/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/storybook/package.json
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,
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/template/package.json
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,
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/vue/package.json
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": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuex/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/vuex/package.json
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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f4a60c9

Please sign in to comment.