File tree Expand file tree Collapse file tree 6 files changed +30
-6
lines changed Expand file tree Collapse file tree 6 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.8.1] ( https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen-ast@1.8.0...@cosmwasm/ts-codegen-ast@1.8.1 ) (2025-01-28)
7
+
8
+ ** Note:** Version bump only for package @cosmwasm/ts-codegen-ast
9
+
10
+
11
+
12
+
13
+
6
14
# [ 1.8.0] ( https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen-ast@1.7.0...@cosmwasm/ts-codegen-ast@1.8.0 ) (2024-12-21)
7
15
8
16
** Note:** Version bump only for package @cosmwasm/ts-codegen-ast
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cosmwasm/ts-codegen-ast" ,
3
- "version" : " 1.8.0 " ,
3
+ "version" : " 1.8.1 " ,
4
4
"description" : " CosmWasm TypeScript AST generation" ,
5
5
"author" : " Dan Lynch <pyramation@gmail.com>" ,
6
6
"homepage" : " https://github.com/cosmwasm/ts-codegen/tree/master/packages/ast#readme" ,
35
35
},
36
36
"dependencies" : {
37
37
"@babel/types" : " 7.24.0" ,
38
- "@cosmwasm/ts-codegen-types" : " ^1.3.0 " ,
38
+ "@cosmwasm/ts-codegen-types" : " ^1.3.1 " ,
39
39
"ast-stringify" : " 0.1.0" ,
40
40
"case" : " 1.6.3" ,
41
41
"deepmerge" : " 4.2.2"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.12.1] ( https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@1.12.0...@cosmwasm/ts-codegen@1.12.1 ) (2025-01-28)
7
+
8
+ ** Note:** Version bump only for package @cosmwasm/ts-codegen
9
+
10
+
11
+
12
+
13
+
6
14
# [ 1.12.0] ( https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen@1.11.1...@cosmwasm/ts-codegen@1.12.0 ) (2024-12-21)
7
15
8
16
** Note:** Version bump only for package @cosmwasm/ts-codegen
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cosmwasm/ts-codegen" ,
3
- "version" : " 1.12.0 " ,
3
+ "version" : " 1.12.1 " ,
4
4
"description" : " @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code." ,
5
5
"author" : " Dan Lynch <pyramation@gmail.com>" ,
6
6
"homepage" : " https://github.com/cosmwasm/ts-codegen" ,
43
43
"@babel/generator" : " 7.24.4" ,
44
44
"@babel/traverse" : " 7.24.1" ,
45
45
"@babel/types" : " 7.24.0" ,
46
- "@cosmwasm/ts-codegen-ast" : " ^1.8.0 " ,
47
- "@cosmwasm/ts-codegen-types" : " ^1.3.0 " ,
46
+ "@cosmwasm/ts-codegen-ast" : " ^1.8.1 " ,
47
+ "@cosmwasm/ts-codegen-types" : " ^1.3.1 " ,
48
48
"@pyramation/json-schema-to-typescript" : " 11.0.4" ,
49
49
"@types/rimraf" : " 3.0.2" ,
50
50
"@types/shelljs" : " 0.8.15" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.3.1] ( https://github.com/cosmwasm/ts-codegen/compare/@cosmwasm/ts-codegen-types@1.3.0...@cosmwasm/ts-codegen-types@1.3.1 ) (2025-01-28)
7
+
8
+ ** Note:** Version bump only for package @cosmwasm/ts-codegen-types
9
+
10
+
11
+
12
+
13
+
6
14
# [ 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
15
8
16
** Note:** Version bump only for package @cosmwasm/ts-codegen-types
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cosmwasm/ts-codegen-types" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " CosmWasm TSCodegen Types" ,
5
5
"author" : " Dan Lynch <pyramation@gmail.com>" ,
6
6
"homepage" : " https://github.com/cosmwasm/ts-codegen/tree/master/packages/types#readme" ,
You can’t perform that action at this time.
0 commit comments