Skip to content

Commit f025839

Browse files
committed
version bump to 2.52.0 for release
1 parent 6b09f3a commit f025839

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## version 2.52.0 - 2024/02/09
4+
5+
36

47
* Sidebar filtering now contains all non-continuous metadata defined across the tree (i.e. all data within `node.node_attrs`). The traits listed in `meta.filters` are now only used to determine which filters to list in the footer of the page. ([#1743](https://github.com/nextstrain/auspice/pull/1743))
58
* The interaction between strain-selected modals and the corresponding strain-filter has been improved. We now preserve the strain filter state present before the node was clicked. ([#1749](https://github.com/nextstrain/auspice/issues/1749))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auspice",
3-
"version": "2.51.0",
3+
"version": "2.52.0",
44
"description": "Web app for visualizing pathogen evolution",
55
"author": "James Hadfield, Trevor Bedford and Richard Neher",
66
"license": "AGPL-3.0-only",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version = "2.51.0";
1+
const version = "2.52.0";
22

33
module.exports = {
44
version

0 commit comments

Comments
 (0)