Skip to content

Commit

Permalink
chore: release 0.18.1
Browse files Browse the repository at this point in the history
build: update deno.lock
  • Loading branch information
hasundue committed Apr 23, 2024
1 parent 79ac1e9 commit 7f50098
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 27 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
> [!CAUTION]\
> **@molt/core** and **@molt/cli** published on [jsr.io](jsr.io) are currently
> BROKEN.\
> Please use https://deno.land/x/molt until
> https://github.com/hasundue/molt/issues/160 is closed.
# 🦕 Molt

[![CI](https://github.com/hasundue/molt/actions/workflows/ci.yml/badge.svg)](https://github.com/hasundue/molt/actions/workflows/ci.yml)
Expand Down
6 changes: 3 additions & 3 deletions cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molt/cli",
"version": "0.18.0",
"version": "0.18.1",
"exports": {
".": "./main.ts"
},
Expand All @@ -15,8 +15,8 @@
"@conventional-commits/parser": "npm:@conventional-commits/parser@^0.4.1",
"@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.0",
"@molt/lib": "jsr:@molt/lib@^0.18.0",
"@molt/core": "jsr:@molt/core@^0.18.1",
"@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
108 changes: 105 additions & 3 deletions cli/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molt/core",
"version": "0.18.0",
"version": "0.18.1",
"exports": {
".": "./mod.ts"
},
Expand Down
88 changes: 88 additions & 0 deletions core/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"@molt/integration/commits": "./integration/commits.ts",
"@molt/integration/github": "./integration/github.ts",
"@molt/integration/packages": "./integration/packages.ts",
"@molt/integration/repository": "./integration/repository.ts",
"x/import_map": "./core/vendor/deno.land/x/import_map@v0.19.1/mod.ts"
"@molt/integration/repository": "./integration/repository.ts"
}
},
"fmt": {
Expand Down
14 changes: 3 additions & 11 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0
"0.18.1
"
`;
Expand Down

0 comments on commit 7f50098

Please sign in to comment.