Skip to content

Commit

Permalink
chore: release 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed May 10, 2024
1 parent 6af70c9 commit f8c300c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
11 changes: 8 additions & 3 deletions cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@molt/cli",
"version": "0.18.2",
"version": "0.18.3",
"exports": {
".": "./main.ts"
},
"publish": {
"include": [
"deno.json",
"*.ts",
"modules/*.ts"
],
"exclude": [
"./integration"
"*_test.ts"
]
},
"imports": {
Expand All @@ -16,7 +21,7 @@
"@core/unknownutil": "jsr:@core/unknownutil@^3.18.0",
"@david/dax": "jsr:@david/dax@^0.40.0",
"@molt/lib": "jsr:@molt/lib@^0.18.0",
"@molt/core": "jsr:@molt/core@^0.18.2",
"@molt/core": "jsr:@molt/core@^0.18.3",
"@molt/integration": "jsr:@molt/integration@^0.18.0",
"@std/assert": "jsr:@std/assert@^0.222.1",
"@std/collections": "jsr:@std/collections@^0.222.1",
Expand Down
10 changes: 8 additions & 2 deletions core/deno.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "@molt/core",
"version": "0.18.2",
"version": "0.18.3",
"exports": {
".": "./mod.ts"
},
"publish": {
"include": [
"deno.json",
"*.ts",
"import_map/js"
],
"exclude": [
"*_test.ts"
"*_test.ts",
"!import_map/js"
]
},
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/cli_test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Options:
snapshot[`cli - "molt --help" 2`] = `""`;
snapshot[`cli - "molt --version" 1`] = `
"0.18.2
"0.18.3
"
`;
Expand Down

0 comments on commit f8c300c

Please sign in to comment.