Skip to content

Commit

Permalink
chore(release): publish v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerna CI committed Nov 2, 2023
1 parent 0b2a33f commit 81adb36
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.4.3"
"version": "0.5.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.4.3",
"version": "0.5.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
2 changes: 1 addition & 1 deletion packages/react-template/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/react-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignt/react-template",
"version": "0.4.3",
"version": "0.5.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@cosmjs/stargate": "^0.31.1",
"@headlessui/react": "^1.7.3",
"@headlessui/tailwindcss": "^0.1.1",
"@ignt/react-library": "^0.4.3",
"@ignt/react-library": "^0.5.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.4.3",
"version": "0.5.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
2 changes: 1 addition & 1 deletion packages/vue-template/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/vue-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@cosmjs/stargate": "^0.31.1",
"@headlessui/tailwindcss": "^0.1.1",
"@headlessui/vue": "^1.7.3",
"@ignt/vue-library": "^0.4.3",
"@ignt/vue-library": "^0.5.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.4.3"
"version": "0.5.0"
}

0 comments on commit 81adb36

Please sign in to comment.