Skip to content

Commit 0cad0af

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

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

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+
## [0.35.1](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2023-08-09)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen
9+
10+
11+
12+
13+
614
# [0.35.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2023-08-09)
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": "0.35.0",
3+
"version": "0.35.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/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.26.0"
99+
"wasm-ast-types": "^0.26.1"
100100
}
101101
}

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

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

packages/wasm-ast-types/package.json

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

0 commit comments

Comments
 (0)