diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da2177c62..9b05bd871 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.20.0" + ".": "2.20.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5777d69..aadeae154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.20.1](https://github.com/DataBiosphere/data-browser/compare/v2.20.0...v2.20.1) (2025-08-01) + + +### Bug Fixes + +* fix data dictionary table overflow on smaller viewports ([#4542](https://github.com/DataBiosphere/data-browser/issues/4542)) ([#4545](https://github.com/DataBiosphere/data-browser/issues/4545)) ([ba438c6](https://github.com/DataBiosphere/data-browser/commit/ba438c6ca2e988a4f3722486af9c8dd3f1aa3ece)) + + +### Chores + +* update findable-ui to latest version 41.2.0 ([#4547](https://github.com/DataBiosphere/data-browser/issues/4547)) ([#4548](https://github.com/DataBiosphere/data-browser/issues/4548)) ([9b1966b](https://github.com/DataBiosphere/data-browser/commit/9b1966bb18771ebef34032cee6e454070f8b518f)) + ## [2.20.0](https://github.com/DataBiosphere/data-browser/compare/v2.19.2...v2.20.0) (2025-07-25) diff --git a/package-lock.json b/package-lock.json index 40d6b12a0..81862548d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "2.20.0", + "version": "2.20.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "explorer", - "version": "2.20.0", + "version": "2.20.1", "dependencies": { "@databiosphere/findable-ui": "^41.2.0", "@emotion/react": "^11.13.3", diff --git a/package.json b/package.json index a6cd25ea4..01cb72235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorer", - "version": "2.20.0", + "version": "2.20.1", "private": true, "scripts": { "dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",