Skip to content

Commit

Permalink
upgrades in deps and syntax; tag 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 17, 2022
1 parent 4edc7dd commit df122a0
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: add cr
run: |
mkdir -p $GITHUB_WORKSPACE/bin
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0/cr
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.8/cr
chmod +x $GITHUB_WORKSPACE/bin/cr
echo "::add-path::$GITHUB_WORKSPACE/bin"
Expand Down
38 changes: 17 additions & 21 deletions calcit.cirru

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

24 changes: 12 additions & 12 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{} (:package |reel)
:configs $ {} (:init-fn |reel.app.main/main!) (:reload-fn |reel.app.main/reload!) (:version |0.5.7)
:modules $ [] |respo.calcit/compact.cirru |lilac/compact.cirru |memof/compact.cirru |respo-ui.calcit/compact.cirru
:configs $ {} (:init-fn |reel.app.main/main!) (:reload-fn |reel.app.main/reload!) (:version |0.5.8)
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/
:entries $ {}
:files $ {}
|reel.app.comp.container $ {}
Expand Down Expand Up @@ -60,11 +60,11 @@
def style-container $ {} (:margin "|8px 0") (:height "\"32px")
:ns $ quote
ns reel.app.comp.task $ :require
[] respo.core :refer $ [] defcomp <> div button input
respo.core :refer $ [] defcomp <> div button input
respo.css :refer $ defstyle
[] respo.util.format :refer $ [] hsl
[] respo.comp.space :refer $ [] =<
[] respo-ui.core :as ui
respo.util.format :refer $ [] hsl
respo.comp.space :refer $ [] =<
respo-ui.core :as ui
respo-ui.css :as css
|reel.app.comp.todolist $ {}
:defs $ {}
Expand Down Expand Up @@ -260,9 +260,9 @@
last records
if (some? record)
let[] (action op-data op-id op-time) record $ div
{} (:class-name css/font-code)
:style $ merge ui/column
{} $ :font-size 12
{}
:class-name $ str-spaced css/font-code css/column
:style $ {} (:font-size 12)
div
{} (:class-name css/row-parted)
:style $ {}
Expand All @@ -274,9 +274,9 @@
=< 8 nil
<> op-time
if
and (some? pointer) (/= pointer 0)
span $ {} (:inner-text |Remove)
:style $ {} (:cursor :pointer) (:font-size 12) (:font-family ui/font-fancy)
and (some? pointer) (not= pointer 0)
span $ {} (:inner-text |Remove) (:class-name css/font-fancy)
:style $ {} (:cursor :pointer) (:font-size 12)
:color $ hsl 200 100 84
:on-click $ fn (e d!)
d! :reel/remove $ :pointer reel
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.5.7",
"version": "0.5.8",
"dependencies": {
"@calcit/procs": "^0.6.0"
"@calcit/procs": "^0.6.8"
},
"devDependencies": {
"bottom-tip": "^0.1.3",
"vite": "^3.0.2"
"vite": "^3.1.8"
}
}
Loading

0 comments on commit df122a0

Please sign in to comment.