From 87c192048a34137075ba3d8407610c39981b9b58 Mon Sep 17 00:00:00 2001 From: james hadfield Date: Wed, 12 Jun 2024 15:17:43 +1200 Subject: [PATCH] version bump to 2.54.2 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 7340dddfc..c0c6f8647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## version 2.54.2 - 2024/06/12 + + * Tangletrees can now be coloured by genotype (previously such a colouring would only work for the LHS tree). This requires the genome annotation (in the dataset JSON) to be identical across both datasets. This can be especially useful when comparing trees generated from the same sequences or a similar set of sequences in order to understand the differences in tree structure. ([#1785](https://github.com/nextstrain/auspice/pull/1783)) * Bugfix: The legend entries shown for a tangletree may not have shown values only observed in the RHS tree when the dataset was first loaded. ([#1785](https://github.com/nextstrain/auspice/pull/1783)) * Bugfix: Multiple trees ("tanglegrams") now render correctly in Safari. ([#1786](https://github.com/nextstrain/auspice/pull/1786)) diff --git a/package-lock.json b/package-lock.json index 2e9070ba2..245a83a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auspice", - "version": "2.54.1", + "version": "2.54.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auspice", - "version": "2.54.1", + "version": "2.54.2", "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", diff --git a/package.json b/package.json index 44eae0ef1..c632bc46c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.54.1", + "version": "2.54.2", "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 cee84a7f6..3a4cf1ecc 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.54.1"; +const version = "2.54.2"; module.exports = { version