File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
12
12
version :
13
13
description : " Frontend version of Logseq - git tag or SHA"
14
14
required : true
15
- default : ' 0.10.0 '
15
+ default : ' 0.10.6 '
16
16
theme-mode :
17
17
description : " Theme mode of frontend. Can be 'dark' or 'light'"
18
18
required : false
Original file line number Diff line number Diff line change 1
1
{:deps
2
2
{logseq/graph-parser
3
3
{:git/url " https://github.com/logseq/logseq"
4
- :git/sha " 5a4bba13787c39616115e447fac7b413986580b7 "
5
- :git/tag " 0.10.0 "
4
+ :git/sha " cd2211a042332792ac3f797e34c08bc77c4e4dd4 "
5
+ :git/tag " 0.10.6 "
6
6
:deps/root " deps/graph-parser" }
7
7
#_{:local/root " ../logseq/deps/graph-parser" }
8
8
logseq/publishing
9
9
{:git/url " https://github.com/logseq/logseq"
10
- :git/sha " 5a4bba13787c39616115e447fac7b413986580b7 "
11
- :git/tag " 0.10.0 "
10
+ :git/sha " cd2211a042332792ac3f797e34c08bc77c4e4dd4 "
11
+ :git/tag " 0.10.6 "
12
12
:deps/root " deps/publishing" }
13
13
#_{:local/root " ../logseq/deps/publishing" }
14
14
; ; TODO: Remove workaround for error: 'Unable to compare versions for logseq/db'
15
15
logseq/db
16
16
{:git/url " https://github.com/logseq/logseq"
17
- :git/sha " 5a4bba13787c39616115e447fac7b413986580b7 "
18
- :git/tag " 0.10.0 "
17
+ :git/sha " cd2211a042332792ac3f797e34c08bc77c4e4dd4 "
18
+ :git/tag " 0.10.6 "
19
19
:deps/root " deps/db" }}}
Original file line number Diff line number Diff line change 41
41
42
42
(def ^:private valid-colors
43
43
" From frontend.colors/color-list"
44
- [:tomato :red :crimson :pink :plum :purple :violet :indigo :blue :cyan :teal :green :grass :orange :brown ])
44
+ [:tomato :red :crimson :pink :plum :purple :violet :indigo :blue :cyan :teal :green :grass :orange ])
45
45
46
46
(defn- get-accent-color [color*]
47
47
(let [color (keyword (or color* " blue" ))]
You can’t perform that action at this time.
0 commit comments