diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4b495fa2..17aa97cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "21.2.0" + ".": "21.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ac3a3a..9a4e78f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [21.3.0](https://github.com/DataBiosphere/findable-ui/compare/v21.2.0...v21.3.0) (2025-02-14) + + +### Features + +* add data dictionary tooltip support [#4131](https://github.com/DataBiosphere/findable-ui/issues/4131) ([#320](https://github.com/DataBiosphere/findable-ui/issues/320)) ([849e5cf](https://github.com/DataBiosphere/findable-ui/commit/849e5cf5898f71be210436863c9b10baf85a8427)) + ## [21.2.0](https://github.com/DataBiosphere/findable-ui/compare/v21.1.1...v21.2.0) (2025-02-12) diff --git a/package-lock.json b/package-lock.json index 8b17a02f..7ca4c39b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@databiosphere/findable-ui", - "version": "21.2.0", + "version": "21.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@databiosphere/findable-ui", - "version": "21.2.0", + "version": "21.3.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^17.4.2", diff --git a/package.json b/package.json index 342597df..a120f84d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@databiosphere/findable-ui", - "version": "21.2.0", + "version": "21.3.0", "description": "", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",