Skip to content

Commit fa5aea0

Browse files
committed
chore(release): publish
- @cosmwasm/ts-codegen@0.35.0 - wasm-ast-types@0.26.0
1 parent 34feaf9 commit fa5aea0

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

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+
# [0.35.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@0.34.2...@cosmwasm/ts-codegen@0.35.0) (2023-08-09)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen
9+
10+
11+
12+
13+
614
## [0.34.2](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@0.34.1...@cosmwasm/ts-codegen@0.34.2) (2023-07-30)
715

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

packages/ts-codegen/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",
3-
"version": "0.34.2",
3+
"version": "0.35.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 <pyramation@gmail.com>",
66
"homepage": "https://github.com/cosmwasm/ts-codegen",
@@ -96,6 +96,6 @@
9696
"parse-package-name": "1.0.0",
9797
"rimraf": "3.0.2",
9898
"shelljs": "0.8.5",
99-
"wasm-ast-types": "^0.25.0"
99+
"wasm-ast-types": "^0.26.0"
100100
}
101101
}

packages/wasm-ast-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+
# [0.26.0](https://github.com/pyramation/cosmwasm-typescript-gen/compare/wasm-ast-types@0.25.0...wasm-ast-types@0.26.0) (2023-08-09)
7+
8+
**Note:** Version bump only for package wasm-ast-types
9+
10+
11+
12+
13+
614
# [0.25.0](https://github.com/pyramation/cosmwasm-typescript-gen/compare/wasm-ast-types@0.24.0...wasm-ast-types@0.25.0) (2023-07-28)
715

816
**Note:** Version bump only for package wasm-ast-types

packages/wasm-ast-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-ast-types",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "CosmWasm TypeScript AST generation",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/pyramation/cosmwasm-typescript-gen/tree/master/packages/wasm-ast-types#readme",

0 commit comments

Comments
 (0)