diff --git a/packages/ts-codegen/CHANGELOG.md b/packages/ts-codegen/CHANGELOG.md index d49c63c0..64602698 100644 --- a/packages/ts-codegen/CHANGELOG.md +++ b/packages/ts-codegen/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.35.1](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@0.35.0...@cosmwasm/ts-codegen@0.35.1) (2023-08-09) + +**Note:** Version bump only for package @cosmwasm/ts-codegen + + + + + # [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) **Note:** Version bump only for package @cosmwasm/ts-codegen diff --git a/packages/ts-codegen/package.json b/packages/ts-codegen/package.json index 7196d082..24a8ce9c 100644 --- a/packages/ts-codegen/package.json +++ b/packages/ts-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@cosmwasm/ts-codegen", - "version": "0.35.0", + "version": "0.35.1", "description": "@cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.", "author": "Dan Lynch ", "homepage": "https://github.com/cosmwasm/ts-codegen", @@ -96,6 +96,6 @@ "parse-package-name": "1.0.0", "rimraf": "3.0.2", "shelljs": "0.8.5", - "wasm-ast-types": "^0.26.0" + "wasm-ast-types": "^0.26.1" } } diff --git a/packages/wasm-ast-types/CHANGELOG.md b/packages/wasm-ast-types/CHANGELOG.md index f1ad5bfd..502ef01c 100644 --- a/packages/wasm-ast-types/CHANGELOG.md +++ b/packages/wasm-ast-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.26.1](https://github.com/pyramation/cosmwasm-typescript-gen/compare/wasm-ast-types@0.26.0...wasm-ast-types@0.26.1) (2023-08-09) + +**Note:** Version bump only for package wasm-ast-types + + + + + # [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) **Note:** Version bump only for package wasm-ast-types diff --git a/packages/wasm-ast-types/package.json b/packages/wasm-ast-types/package.json index 7e68964c..a5a31ad4 100644 --- a/packages/wasm-ast-types/package.json +++ b/packages/wasm-ast-types/package.json @@ -1,6 +1,6 @@ { "name": "wasm-ast-types", - "version": "0.26.0", + "version": "0.26.1", "description": "CosmWasm TypeScript AST generation", "author": "Dan Lynch ", "homepage": "https://github.com/pyramation/cosmwasm-typescript-gen/tree/master/packages/wasm-ast-types#readme",