Skip to content

Commit

Permalink
chore(release): publish v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerna CI committed Feb 23, 2022
1 parent 8fb8e37 commit c5a2206
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.3.1"
"version": "0.3.2"
}
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.3.1",
"version": "0.3.2",
"description": "A Vue 3 boilerplate project utilizing @starport/vue and @starport/vuex",
"author": "Tendermint, Inc <[email protected]>",
"private": true,
Expand All @@ -13,8 +13,8 @@
"@cosmjs/launchpad": "0.27.0",
"@cosmjs/proto-signing": "0.27.0",
"@cosmjs/stargate": "0.27.0",
"@starport/vue": "^0.3.1",
"@starport/vuex": "^0.3.1",
"@starport/vue": "^0.3.2",
"@starport/vuex": "^0.3.2",
"buffer": "^6.0.3",
"core-js": "^3.18.2",
"vue": "^3.2.6",
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.

2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starport/vue",
"version": "0.3.1",
"version": "0.3.2",
"description": "A library of Vue 3 components for building frontends for cosmos-sdk chains",
"author": "Tendermint, Inc <[email protected]>",
"license": "Apache-2.0",
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.

2 changes: 1 addition & 1 deletion packages/vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starport/vuex",
"version": "0.3.1",
"version": "0.3.2",
"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

0 comments on commit c5a2206

Please sign in to comment.