Skip to content

Commit

Permalink
chore(release): publish v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerna CI committed Feb 22, 2022
1 parent 4cd71aa commit e8762c7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 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.0"
"packages": [
"packages/*"
],
"version": "0.3.1"
}
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.

8 changes: 4 additions & 4 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.0",
"version": "0.3.1",
"description": "A Vue 3 boilerplate project utilizing @starport/vue and @starport/vuex",
"author": "Tendermint, Inc <hello@tendermint.com>",
"private": true,
Expand All @@ -10,11 +10,11 @@
"serve": "vite preview"
},
"dependencies": {
"@cosmjs/stargate": "0.27.0",
"@cosmjs/launchpad": "0.27.0",
"@cosmjs/proto-signing": "0.27.0",
"@starport/vue": "^0.3.0",
"@starport/vuex": "^0.3.0",
"@cosmjs/stargate": "0.27.0",
"@starport/vue": "^0.3.1",
"@starport/vuex": "^0.3.1",
"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.0",
"version": "0.3.1",
"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.

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.3.0",
"version": "0.3.1",
"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 All @@ -16,9 +16,9 @@
"@confio/relayer": "^0.3.0",
"@cosmjs/crypto": "0.27.0",
"@cosmjs/encoding": "0.27.0",
"@cosmjs/stargate": "0.27.0",
"@cosmjs/launchpad": "0.27.0",
"@cosmjs/proto-signing": "0.27.0",
"@cosmjs/stargate": "0.27.0",
"@cosmjs/tendermint-rpc": "0.27.0",
"@cosmjs/utils": "0.27.0",
"axios": "^0.22.0",
Expand Down

0 comments on commit e8762c7

Please sign in to comment.