From 21abe33f9a1749be0976f8000f8617fff3510beb Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:26:28 -0700 Subject: [PATCH] version bump to 2.59.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 c01ed8e43..b336e137f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## version 2.59.0 - 2024/10/22 + + * Added an experimental "Focus on Selected" toggle in the sidebar. When focusing on selected nodes, nodes that do not match the filter will occupy less vertical space on the tree. Only applicable to rectangular and radial layouts. diff --git a/package-lock.json b/package-lock.json index 7c50f64d2..4a85b8dfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auspice", - "version": "2.58.0", + "version": "2.59.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auspice", - "version": "2.58.0", + "version": "2.59.0", "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", diff --git a/package.json b/package.json index c244ebeca..9ab247d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.58.0", + "version": "2.59.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 2a858e1c0..eb0f7e7d2 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.58.0"; +const version = "2.59.0"; module.exports = { version