Skip to content

Commit 68e1ec8

Browse files
committed
Set version 0.33.0
1 parent 0b6a3bf commit 68e1ec8

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.33.0] - 2025-01-15
10+
911
### Changed
1012

1113
- Upgrade to yarn 4 and drop Node.js 16 support ([#1552])
@@ -1473,7 +1475,8 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
14731475
`FeeTable`. @cosmjs/cosmwasm has its own `FeeTable` with those properties.
14741476
- @cosmjs/sdk38: Rename package to @cosmjs/launchpad.
14751477

1476-
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.32.4...HEAD
1478+
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.33.0...HEAD
1479+
[0.33.0]: https://github.com/cosmos/cosmjs/compare/v0.32.4...v0.33.0
14771480
[0.32.4]: https://github.com/cosmos/cosmjs/compare/v0.32.3...v0.32.4
14781481
[0.32.3]: https://github.com/cosmos/cosmjs/compare/v0.32.2...v0.32.3
14791482
[0.32.2]: https://github.com/cosmos/cosmjs/compare/v0.32.1...v0.32.2

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

packages/math/package.json

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

packages/proto-signing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/proto-signing",
3-
"version": "0.32.4",
3+
"version": "0.33.0",
44
"description": "Utilities for protobuf based signing (Cosmos SDK 0.40+)",
55
"contributors": [
66
"Will Clark <[email protected]>",

packages/socket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/socket",
3-
"version": "0.32.4",
3+
"version": "0.33.0",
44
"description": "Utility functions for working with WebSockets",
55
"contributors": [
66
"IOV SAS <[email protected]>",

packages/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/stargate",
3-
"version": "0.32.4",
3+
"version": "0.33.0",
44
"description": "Utilities for Cosmos SDK 0.40",
55
"contributors": [
66
"Simon Warta <[email protected]>"

packages/stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/stream",
3-
"version": "0.32.4",
3+
"version": "0.33.0",
44
"description": "Utility functions for producing and consuming streams",
55
"contributors": [
66
"IOV SAS <[email protected]>",

packages/tendermint-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/tendermint-rpc",
3-
"version": "0.32.4",
3+
"version": "0.33.0",
44
"description": "Tendermint RPC clients",
55
"contributors": [
66
"IOV SAS <[email protected]>",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/utils",
3-
"version": "0.32.4",
3+
"version": "0.33.0",
44
"description": "Utility tools, primarily for testing code",
55
"contributors": [
66
"IOV SAS <[email protected]>"

0 commit comments

Comments
 (0)