Skip to content

Commit

Permalink
chore: release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Jul 11, 2023
1 parent cac793b commit 872d1b4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
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": "5.0.1",
"version": "5.1.0",
"description": "Core of the desmos DApp SDK",
"contributors": [
"Manuel Turetta <manuel@forbole.com>",
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": "5.0.1",
"version": "5.1.0",
"description": "Keplr integration for DesmJS",
"contributors": [
"Luca Graziotti <luca.g@protonmail.ch>"
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": "5.0.1",
"version": "5.1.0",
"description": "JS and TS types relating to Protocol Buffers used by Desmos",
"contributors": [
"Manuel Turetta <manuel@forbole.com>",
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": "5.0.1",
"version": "5.1.0",
"description": "WalletConnect v2 integration for DesmJS",
"contributors": [
"Manuel Turetta <manuel@forbole.com>"
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": "5.0.1",
"version": "5.1.0",
"description": "Web3Auth integration for DesmJS",
"contributors": [
"Manuel Turetta <manuel@forbole.com>"
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": "5.0.1",
"version": "5.1.0",
"description": "Web3Auth integration for DesmJS",
"contributors": [
"Manuel Turetta <manuel@forbole.com>"
Expand Down

0 comments on commit 872d1b4

Please sign in to comment.