Skip to content

Commit 4cecf93

Browse files
committed
Publish
1 parent 2062d7f commit 4cecf93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/ts-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abstract-money/ts-codegen",
3-
"version": "0.37.0-beta-2",
3+
"version": "0.37.0-beta-3",
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 <[email protected]>",
66
"homepage": "https://github.com/cosmwasm/ts-codegen",
@@ -101,6 +101,6 @@
101101
"parse-package-name": "1.0.0",
102102
"rimraf": "3.0.2",
103103
"shelljs": "0.8.5",
104-
"wasm-ast-types": "npm:@abstract-money/[email protected]2"
104+
"wasm-ast-types": "npm:@abstract-money/[email protected]3"
105105
}
106106
}

packages/wasm-ast-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abstract-money/wasm-ast-types",
3-
"version": "0.28.0-beta-2",
3+
"version": "0.28.0-beta-3",
44
"description": "CosmWasm TypeScript AST generation",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/pyramation/cosmwasm-typescript-gen/tree/master/packages/wasm-ast-types#readme",

0 commit comments

Comments
 (0)