diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc17bb542..f562397223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ > All notable changes to this project will be documented in this file +## [1.53.0](https://github.com/open-sauced/insights/compare/v1.52.0...v1.53.0) (2023-06-22) + + +### πŸ• Features + +* handle close highlight dialog ([#1268](https://github.com/open-sauced/insights/issues/1268)) ([b6a78c7](https://github.com/open-sauced/insights/commit/b6a78c79dd45d62ba956590c97cad9c7e3176e42)) + + +### πŸ› Bug Fixes + +* language update - change developer to contributor ([#1274](https://github.com/open-sauced/insights/issues/1274)) ([7e86ac9](https://github.com/open-sauced/insights/commit/7e86ac9a4d679a0cafd4e129104115b4c6c3d2f5)), closes [#1247](https://github.com/open-sauced/insights/issues/1247) +* link single highlight dialog contributor info div to contributor profile ([#1279](https://github.com/open-sauced/insights/issues/1279)) ([67d5a16](https://github.com/open-sauced/insights/commit/67d5a16cd9e873245a141b5b1e130555c1918578)) +* properly format local time displayed on user's profile ([#1282](https://github.com/open-sauced/insights/issues/1282)) ([604cc62](https://github.com/open-sauced/insights/commit/604cc62a37a8e5c6b441b8b9b9ac5af87b5e6660)) +* remove failing maintenance actions ([#1271](https://github.com/open-sauced/insights/issues/1271)) ([bc516c3](https://github.com/open-sauced/insights/commit/bc516c3e9a8e8c26a7e62abc187202ec6b425ebb)) +* scatter plot tooltip issue and remove cloudinary rounded image solution ([#1266](https://github.com/open-sauced/insights/issues/1266)) ([ec6b3d5](https://github.com/open-sauced/insights/commit/ec6b3d5831327e1ab898a91fe3a65b40324fb8fc)) + ## [1.53.0-beta.3](https://github.com/open-sauced/insights/compare/v1.53.0-beta.2...v1.53.0-beta.3) (2023-06-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f5ff8c2526..915fa1d880 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.53.0-beta.3", + "version": "1.53.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.53.0-beta.3", + "version": "1.53.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 61ec8e08f7..741331744f 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.53.0-beta.3", + "version": "1.53.0", "author": "TED Vortex ", "private": true, "license": "MIT",