Skip to content

Commit

Permalink
remove log; tag 0.9.0-a3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 5, 2024
1 parent 7252bdc commit 713181a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: calcit-lang/setup-cr@0.0.3
with:
version: "0.8.44"
version: "0.8.46"

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
7 changes: 2 additions & 5 deletions calcit.cirru

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

4 changes: 2 additions & 2 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |app)
:configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.9.0-a2)
:configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.9.0-a1)
:modules $ [] |lilac/ |memof/ |recollect/ |cumulo-util.calcit/ |ws-edn.calcit/ |bisection-key/ |respo-markdown.calcit/
:entries $ {}
:client $ {} (:init-fn |app.client/main!) (:reload-fn |app.client/reload!)
Expand Down Expand Up @@ -4198,7 +4198,7 @@
parse-bookmarks-collect!
tree->cirru $ &record:get v :code
, local-defs import-rules this-ns this-def collect!
w-js-log @*usages
, @*usages
|parse-bookmarks-collect! $ %{} :CodeEntry (:doc |)
:code $ quote
defn parse-bookmarks-collect! (tree local-defs import-rules this-ns this-def collect!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcit/editor",
"version": "0.9.0-a2",
"version": "0.9.0-a3",
"description": "Tree Editor for Calcit Language",
"bin": {
"ct": "server.mjs"
Expand Down

0 comments on commit 713181a

Please sign in to comment.