Skip to content

Commit

Permalink
Bump to first version with lazy loaded frontend
Browse files Browse the repository at this point in the history
Also includes fix for page property loss
  • Loading branch information
logseq-cldwalker committed Feb 15, 2024
1 parent eb5e961 commit 48f86b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
graph-directory: test/publish-test-db-graph
theme-mode: dark
accent-color: cyan
version: c98db7cd3d19e4ac407073f8a3680a29be033d4d
version: b5a52edae8b04ddc63c319e193d707e2d1ddc52c

- name: Add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
Expand Down
8 changes: 4 additions & 4 deletions nbb.edn
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"}}}

0 comments on commit 48f86b0

Please sign in to comment.