Skip to content

Commit

Permalink
chore: release v5.1.0 (#660)
Browse files Browse the repository at this point in the history
## Description

Closes: #XXXX

<!-- Add a description of the changes that this PR introduces and the
files that
are the most critical to review. -->

---

### Author Checklist

*All items are required. Please add a note to the item if the item is
not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] targeted the correct branch (see [PR
Targeting](https://github.com/desmos-labs/desmjs/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable
and please add
your handle next to the items reviewed if you only reviewed selected
items.*

I have...

- [ ] confirmed the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] confirmed all author checklist items have been addressed
- [ ] confirmed that this PR does not change production code
  • Loading branch information
manu0466 authored Jul 11, 2023
1 parent cac793b commit d4e955a
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.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 <[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": "5.0.1",
"version": "5.1.0",
"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": "5.0.1",
"version": "5.1.0",
"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-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 <[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": "5.0.1",
"version": "5.1.0",
"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": "5.0.1",
"version": "5.1.0",
"description": "Web3Auth integration for DesmJS",
"contributors": [
"Manuel Turetta <[email protected]>"
Expand Down

0 comments on commit d4e955a

Please sign in to comment.