Skip to content

Commit

Permalink
chore: release 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Feb 8, 2024
1 parent 5defd93 commit 1a47e66
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 6.0.3
### Bug fixes
- Fix compilation issues caused by incompatible `@cosmjs/*` package versions.

## Version 6.0.2
### Bug fixes
- Fixed a bug that cause the `WalletConnectSigner` to not reconnect to a previously established connection if the remote signer is not online.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desmoslabs/desmjs",
"version": "6.0.2",
"version": "6.0.3",
"description": "Core of the desmos DApp SDK",
"contributors": [
"Manuel Turetta <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/keplr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desmoslabs/desmjs-keplr",
"version": "6.0.2",
"version": "6.0.3",
"description": "Keplr integration for DesmJS",
"contributors": [
"Luca Graziotti <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desmoslabs/desmjs-types",
"version": "6.0.2",
"version": "6.0.3",
"description": "JS and TS types relating to Protocol Buffers used by Desmos",
"contributors": [
"Manuel Turetta <[email protected]>",
Expand Down Expand Up @@ -55,4 +55,4 @@
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion packages/walletconnect-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desmoslabs/desmjs-walletconnect-modal",
"version": "6.0.2",
"version": "6.0.3",
"description": "QR code modal that can be used to display the WalletConnect QR code",
"contributors": [
"Manuel Turetta <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desmoslabs/desmjs-walletconnect-v2",
"version": "6.0.2",
"version": "6.0.3",
"description": "WalletConnect v2 integration for DesmJS",
"contributors": [
"Manuel Turetta <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3auth-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desmoslabs/desmjs-web3auth-mobile",
"version": "6.0.2",
"version": "6.0.3",
"description": "Web3Auth integration for DesmJS",
"contributors": [
"Manuel Turetta <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desmoslabs/desmjs-web3auth-web",
"version": "6.0.2",
"version": "6.0.3",
"description": "Web3Auth integration for DesmJS",
"contributors": [
"Manuel Turetta <[email protected]>"
Expand Down

0 comments on commit 1a47e66

Please sign in to comment.