-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to first version with lazy loaded frontend
Also includes fix for page property loss
- Loading branch information
1 parent
eb5e961
commit 48f86b0
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{:deps | ||
{logseq/graph-parser | ||
{:git/url "https://github.com/logseq/logseq" | ||
:git/sha "c98db7cd3d19e4ac407073f8a3680a29be033d4d" | ||
:git/sha "b5a52edae8b04ddc63c319e193d707e2d1ddc52c" | ||
:deps/root "deps/graph-parser"} | ||
#_{:local/root "../logseq/deps/graph-parser"} | ||
logseq/publishing | ||
{:git/url "https://github.com/logseq/logseq" | ||
:git/sha "c98db7cd3d19e4ac407073f8a3680a29be033d4d" | ||
:git/sha "b5a52edae8b04ddc63c319e193d707e2d1ddc52c" | ||
:deps/root "deps/publishing"} | ||
#_{:local/root "../logseq/deps/publishing"} | ||
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/db' | ||
logseq/db | ||
{:git/url "https://github.com/logseq/logseq" | ||
:git/sha "c98db7cd3d19e4ac407073f8a3680a29be033d4d" | ||
:git/sha "b5a52edae8b04ddc63c319e193d707e2d1ddc52c" | ||
:deps/root "deps/db"} | ||
#_{:local/root "../logseq/deps/db"} | ||
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/common' | ||
logseq/common | ||
{:git/url "https://github.com/logseq/logseq" | ||
:git/sha "c98db7cd3d19e4ac407073f8a3680a29be033d4d" | ||
:git/sha "b5a52edae8b04ddc63c319e193d707e2d1ddc52c" | ||
:deps/root "deps/common"} | ||
#_{:local/root "../logseq/deps/db"}}} |