diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b44c1d1a8..b06d4f9d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ > All notable changes to this project will be documented in this file +## [1.74.0-beta.8](https://github.com/open-sauced/insights/compare/v1.74.0-beta.7...v1.74.0-beta.8) (2023-11-01) + + +### πŸ› Bug Fixes + +* change avatar alignment with highlight input ([#2032](https://github.com/open-sauced/insights/issues/2032)) ([dc409c4](https://github.com/open-sauced/insights/commit/dc409c42c0d67e6528b5d8f22ace39728188d549)) +* change label style of bio to bold ([#2033](https://github.com/open-sauced/insights/issues/2033)) ([647fca3](https://github.com/open-sauced/insights/commit/647fca3401346f7d68c0fa9d057b30832412eb9e)) + ## [1.74.0-beta.7](https://github.com/open-sauced/insights/compare/v1.74.0-beta.6...v1.74.0-beta.7) (2023-11-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f3183e990f..40144a756d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.74.0-beta.7", + "version": "1.74.0-beta.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.74.0-beta.7", + "version": "1.74.0-beta.8", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 04d9481b50..8a8279f8f0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/insights", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "1.74.0-beta.7", + "version": "1.74.0-beta.8", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",