Skip to content

Commit

Permalink
[update docs] Update build-website to node 16 and deploy demos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 2, 2022
1 parent a6504c3 commit d11b34b
Show file tree
Hide file tree
Showing 7 changed files with 2,165 additions and 2,128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down
951 changes: 494 additions & 457 deletions demos/jbrowse-react-circular-genome-view-cra5/yarn.lock

Large diffs are not rendered by default.

828 changes: 402 additions & 426 deletions demos/jbrowse-react-circular-genome-view/yarn.lock

Large diffs are not rendered by default.

1,019 changes: 528 additions & 491 deletions demos/jbrowse-react-linear-genome-view-cra5/yarn.lock

Large diffs are not rendered by default.

598 changes: 304 additions & 294 deletions demos/jbrowse-react-linear-genome-view-vite/yarn.lock

Large diffs are not rendered by default.

894 changes: 435 additions & 459 deletions demos/jbrowse-react-linear-genome-view/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions website/blog/2022-06-02-v1.7.9-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ on NPM.
- [#2983](https://github.com/GMOD/jbrowse-components/pull/2983) Set target=\_blank by default in user HTML links ([@cmdcolin](https://github.com/cmdcolin))
- Other
- [#2994](https://github.com/GMOD/jbrowse-components/pull/2994) Allow choosing filename for svg export ([@cmdcolin](https://github.com/cmdcolin))
- [#2968](https://github.com/GMOD/jbrowse-components/pull/2968) Add FASTA metadata location to BgzipFastaAdapter and IndexFastaAdapter configuration ([@adamjohnwright](https://github.com/adamjohnwright))

#### :bug: Bug Fix

Expand Down

0 comments on commit d11b34b

Please sign in to comment.