-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @cosmwasm/[email protected] - [email protected]
- Loading branch information
1 parent
34feaf9
commit fa5aea0
Showing
4 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2023-08-09) | ||
|
||
**Note:** Version bump only for package @cosmwasm/ts-codegen | ||
|
||
|
||
|
||
|
||
|
||
## [0.34.2](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/[email protected]...@cosmwasm/[email protected]) (2023-07-30) | ||
|
||
**Note:** Version bump only for package @cosmwasm/ts-codegen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@cosmwasm/ts-codegen", | ||
"version": "0.34.2", | ||
"version": "0.35.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 <[email protected]>", | ||
"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.25.0" | ||
"wasm-ast-types": "^0.26.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.0](https://github.com/pyramation/cosmwasm-typescript-gen/compare/[email protected]@0.26.0) (2023-08-09) | ||
|
||
**Note:** Version bump only for package wasm-ast-types | ||
|
||
|
||
|
||
|
||
|
||
# [0.25.0](https://github.com/pyramation/cosmwasm-typescript-gen/compare/[email protected]@0.25.0) (2023-07-28) | ||
|
||
**Note:** Version bump only for package wasm-ast-types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "wasm-ast-types", | ||
"version": "0.25.0", | ||
"version": "0.26.0", | ||
"description": "CosmWasm TypeScript AST generation", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/pyramation/cosmwasm-typescript-gen/tree/master/packages/wasm-ast-types#readme", | ||
|