diff --git a/CHANGELOG.md b/CHANGELOG.md index f02dcd052..e27932a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.29.3](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.29.2...v3.29.3) (2024-10-18) + + +### Bug Fixes + +* APPS-2983 Add fixed-width value to sidebar column ([#636](https://github.com/UCLALibrary/ucla-library-website-components/issues/636)) ([264341b](https://github.com/UCLALibrary/ucla-library-website-components/commit/264341b825957a2ee2adf48490e53b6ea8422a7d)) + ## [3.29.2](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.29.1...v3.29.2) (2024-10-18) diff --git a/package.json b/package.json index 6ba357ed0..f36bfc6c6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ucla-library-website-components", "type": "module", "private": false, - "version": "3.29.2", + "version": "3.29.3", "main": "./dist/ucla-library-website-components.umd.cjs", "module": "./dist/ucla-library-website-components.js", "style": "./dist/style.css",