From 43cbdf2257bd5a86b5fc1bfa577a78a9f18ec7cd Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Wed, 17 Apr 2024 02:27:19 -0700 Subject: [PATCH] chore(release): publish - wasm-ast-types@1.3.0 - @cosmwasm/ts-codegen@1.6.0 --- packages/ast/CHANGELOG.md | 8 ++++++++ packages/ast/package.json | 2 +- packages/ts-codegen/CHANGELOG.md | 8 ++++++++ packages/ts-codegen/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/ast/CHANGELOG.md b/packages/ast/CHANGELOG.md index dc5136ed..37423df7 100644 --- a/packages/ast/CHANGELOG.md +++ b/packages/ast/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. +# [1.3.0](https://github.com/cosmwasm/ts-codegen/compare/wasm-ast-types@1.2.0...wasm-ast-types@1.3.0) (2024-04-17) + +**Note:** Version bump only for package wasm-ast-types + + + + + # [1.2.0](https://github.com/cosmwasm/ts-codegen/compare/wasm-ast-types@1.1.0...wasm-ast-types@1.2.0) (2024-04-17) **Note:** Version bump only for package wasm-ast-types diff --git a/packages/ast/package.json b/packages/ast/package.json index ccbb013a..9eb1da25 100644 --- a/packages/ast/package.json +++ b/packages/ast/package.json @@ -1,6 +1,6 @@ { "name": "wasm-ast-types", - "version": "1.2.0", + "version": "1.3.0", "description": "CosmWasm TypeScript AST generation", "author": "Dan Lynch ", "homepage": "https://github.com/cosmwasm/ts-codegen/tree/master/packages/ast#readme", diff --git a/packages/ts-codegen/CHANGELOG.md b/packages/ts-codegen/CHANGELOG.md index 058b81ed..b37fea30 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. +# [1.6.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@1.5.0...@cosmwasm/ts-codegen@1.6.0) (2024-04-17) + +**Note:** Version bump only for package @cosmwasm/ts-codegen + + + + + # [1.5.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@1.4.1...@cosmwasm/ts-codegen@1.5.0) (2024-04-17) **Note:** Version bump only for package @cosmwasm/ts-codegen diff --git a/packages/ts-codegen/package.json b/packages/ts-codegen/package.json index e5236208..4d94ed82 100644 --- a/packages/ts-codegen/package.json +++ b/packages/ts-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@cosmwasm/ts-codegen", - "version": "1.5.0", + "version": "1.6.0", "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", @@ -57,7 +57,7 @@ "parse-package-name": "1.0.0", "rimraf": "3.0.2", "shelljs": "0.8.5", - "wasm-ast-types": "^1.2.0" + "wasm-ast-types": "^1.3.0" }, "keywords": [ "cosmwasm",