Skip to content

Commit 318c8d5

Browse files
committed
Set version 0.34.0
1 parent c3be5a2 commit 318c8d5

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.34.0] - 2025-07-11
10+
911
### Fixed
1012

1113
- @cosmjs/faucet: `isValidAddress` now accepts addresses up to 128 bytes (e.g.
@@ -1511,7 +1513,8 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
15111513
`FeeTable`. @cosmjs/cosmwasm has its own `FeeTable` with those properties.
15121514
- @cosmjs/sdk38: Rename package to @cosmjs/launchpad.
15131515

1514-
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.33.1...HEAD
1516+
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.34.0...HEAD
1517+
[0.34.0]: https://github.com/cosmos/cosmjs/compare/v0.33.1...v0.34.0
15151518
[0.33.1]: https://github.com/cosmos/cosmjs/compare/v0.33.0...v0.33.1
15161519
[0.33.0]: https://github.com/cosmos/cosmjs/compare/v0.32.4...v0.33.0
15171520
[0.32.4]: https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4

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.33.1",
3+
"version": "0.34.0",
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.33.1",
3+
"version": "0.34.0",
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.33.1",
3+
"version": "0.34.0",
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.33.1",
3+
"version": "0.34.0",
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.33.1",
3+
"version": "0.34.0",
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.33.1",
3+
"version": "0.34.0",
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.33.1",
3+
"version": "0.34.0",
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.33.1",
3+
"version": "0.34.0",
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.33.1",
3+
"version": "0.34.0",
44
"description": "A library for signing Amino-encoded transactions using Ledger devices",
55
"contributors": [
66
"Will Clark <[email protected]>"

0 commit comments

Comments
 (0)