From d3695cfb07faa240c86b74f4a3a4cf2cb819c1df Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 4 Sep 2024 01:20:53 +0000 Subject: [PATCH] Prepare for v2.15.0 release --- CHANGELOG.md | 4 ++++ website/blog/2024-09-04-v2.15.0-release.md | 25 ++++++++++++++++++++++ website/docusaurus.config.json | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 website/blog/2024-09-04-v2.15.0-release.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8dd82557..2c34242dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 2.15.0 + +Done in 1.26s. + yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 2.14.0 ## 2.14.0 (2024-08-28) diff --git a/website/blog/2024-09-04-v2.15.0-release.md b/website/blog/2024-09-04-v2.15.0-release.md new file mode 100644 index 0000000000..e891d16e27 --- /dev/null +++ b/website/blog/2024-09-04-v2.15.0-release.md @@ -0,0 +1,25 @@ +--- +title: v2.15.0 Release +date: 2024-09-04 01:20:21 +tags: ['release', 'jbrowse 2'] +--- + +This release has a couple updates + +- Update to MUIv6 +- Fix bug with BigBed names processing +- Fix bug with e.g. @jbrowse/react-linear-genome-view's view appearing + incorrectly + +## Downloads + +- [v2.15.0](https://github.com/GMOD/jbrowse-components/releases/tag/v2.15.0) + +To install JBrowse 2 for the web, you can download the link above, or you can +use the JBrowse CLI to automatically download the latest version. See the +[JBrowse web quick start](https://jbrowse.org/jb2/docs/quickstart_web) for more +details. + +yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 2.15.0 + +Done in 1.26s. diff --git a/website/docusaurus.config.json b/website/docusaurus.config.json index 42a3260248..49497d9994 100644 --- a/website/docusaurus.config.json +++ b/website/docusaurus.config.json @@ -9,6 +9,6 @@ "organizationName": "GMOD", "projectName": "jbrowse-components", "customFields": { - "currentVersion": "v2.14.0" + "currentVersion": "v2.15.0" } }