Skip to content

Commit

Permalink
chore(release): publish v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerna CI committed Dec 5, 2023
1 parent 8553c20 commit fcf99ef
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.5.1"
"version": "0.6.0"
}
2 changes: 1 addition & 1 deletion packages/react-lib/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/react-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignt/react-library",
"version": "0.5.1",
"version": "0.6.0",
"description": "A library of React components for building frontends for cosmos-sdk chains",
"repository": "https://github.com/ignite/web.git",
"author": "Ignite, Inc <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignt/react-template",
"version": "0.5.1",
"version": "0.6.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@cosmjs/stargate": "^0.32.1",
"@headlessui/react": "^1.7.3",
"@headlessui/tailwindcss": "^0.1.1",
"@ignt/react-library": "^0.5.1",
"@ignt/react-library": "^0.6.0",
"@tanstack/react-query": "^4.13.5",
"axios": "^1.1.3",
"bignumber.js": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-lib/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-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignt/vue-library",
"version": "0.5.1",
"version": "0.6.0",
"description": "A library of Vue 3 components for building frontends for cosmos-sdk chains",
"repository": "https://github.com/ignite/web.git",
"author": "Ignite, Inc <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@cosmjs/stargate": "^0.32.1",
"@headlessui/tailwindcss": "^0.1.1",
"@headlessui/vue": "^1.7.3",
"@ignt/vue-library": "^0.5.1",
"@ignt/vue-library": "^0.6.0",
"@tanstack/vue-query": "^4.13.5",
"axios": "^1.1.3",
"bignumber.js": "^9.1.0",
Expand Down Expand Up @@ -60,5 +60,5 @@
"node": ">=16.0.0"
},
"private": true,
"version": "0.5.1"
"version": "0.6.0"
}

0 comments on commit fcf99ef

Please sign in to comment.