Skip to content

Commit 4784715

Browse files
committed
chore(release): publish
- @cosmwasm/ts-codegen-ast@1.6.0 - @cosmwasm/ts-codegen@1.10.0 - @cosmwasm/ts-codegen-types@1.3.0
1 parent 9008726 commit 4784715

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

packages/ast/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [1.6.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen-ast@1.5.1...@cosmwasm/ts-codegen-ast@1.6.0) (2024-05-25)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen-ast
9+
10+
11+
12+
13+
614
## 1.5.1 (2024-04-19)
715

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

packages/ast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmwasm/ts-codegen-ast",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "CosmWasm TypeScript AST generation",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/cosmwasm/ts-codegen/tree/master/packages/ast#readme",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@babel/types": "7.24.0",
38-
"@cosmwasm/ts-codegen-types": "^1.2.0",
38+
"@cosmwasm/ts-codegen-types": "^1.3.0",
3939
"ast-stringify": "0.1.0",
4040
"case": "1.6.3",
4141
"deepmerge": "4.2.2"

packages/ts-codegen/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [1.10.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@1.9.0...@cosmwasm/ts-codegen@1.10.0) (2024-05-25)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen
9+
10+
11+
12+
13+
614
# [1.9.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@1.8.1...@cosmwasm/ts-codegen@1.9.0) (2024-04-26)
715

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

packages/ts-codegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmwasm/ts-codegen",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
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 <pyramation@gmail.com>",
66
"homepage": "https://github.com/cosmwasm/ts-codegen",
@@ -43,8 +43,8 @@
4343
"@babel/generator": "7.24.4",
4444
"@babel/traverse": "7.24.1",
4545
"@babel/types": "7.24.0",
46-
"@cosmwasm/ts-codegen-ast": "^1.5.1",
47-
"@cosmwasm/ts-codegen-types": "^1.2.0",
46+
"@cosmwasm/ts-codegen-ast": "^1.6.0",
47+
"@cosmwasm/ts-codegen-types": "^1.3.0",
4848
"@pyramation/json-schema-to-typescript": " 11.0.4",
4949
"@types/rimraf": "3.0.2",
5050
"@types/shelljs": "0.8.15",

packages/types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [1.3.0](https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen-types@1.2.0...@cosmwasm/ts-codegen-types@1.3.0) (2024-05-25)
7+
8+
**Note:** Version bump only for package @cosmwasm/ts-codegen-types
9+
10+
11+
12+
13+
614
# 1.2.0 (2024-04-19)
715

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

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmwasm/ts-codegen-types",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "CosmWasm TSCodegen Types",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/cosmwasm/ts-codegen/tree/master/packages/types#readme",

0 commit comments

Comments
 (0)