Skip to content

Commit

Permalink
chore: release v5.0.1 (#619)
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 committed Jun 20, 2023
1 parent b5c58fa commit b470d68
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 5.0.1
- Fixed authz expiration amino conversion thanks to @williamchong
- Fixed x/gov messages type url

## Version 5.0.0
- Updated Desmos to `5.0.0`
- Added the ability to specify a `gasAdjustment` value when creating a `DesmosClient` instance
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": "5.0.0",
"version": "5.0.1",
"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.0",
"version": "5.0.1",
"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.0",
"version": "5.0.1",
"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.0",
"version": "5.0.1",
"description": "WalletConnect v2 integration for DesmJS",
"contributors": [
"Manuel Turetta <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desmoslabs/desmjs-walletconnect",
"version": "5.0.0",
"version": "5.0.1",
"description": "WalletConnect 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.0",
"version": "5.0.1",
"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.0",
"version": "5.0.1",
"description": "Web3Auth integration for DesmJS",
"contributors": [
"Manuel Turetta <[email protected]>"
Expand Down

0 comments on commit b470d68

Please sign in to comment.