Skip to content

Commit 4f732d9

Browse files
Update frontend and backend to use latest logseq
1 parent f0023c3 commit 4f732d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
version:
1313
description: "Frontend version of Logseq - git tag or SHA"
1414
required: true
15-
default: '0.9.8'
15+
default: '65640ed8857199d89268295863cd556f5d90ea0b'
1616
theme-mode:
1717
description: "Theme mode of frontend. Can be 'dark' or 'light'"
1818
required: false

nbb.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{:deps
22
{logseq/graph-parser
33
{:git/url "https://github.com/logseq/logseq"
4-
:git/sha "3c93fd2637d9615a3fd99b11c73d40a8c4f0ff2d"
4+
:git/sha "65640ed8857199d89268295863cd556f5d90ea0b"
55
:deps/root "deps/graph-parser"}
66
#_{:local/root "../logseq/deps/graph-parser"}
77
logseq/publishing
88
{:git/url "https://github.com/logseq/logseq"
9-
:git/sha "3c93fd2637d9615a3fd99b11c73d40a8c4f0ff2d"
9+
:git/sha "65640ed8857199d89268295863cd556f5d90ea0b"
1010
:deps/root "deps/publishing"}
1111
#_{:local/root "../logseq/deps/publishing"}
1212
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/db'
1313
logseq/db
1414
{:git/url "https://github.com/logseq/logseq"
15-
:git/sha "3c93fd2637d9615a3fd99b11c73d40a8c4f0ff2d"
15+
:git/sha "65640ed8857199d89268295863cd556f5d90ea0b"
1616
:deps/root "deps/db"}
1717
#_{:local/root "../logseq/deps/db"}
1818
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/common'
1919
logseq/common
2020
{:git/url "https://github.com/logseq/logseq"
21-
:git/sha "3c93fd2637d9615a3fd99b11c73d40a8c4f0ff2d"
21+
:git/sha "65640ed8857199d89268295863cd556f5d90ea0b"
2222
:deps/root "deps/common"}
2323
#_{:local/root "../logseq/deps/db"}}}

0 commit comments

Comments
 (0)