diff --git a/CHANGELOG.md b/CHANGELOG.md index e27932a69..1bdf7cfb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.29.4](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.29.3...v3.29.4) (2024-10-18) + + +### Bug Fixes + +* APPS-2969 Add hover state to FTVA card-horizontal titles ([#633](https://github.com/UCLALibrary/ucla-library-website-components/issues/633)) ([51dbfcd](https://github.com/UCLALibrary/ucla-library-website-components/commit/51dbfcdbc3e608d465fbcf9ac52adbfb953d2de4)) + ## [3.29.3](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.29.2...v3.29.3) (2024-10-18) diff --git a/package.json b/package.json index f36bfc6c6..612ae2ebd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ucla-library-website-components", "type": "module", "private": false, - "version": "3.29.3", + "version": "3.29.4", "main": "./dist/ucla-library-website-components.umd.cjs", "module": "./dist/ucla-library-website-components.js", "style": "./dist/style.css",