Skip to content

Commit

Permalink
chore: release 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Feb 12, 2024
1 parent f970a6e commit 9a5c231
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 6.0.4
### New features
- Add `generate` method to `PrivateKeySigner` to generate a signer with a random private key.
- Add `session` getter to `WalletConnectSigner` to get the session used to connect to the wallet.

### Bug fixes
- Fix a bug that was causing the generation of an invalid signature when signing amino-encoded transactions with a fee granter.

## Version 6.0.3
### Bug fixes
- Fix compilation issues caused by incompatible `@cosmjs/*` package versions.
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.3",
"version": "6.0.4",
"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.3",
"version": "6.0.4",
"description": "Keplr integration for DesmJS",
"contributors": [
"Luca Graziotti <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "6.0.4",
"description": "JS and TS types relating to Protocol Buffers used by Desmos",
"contributors": [
"Manuel Turetta <[email protected]>",
Expand Down
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.3",
"version": "6.0.4",
"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.3",
"version": "6.0.4",
"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.3",
"version": "6.0.4",
"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.3",
"version": "6.0.4",
"description": "Web3Auth integration for DesmJS",
"contributors": [
"Manuel Turetta <[email protected]>"
Expand Down

0 comments on commit 9a5c231

Please sign in to comment.