Skip to content

Commit 917bd4c

Browse files
committed
Set version 0.32.3
1 parent f94b230 commit 917bd4c

File tree

17 files changed

+20
-17
lines changed

17 files changed

+20
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
## [0.32.3] - 2024-03-08
10+
911
### Changed
1012

1113
- @cosmjs/amino: Add IBC denom support to `parseCoins` and use the same
@@ -1441,7 +1443,8 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
14411443
`FeeTable`. @cosmjs/cosmwasm has its own `FeeTable` with those properties.
14421444
- @cosmjs/sdk38: Rename package to @cosmjs/launchpad.
14431445

1444-
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.32.2...HEAD
1446+
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.32.3...HEAD
1447+
[0.32.3]: https://github.com/cosmos/cosmjs/compare/v0.32.2...v0.32.3
14451448
[0.32.2]: https://github.com/cosmos/cosmjs/compare/v0.32.1...v0.32.2
14461449
[0.32.1]: https://github.com/cosmos/cosmjs/compare/v0.32.0...v0.32.1
14471450
[0.32.0]: https://github.com/cosmos/cosmjs/compare/v0.31.3...v0.32.0

packages/amino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/amino",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "Helpers for Amino based signing.",
55
"contributors": [
66
"Simon Warta <[email protected]>"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/cli",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "Command line interface",
55
"contributors": [
66
"IOV SAS <[email protected]>",

packages/cosmwasm-stargate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/cosmwasm-stargate",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "CosmWasm SDK",
55
"contributors": [
66
"Will Clark <[email protected]>"

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/crypto",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "Cryptography resources for blockchain projects",
55
"contributors": [
66
"IOV SAS <[email protected]>",

packages/encoding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/encoding",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "Encoding helpers for blockchain projects",
55
"contributors": [
66
"IOV SAS <[email protected]>"

packages/faucet-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/faucet-client",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "The faucet client",
55
"contributors": [
66
"Will Clark <[email protected]>"

packages/faucet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/faucet",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "The faucet",
55
"contributors": [
66
"Ethan Frey <[email protected]>",

packages/json-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/json-rpc",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "Framework for implementing a JSON-RPC 2.0 API",
55
"contributors": [
66
"IOV SAS <[email protected]>",

packages/ledger-amino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/ledger-amino",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "A library for signing Amino-encoded transactions using Ledger devices",
55
"contributors": [
66
"Will Clark <[email protected]>"

0 commit comments

Comments
 (0)