diff --git a/CHANGELOG.md b/CHANGELOG.md index babbf99518..9e56a3e69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ > All notable changes to this project will be documented in this file +## [1.79.0-beta.2](https://github.com/open-sauced/insights/compare/v1.79.0-beta.1...v1.79.0-beta.2) (2023-12-04) + + +### πŸ› Bug Fixes + +* now the highlight input form closes only if you press ESC or click the close button ([e56ea73](https://github.com/open-sauced/insights/commit/e56ea73b032329ea3fd435a135bf2cb75768562e)) +* now the highlight input form closes only if you press ESC or click the close button ([#2257](https://github.com/open-sauced/insights/issues/2257)) ([1b94421](https://github.com/open-sauced/insights/commit/1b944216a2b8a401a8a924e559a67de3c039b34e)) + ## [1.79.0-beta.1](https://github.com/open-sauced/insights/compare/v1.78.1-beta.1...v1.79.0-beta.1) (2023-12-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ebff63320b..c174970617 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.79.0-beta.1", + "version": "1.79.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.79.0-beta.1", + "version": "1.79.0-beta.2", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index ee387b6386..7ca41c06cc 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.79.0-beta.1", + "version": "1.79.0-beta.2", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",