Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @cosmwasm/[email protected]
 - @cosmwasm/[email protected]
  • Loading branch information
pyramation committed Apr 19, 2024
1 parent 1edab62 commit 7c8ccc3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1 (2024-04-19)

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





# [1.5.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2024-04-19)

**Note:** Version bump only for package @cosmwasm/ts-codegen-ast
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmwasm/ts-codegen-ast",
"version": "1.5.0",
"version": "1.5.1",
"description": "CosmWasm TypeScript AST generation",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmwasm/ts-codegen/tree/master/packages/ast#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/ts-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2024-04-19)

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





# [1.8.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2024-04-19)

**Note:** Version bump only for package @cosmwasm/ts-codegen
Expand Down
6 changes: 3 additions & 3 deletions packages/ts-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmwasm/ts-codegen",
"version": "1.8.0",
"version": "1.8.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 <[email protected]>",
"homepage": "https://github.com/cosmwasm/ts-codegen",
Expand Down Expand Up @@ -42,6 +42,7 @@
"@babel/generator": "7.24.4",
"@babel/traverse": "7.24.1",
"@babel/types": "7.24.0",
"@cosmwasm/ts-codegen-ast": "^1.5.1",
"@cosmwasm/ts-codegen-types": "^1.2.0",
"@pyramation/json-schema-to-typescript": " 11.0.4",
"@types/rimraf": "3.0.2",
Expand All @@ -57,8 +58,7 @@
"nested-obj": "0.0.1",
"parse-package-name": "1.0.0",
"rimraf": "3.0.2",
"shelljs": "0.8.5",
"@cosmwasm/ts-codegen-ast": "^1.5.0"
"shelljs": "0.8.5"
},
"keywords": [
"cosmwasm",
Expand Down

0 comments on commit 7c8ccc3

Please sign in to comment.