Skip to content

Commit

Permalink
chore(release): publish v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerna CI committed Mar 9, 2022
1 parent 32e4eae commit 7a72681
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.3.2"
"packages": [
"packages/*"
],
"version": "0.3.3"
}
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.2",
"version": "0.3.3",
"description": "A Vue 3 boilerplate project utilizing @starport/vue and @starport/vuex",
"author": "Tendermint, Inc <hello@tendermint.com>",
"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.2",
"@starport/vuex": "^0.3.2",
"@starport/vue": "^0.3.3",
"@starport/vuex": "^0.3.3",
"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.2",
"version": "0.3.3",
"description": "A library of Vue 3 components for building frontends for cosmos-sdk chains",
"author": "Tendermint, Inc <hello@tendermint.com>",
"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.2",
"version": "0.3.3",
"description": "A library of Vuex 4 (for Vue 3) standard store modules for state management of cosmos-sdk chains' frontends",
"author": "Tendermint, Inc <hello@tendermint.com>",
"homepage": "https://github.com/tendermint/vue",
Expand Down

0 comments on commit 7a72681

Please sign in to comment.