Skip to content

Commit

Permalink
chore: release cli & web 3.10.0
Browse files Browse the repository at this point in the history
chore: release web v3.10.0

chore: release cli 3.10.0
  • Loading branch information
ivan-aksamentov committed Nov 5, 2024
1 parent fda8a60 commit 6489d24
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Nextclade 3.10.0

### [web] Add links to open reference trees in nextstrain.org

You can now click on "Open tree" link in the dataset info box to open reference tree of this dataset on [nextstrain.org](https://nextstrain.org/). This allows to browse the current trees for each dataset without running Nextclade analysis. If a dataset does not provide a reference tree, the link will be disabled.


### [web] Correctly disable "Load example" links

The "Load example" links are now correctly disabled, not hidden, for the datasets which do not provide example sequence data.


## Nextclade 3.9.1

### Fix: clade mismatch between placed node and parent node
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = [

[workspace.package]
name = "nextclade"
version = "3.9.1"
version = "3.10.0"
description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. Library module."
repository = "https://github.com/nextstrain/nextclade"
documentation = "https://docs.nextstrain.org/projects/nextclade/en/stable/"
Expand Down
2 changes: 1 addition & 1 deletion packages/nextclade-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextstrain/nextclade-web",
"version": "3.9.1",
"version": "3.10.0",
"description": "Clade assignment, mutation calling, and sequence quality checks",
"homepage": "https://clades.nextstrain.org",
"repository": {
Expand Down

0 comments on commit 6489d24

Please sign in to comment.