Skip to content

Commit 1a330cf

Browse files
committed
chore(main): release 2.2.0
1 parent 2a41e35 commit 1a330cf

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.1"
2+
".": "2.2.0"
33
}

Diff for: CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## [2.2.0](https://github.com/DataBiosphere/data-browser/compare/v2.1.1...v2.2.0) (2024-11-12)
4+
5+
6+
### Features
7+
8+
* add biological network to project detail page rhs ([#4145](https://github.com/DataBiosphere/data-browser/issues/4145)) ([#4220](https://github.com/DataBiosphere/data-browser/issues/4220)) ([188cd8b](https://github.com/DataBiosphere/data-browser/commit/188cd8b640044e33833406dd731239ab7e0e2d34))
9+
* add version info to environment ([#4256](https://github.com/DataBiosphere/data-browser/issues/4256)) ([#4257](https://github.com/DataBiosphere/data-browser/issues/4257)) ([2a41e35](https://github.com/DataBiosphere/data-browser/commit/2a41e35738a6c48e7e6f27eec410394bbfc4a744))
10+
* added tracking id to bulk download exportMethod ([#4225](https://github.com/DataBiosphere/data-browser/issues/4225)) ([#4232](https://github.com/DataBiosphere/data-browser/issues/4232)) ([e56bd89](https://github.com/DataBiosphere/data-browser/commit/e56bd896bb582b3be3cc084ecd2cf973b65beee2))
11+
* allow user to filter by access facet ([#4133](https://github.com/DataBiosphere/data-browser/issues/4133)) ([#4221](https://github.com/DataBiosphere/data-browser/issues/4221)) ([ee87b40](https://github.com/DataBiosphere/data-browser/commit/ee87b409dfc49ae04ccef588b7fa124fce192cf5))
12+
13+
14+
### Chores
15+
16+
* move contents of explorer to top level ([#4230](https://github.com/DataBiosphere/data-browser/issues/4230)) ([#4242](https://github.com/DataBiosphere/data-browser/issues/4242)) ([c433541](https://github.com/DataBiosphere/data-browser/commit/c4335416e8d0f456e58f15d8419df5ab616ec309))
17+
* remove obsolete build scripts ([#4249](https://github.com/DataBiosphere/data-browser/issues/4249)) ([#4251](https://github.com/DataBiosphere/data-browser/issues/4251)) ([b52f7e3](https://github.com/DataBiosphere/data-browser/commit/b52f7e34a47ebc534e3f1fa3623af02af59e6956))
18+
* uninstall storybook ([#4248](https://github.com/DataBiosphere/data-browser/issues/4248)) ([#4253](https://github.com/DataBiosphere/data-browser/issues/4253)) ([e2f7f9d](https://github.com/DataBiosphere/data-browser/commit/e2f7f9d075a419a9a177d874ca93bd611631762c))
19+
* update findable-ui to v14.0.0 ([#4235](https://github.com/DataBiosphere/data-browser/issues/4235)) ([#4255](https://github.com/DataBiosphere/data-browser/issues/4255)) ([e589a84](https://github.com/DataBiosphere/data-browser/commit/e589a842490bb7762b8c502ef0de043b69d46786))
20+
21+
22+
### Tests
23+
24+
* allowed empty filter options on testFilterPersistence ([#4211](https://github.com/DataBiosphere/data-browser/issues/4211)) ([#4243](https://github.com/DataBiosphere/data-browser/issues/4243)) ([fbd920f](https://github.com/DataBiosphere/data-browser/commit/fbd920f10f2c5ac6e38280e0dc308accc5141964))
25+
* create tests for index export button ([#4117](https://github.com/DataBiosphere/data-browser/issues/4117)) ([#4217](https://github.com/DataBiosphere/data-browser/issues/4217)) ([71df859](https://github.com/DataBiosphere/data-browser/commit/71df859b443f09a3d02a23297800668ae64c305b))
26+
* reliability fixes to testsortAzul ([#4210](https://github.com/DataBiosphere/data-browser/issues/4210)) ([#4234](https://github.com/DataBiosphere/data-browser/issues/4234)) ([88717dd](https://github.com/DataBiosphere/data-browser/commit/88717dd3bb652ae11c08322ef4fcd0c639bbd5d2))
27+
* removed assertion that cells would have text from testsortAzul ([#4210](https://github.com/DataBiosphere/data-browser/issues/4210)) ([88717dd](https://github.com/DataBiosphere/data-browser/commit/88717dd3bb652ae11c08322ef4fcd0c639bbd5d2))
28+
29+
30+
### Continuous Integration
31+
32+
* update release please changelog types ([#4250](https://github.com/DataBiosphere/data-browser/issues/4250)) ([#4252](https://github.com/DataBiosphere/data-browser/issues/4252)) ([48cd3da](https://github.com/DataBiosphere/data-browser/commit/48cd3dad4cc35f144eb56c0b1fbdd67986b4d8a6))

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explorer",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"private": true,
55
"scripts": {
66
"dev:ncpi-catalog": "./scripts/dev.sh ncpi-catalog dev && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)