From fbd45f48bceb820e9851418b2bb9f947c6f88d35 Mon Sep 17 00:00:00 2001 From: tiye Date: Thu, 31 Mar 2022 15:12:01 +0800 Subject: [PATCH] fix incorrect reference for docs variable; tag 0.0.2 --- calcit.cirru | 11 +++-------- compact.cirru | 7 +++---- package.json | 4 ++-- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/calcit.cirru b/calcit.cirru index 1929d94..b944fd6 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -93,13 +93,6 @@ |v $ {} (:type :expr) (:by |root) (:at 1507461856484) :data $ {} |j $ {} (:type :leaf) (:by |root) (:at 1507461858342) (:text |comp-reel) - |z $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1646492007497) - :data $ {} - |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1646492009835) (:text |docs-workflow.schema) - |b $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1646492010685) (:text |:refer) - |h $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1646492010953) - :data $ {} - |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1646492011724) (:text |docs) :defs $ {} |comp-nav-tree $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1648635878003) :data $ {} @@ -778,6 +771,7 @@ :data $ {} |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1648636037590) (:text |path) |b $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1648636038159) (:text |d!) + |e $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1648710651267) (:text |docs) |S $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1648636124869) :data $ {} |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1648636101157) (:text |comp-parent-menu) @@ -1483,6 +1477,7 @@ :data $ {} |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1648636016944) (:text |history) |b $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1648636019428) (:text |on-select) + |X $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1648710655004) (:text |docs) |next-path $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1648585921826) :data $ {} |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1648585921826) (:text |defn) @@ -2196,5 +2191,5 @@ :data $ {} :configs $ {} (:port 6001) (:storage-key |calcit.cirru) (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/ - :version |0.0.1 + :version |0.0.2 :entries $ {} diff --git a/compact.cirru b/compact.cirru index 9672e81..805a780 100644 --- a/compact.cirru +++ b/compact.cirru @@ -2,7 +2,7 @@ {} (:package |docs-workflow) :configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/ - :version |0.0.1 + :version |0.0.2 :entries $ {} :files $ {} |docs-workflow.comp.container $ {} @@ -14,7 +14,6 @@ reel.comp.reel :refer $ comp-reel respo-md.comp.md :refer $ comp-md docs-workflow.config :refer $ dev? - docs-workflow.schema :refer $ docs "\"remarkable" :refer $ Remarkable "\"highlight.js" :default hljs "\"cirru-color" :as color @@ -97,7 +96,7 @@ {} $ :style {} $ :margin-top 20 <> "\"Histories" $ {} (:font-family ui/font-fancy) - comp-history-menu history $ fn (path d!) + comp-history-menu history docs $ fn (path d!) d! cursor $ next-path state path let target $ find-target docs (:selected state) @@ -191,7 +190,7 @@ {} (:font-family ui/font-fancy) (:font-style :italic) :color $ hsl 0 0 80 |comp-history-menu $ quote - defcomp comp-history-menu (history on-select) + defcomp comp-history-menu (history docs on-select) list-> ({}) -> history $ map-indexed fn (idx path) diff --git a/package.json b/package.json index db5c0d0..f455c15 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "version": "0.0.2", "dependencies": { "@calcit/procs": "^0.5.28" }, @@ -9,6 +10,5 @@ "highlight.js": "^11.5.0", "remarkable": "^2.0.1", "vite": "^2.8.6" - }, - "version": "0.0.1" + } }