Skip to content

Commit d3a87b5

Browse files
committed
chore(release): publish
- @cosmwasm/[email protected] - @cosmwasm/[email protected]
1 parent 4a533e6 commit d3a87b5

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/ast/CHANGELOG.md

+8
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.8.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2024-12-21)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen-ast
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2024-06-21)
715

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

packages/ast/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmwasm/ts-codegen-ast",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "CosmWasm TypeScript AST generation",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmwasm/ts-codegen/tree/master/packages/ast#readme",

packages/ts-codegen/CHANGELOG.md

+8
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.12.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2024-12-21)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen
9+
10+
11+
12+
13+
614
## [1.11.1](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2024-06-26)
715

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

packages/ts-codegen/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmwasm/ts-codegen",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
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/cosmwasm/ts-codegen",
@@ -43,7 +43,7 @@
4343
"@babel/generator": "7.24.4",
4444
"@babel/traverse": "7.24.1",
4545
"@babel/types": "7.24.0",
46-
"@cosmwasm/ts-codegen-ast": "^1.7.0",
46+
"@cosmwasm/ts-codegen-ast": "^1.8.0",
4747
"@cosmwasm/ts-codegen-types": "^1.3.0",
4848
"@pyramation/json-schema-to-typescript": " 11.0.4",
4949
"@types/rimraf": "3.0.2",

0 commit comments

Comments
 (0)