From f8f25de129b31a37568cb8e6b43ce64e04e08097 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:55:08 +0000 Subject: [PATCH] chore(main): release 45.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7df4eb1b..a437367c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "45.1.0" + ".": "45.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7248046e..e3eb7f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [45.2.0](https://github.com/DataBiosphere/findable-ui/compare/v45.1.0...v45.2.0) (2025-10-10) + + +### Features + +* update entity list summary component to optionally display summary label ([#679](https://github.com/DataBiosphere/findable-ui/issues/679)) ([#681](https://github.com/DataBiosphere/findable-ui/issues/681)) ([e57e366](https://github.com/DataBiosphere/findable-ui/commit/e57e3660d92e0c155f5cdb56dcd5769bfc0ca2b0)) + + +### Bug Fixes + +* reintstate file download button component ([#667](https://github.com/DataBiosphere/findable-ui/issues/667)) ([#678](https://github.com/DataBiosphere/findable-ui/issues/678)) ([aa538a3](https://github.com/DataBiosphere/findable-ui/commit/aa538a39f64b07e02f4bc512c51c25fb1234fb89)) + + +### Chores + +* upgrade packages (minor) and fix security warnings ([#671](https://github.com/DataBiosphere/findable-ui/issues/671)) ([#673](https://github.com/DataBiosphere/findable-ui/issues/673)) ([6b067d5](https://github.com/DataBiosphere/findable-ui/commit/6b067d5e189d72253e6b39551c1ab5d49aa8126a)) + ## [45.1.0](https://github.com/DataBiosphere/findable-ui/compare/v45.0.0...v45.1.0) (2025-09-18) diff --git a/package-lock.json b/package-lock.json index 3f0afeaa..39536c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@databiosphere/findable-ui", - "version": "45.1.0", + "version": "45.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@databiosphere/findable-ui", - "version": "45.1.0", + "version": "45.2.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^17.4.2", diff --git a/package.json b/package.json index a6b6880f..a9d5e91a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@databiosphere/findable-ui", - "version": "45.1.0", + "version": "45.2.0", "description": "", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",