Skip to content

Commit fa63ff2

Browse files
author
Lerna CI
committed
chore(release): publish v0.3.4
1 parent 12bfe33 commit fa63ff2

7 files changed

Lines changed: 12 additions & 10 deletions

File tree

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "0.3.3"
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.3.4"
46
}

packages/template/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starport/template",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A Vue 3 boilerplate project utilizing @starport/vue and @starport/vuex",
55
"author": "Tendermint, Inc <hello@tendermint.com>",
66
"private": true,
@@ -13,8 +13,8 @@
1313
"@cosmjs/launchpad": "0.27.0",
1414
"@cosmjs/proto-signing": "0.27.0",
1515
"@cosmjs/stargate": "0.27.0",
16-
"@starport/vue": "^0.3.3",
17-
"@starport/vuex": "^0.3.3",
16+
"@starport/vue": "^0.3.4",
17+
"@starport/vuex": "^0.3.4",
1818
"buffer": "^6.0.3",
1919
"core-js": "^3.18.2",
2020
"vue": "^3.2.6",

packages/vue/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starport/vue",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A library of Vue 3 components for building frontends for cosmos-sdk chains",
55
"author": "Tendermint, Inc <hello@tendermint.com>",
66
"license": "Apache-2.0",

packages/vuex/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vuex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starport/vuex",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A library of Vuex 4 (for Vue 3) standard store modules for state management of cosmos-sdk chains' frontends",
55
"author": "Tendermint, Inc <hello@tendermint.com>",
66
"homepage": "https://github.com/tendermint/vue",

0 commit comments

Comments
 (0)