From f02583937ea4da8035a0e7a09e5d0e0b420966cc Mon Sep 17 00:00:00 2001 From: james hadfield Date: Fri, 9 Feb 2024 13:32:37 +1300 Subject: [PATCH] version bump to 2.52.0 for release --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- src/version.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e5e43e1..16ac87231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## version 2.52.0 - 2024/02/09 + + * 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)) * 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)) diff --git a/package-lock.json b/package-lock.json index 57293b22d..41f86094d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auspice", - "version": "2.51.0", + "version": "2.52.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auspice", - "version": "2.51.0", + "version": "2.52.0", "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", diff --git a/package.json b/package.json index c826d9d01..aba9fa671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.51.0", + "version": "2.52.0", "description": "Web app for visualizing pathogen evolution", "author": "James Hadfield, Trevor Bedford and Richard Neher", "license": "AGPL-3.0-only", diff --git a/src/version.js b/src/version.js index eef7da7e7..c467e4a3f 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.51.0"; +const version = "2.52.0"; module.exports = { version