Skip to content

Commit 534a69c

Browse files
chore(main): release 53.0.0
1 parent 44a7784 commit 534a69c

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "52.2.0"
2+
".": "53.0.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [53.0.0](https://github.com/DataBiosphere/findable-ui/compare/v52.2.0...v53.0.0) (2026-05-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* filter popover: flip placement above the trigger row when bottom-anchored ([#912](https://github.com/DataBiosphere/findable-ui/issues/912)) (#915)
9+
* remove deprecated markdown component and isomorphic-dompurify peer dependency ([#914](https://github.com/DataBiosphere/findable-ui/issues/914)) (#919)
10+
11+
### Features
12+
13+
* filter popover: flip placement above the trigger row when bottom-anchored ([#912](https://github.com/DataBiosphere/findable-ui/issues/912)) ([#915](https://github.com/DataBiosphere/findable-ui/issues/915)) ([44a7784](https://github.com/DataBiosphere/findable-ui/commit/44a7784bd94624b1d781896d743aa35735dea7a2))
14+
* remove deprecated markdown component and isomorphic-dompurify peer dependency ([#914](https://github.com/DataBiosphere/findable-ui/issues/914)) ([#919](https://github.com/DataBiosphere/findable-ui/issues/919)) ([6806e52](https://github.com/DataBiosphere/findable-ui/commit/6806e525b403b79626f8c74cb358ff6243d1f124))
15+
316
## [52.2.0](https://github.com/DataBiosphere/findable-ui/compare/v52.1.0...v52.2.0) (2026-05-12)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databiosphere/findable-ui",
3-
"version": "52.2.0",
3+
"version": "53.0.0",
44
"description": "",
55
"scripts": {
66
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",

0 commit comments

Comments
 (0)