Skip to content

Commit

Permalink
Merge pull request #58 from calcit-lang/fix-at
Browse files Browse the repository at this point in the history
fix parsing deps of  deref symbol
  • Loading branch information
NoEgAm committed Apr 1, 2024
2 parents 2628cf4 + 35edff3 commit 2fbc862
Show file tree
Hide file tree
Showing 6 changed files with 7,345 additions and 3,924 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.43"
version: "0.8.44"

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

Expand Down
9,121 changes: 6,070 additions & 3,051 deletions calcit.cirru

Large diffs are not rendered by default.

1,652 changes: 1,024 additions & 628 deletions compact.cirru

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
|Respo/respo.calcit |main
|Respo/respo.calcit |0.16.9
|Respo/respo-ui.calcit |main
|Respo/respo-markdown.calcit |main
|calcit-lang/recollect |main
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcit/editor",
"version": "0.8.16",
"version": "0.9.0-a1",
"description": "Tree Editor for Calcit Language",
"bin": {
"ct": "server.mjs"
Expand All @@ -24,10 +24,10 @@
"copy-text-to-clipboard": "^3.2.0",
"feather-icons": "^4.29.1",
"url-parse": "^1.5.10",
"vite": "^5.1.6"
"vite": "^5.2.6"
},
"dependencies": {
"@calcit/procs": "^0.8.43",
"@calcit/procs": "^0.8.45",
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"gaze": "^1.1.3",
Expand Down
Loading

0 comments on commit 2fbc862

Please sign in to comment.