From 872d1b4463d431de8cb95bb4f1b1bbd9255a0fc6 Mon Sep 17 00:00:00 2001 From: Manuel Turetta Date: Tue, 11 Jul 2023 11:52:00 -0500 Subject: [PATCH] chore: release v5.1.0 --- CHANGELOG.md | 18 +++++++++++++++++- packages/core/README.md | 1 + packages/core/package.json | 2 +- packages/keplr/package.json | 2 +- packages/types/package.json | 2 +- packages/walletconnect-v2/package.json | 2 +- packages/web3auth-mobile/package.json | 2 +- packages/web3auth-web/package.json | 2 +- 8 files changed, 24 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7921e20f2..51c9b6596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,38 @@ +## Version 5.1.0 +### Features +- Add support to governance v1 +- Reorganized modules export to better support multiple version of a module + +### Chore +- Dropped support to WalletConnect v1 + ## Version 5.0.1 +### Bug fixes - Fixed authz expiration amino conversion thanks to @williamchong - Fixed x/gov messages type url ## Version 5.0.0 +### Features - Updated Desmos to `5.0.0` - Added the ability to specify a `gasAdjustment` value when creating a `DesmosClient` instance ## Version 4.7.10 +### Bug fixes - Fix `StakeAuthorizationTypeUrl` ## Version 4.7.9 +### Features - Add methods to broadcast a transaction in async, sync or block mode ## Version 4.7.8 -- Fixed the Amino to Protobuf converter of `MsgLinkChainAccount` +### Features - Replaced `ts-proto` with `telescope` to generate the messages code from Profo files +### Bug fixes +- Fixed the Amino to Protobuf converter of `MsgLinkChainAccount` + ## Version 4.7.7 +### Features - Allow to simulate a tx with a `DesmosClient` without signer - Improve `DesmosClient#signTx` method signature diff --git a/packages/core/README.md b/packages/core/README.md index d7f55a41e..d02b55209 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -29,3 +29,4 @@ Represents an abstract signer able to sign a transaction either using `SIGN_MODE | `4.6.x` | `v4.6.x` | | `4.7.x` | `v4.7.x`, `v4.8.1` | | `5.0.x` | `v5.0.x` | +| `5.1.x` | `v5.2.x` | diff --git a/packages/core/package.json b/packages/core/package.json index 041b9cbed..96ab1c4f7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@desmoslabs/desmjs", - "version": "5.0.1", + "version": "5.1.0", "description": "Core of the desmos DApp SDK", "contributors": [ "Manuel Turetta ", diff --git a/packages/keplr/package.json b/packages/keplr/package.json index 8b405af6b..fb3c9e886 100644 --- a/packages/keplr/package.json +++ b/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@desmoslabs/desmjs-keplr", - "version": "5.0.1", + "version": "5.1.0", "description": "Keplr integration for DesmJS", "contributors": [ "Luca Graziotti " diff --git a/packages/types/package.json b/packages/types/package.json index 2c8527781..dbd084a03 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@desmoslabs/desmjs-types", - "version": "5.0.1", + "version": "5.1.0", "description": "JS and TS types relating to Protocol Buffers used by Desmos", "contributors": [ "Manuel Turetta ", diff --git a/packages/walletconnect-v2/package.json b/packages/walletconnect-v2/package.json index c8bb3737f..2131ca104 100644 --- a/packages/walletconnect-v2/package.json +++ b/packages/walletconnect-v2/package.json @@ -1,6 +1,6 @@ { "name": "@desmoslabs/desmjs-walletconnect-v2", - "version": "5.0.1", + "version": "5.1.0", "description": "WalletConnect v2 integration for DesmJS", "contributors": [ "Manuel Turetta " diff --git a/packages/web3auth-mobile/package.json b/packages/web3auth-mobile/package.json index 9780d94e4..f60941796 100644 --- a/packages/web3auth-mobile/package.json +++ b/packages/web3auth-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@desmoslabs/desmjs-web3auth-mobile", - "version": "5.0.1", + "version": "5.1.0", "description": "Web3Auth integration for DesmJS", "contributors": [ "Manuel Turetta " diff --git a/packages/web3auth-web/package.json b/packages/web3auth-web/package.json index 1938e8fd9..158446e7d 100644 --- a/packages/web3auth-web/package.json +++ b/packages/web3auth-web/package.json @@ -1,6 +1,6 @@ { "name": "@desmoslabs/desmjs-web3auth-web", - "version": "5.0.1", + "version": "5.1.0", "description": "Web3Auth integration for DesmJS", "contributors": [ "Manuel Turetta "