Skip to content

Commit

Permalink
Prepare for v2.12.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 27, 2024
1 parent cd357f0 commit 481fc0b
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 2.12.3

## 2.12.3 (2024-06-27)

#### :rocket: Enhancement

- [#4465](https://github.com/GMOD/jbrowse-components/pull/4465) Add `contig` to
the default dontRedispatch list for Gff3TabixAdapter
([@cmdcolin](https://github.com/cmdcolin))
- [#4464](https://github.com/GMOD/jbrowse-components/pull/4464) Bump
generic-filehandle to put URL in error messages
([@cmdcolin](https://github.com/cmdcolin))

#### :bug: Bug Fix

- [#4469](https://github.com/GMOD/jbrowse-components/pull/4469) Fix error
launching session on desktop in v2.12.2
([@cmdcolin](https://github.com/cmdcolin))

#### :memo: Documentation

- [#4466](https://github.com/GMOD/jbrowse-components/pull/4466) Add demo of
using farm-fe bundler for embedded components
([@cmdcolin](https://github.com/cmdcolin))

#### Committers: 1

- Colin Diesh ([@cmdcolin](https://github.com/cmdcolin)) Done in 1.30s.

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 2.12.2

Done in 0.74s.
Expand Down
46 changes: 46 additions & 0 deletions website/blog/2024-06-27-v2.12.3-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: v2.12.3 Release
date: 2024-06-27 17:04:33
tags: ['release', 'jbrowse 2']
---

This fixes a important bug in desktop that affected v2.12.2 that prevented
sessions from being started

## Downloads

- [v2.12.3](https://github.com/GMOD/jbrowse-components/releases/tag/v2.12.3)

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.12.3

## 2.12.3 (2024-06-27)

#### :rocket: Enhancement

- [#4465](https://github.com/GMOD/jbrowse-components/pull/4465) Add `contig` to
the default dontRedispatch list for Gff3TabixAdapter
([@cmdcolin](https://github.com/cmdcolin))
- [#4464](https://github.com/GMOD/jbrowse-components/pull/4464) Bump
generic-filehandle to put URL in error messages
([@cmdcolin](https://github.com/cmdcolin))

#### :bug: Bug Fix

- [#4469](https://github.com/GMOD/jbrowse-components/pull/4469) Fix error
launching session on desktop in v2.12.2
([@cmdcolin](https://github.com/cmdcolin))

#### :memo: Documentation

- [#4466](https://github.com/GMOD/jbrowse-components/pull/4466) Add demo of
using farm-fe bundler for embedded components
([@cmdcolin](https://github.com/cmdcolin))

#### Committers: 1

- Colin Diesh ([@cmdcolin](https://github.com/cmdcolin)) Done in 1.30s.
2 changes: 1 addition & 1 deletion website/docusaurus.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"organizationName": "GMOD",
"projectName": "jbrowse-components",
"customFields": {
"currentVersion": "v2.12.2"
"currentVersion": "v2.12.3"
}
}

0 comments on commit 481fc0b

Please sign in to comment.