Skip to content

Commit 472007b

Browse files
committed
chore(release): publish
- @cosmwasm/[email protected] - @cosmwasm/[email protected] - @cosmwasm/[email protected]
1 parent b2547b3 commit 472007b

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

packages/ast/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.9.1](https://github.com/hyperweb-io/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2025-08-28)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen-ast
9+
10+
11+
12+
13+
614
# [1.9.0](https://github.com/hyperweb-io/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2025-07-02)
715

816
**Note:** Version bump only for package @cosmwasm/ts-codegen-ast

packages/ast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmwasm/ts-codegen-ast",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "CosmWasm TypeScript AST generation",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/ts-codegen/tree/master/packages/ast#readme",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@babel/types": "7.24.0",
39-
"@cosmwasm/ts-codegen-types": "^1.4.0",
39+
"@cosmwasm/ts-codegen-types": "^1.4.1",
4040
"ast-stringify": "0.2.1",
4141
"case": "1.6.3",
4242
"deepmerge": "4.2.2",

packages/ts-codegen/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.13.1](https://github.com/hyperweb-io/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2025-08-28)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen
9+
10+
11+
12+
13+
614
# [1.13.0](https://github.com/hyperweb-io/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2025-07-02)
715

816
**Note:** Version bump only for package @cosmwasm/ts-codegen

packages/ts-codegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmwasm/ts-codegen",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "@cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/ts-codegen",
@@ -43,8 +43,8 @@
4343
"@chain-registry/types": "^0.17.1",
4444
"@chain-registry/utils": "^1.51.71",
4545
"@chain-registry/v2": "^1.71.229",
46-
"@cosmwasm/ts-codegen-ast": "^1.8.1",
47-
"@cosmwasm/ts-codegen-types": "^1.3.1",
46+
"@cosmwasm/ts-codegen-ast": "^1.9.1",
47+
"@cosmwasm/ts-codegen-types": "^1.4.1",
4848
"@interchainjs/amino": "1.17.1",
4949
"@interchainjs/cosmos": "1.17.1",
5050
"@interchainjs/types": "1.17.1",

packages/types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.1](https://github.com/hyperweb-io/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2025-08-28)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen-types
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/hyperweb-io/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2025-07-02)
715

816
**Note:** Version bump only for package @cosmwasm/ts-codegen-types

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmwasm/ts-codegen-types",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "CosmWasm TSCodegen Types",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/ts-codegen/tree/master/packages/types#readme",

0 commit comments

Comments
 (0)