From b97aa17dacbdf8bf88a0c239344e69a66d5b2696 Mon Sep 17 00:00:00 2001 From: eg-oss-ci Date: Mon, 21 Mar 2022 20:33:52 +0000 Subject: [PATCH] chore(release): 3.5.7 [skip ci] ### [3.5.7](https://github.com/ExpediaGroup/insights-explorer/compare/v3.5.6...v3.5.7) (2022-03-21) ### Bug Fixes * **deps:** bump @emotion/react from 11.8.1 to 11.8.2 ([bffb2f7](https://github.com/ExpediaGroup/insights-explorer/commit/bffb2f7b0ed9658a881b726d4eb0008f69e0fa22)) * **deps:** bump apollo-server-core from 3.6.3 to 3.6.4 ([3b1cdbc](https://github.com/ExpediaGroup/insights-explorer/commit/3b1cdbcaff9e7c27d10c5d598f044cc1d3c41959)) * Fix issue with R file mime type ([e1c0b0e](https://github.com/ExpediaGroup/insights-explorer/commit/e1c0b0e0cff172ab8cb956253277e6e31c627d6c)) * Mobile-friendly Create/Edit Insight ([#587](https://github.com/ExpediaGroup/insights-explorer/issues/587)) ([80c9ff1](https://github.com/ExpediaGroup/insights-explorer/commit/80c9ff1732ed288b13b9fdbda0af89b00b27ff82)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbde7dc9f..713744b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.5.7](https://github.com/ExpediaGroup/insights-explorer/compare/v3.5.6...v3.5.7) (2022-03-21) + + +### Bug Fixes + +* **deps:** bump @emotion/react from 11.8.1 to 11.8.2 ([bffb2f7](https://github.com/ExpediaGroup/insights-explorer/commit/bffb2f7b0ed9658a881b726d4eb0008f69e0fa22)) +* **deps:** bump apollo-server-core from 3.6.3 to 3.6.4 ([3b1cdbc](https://github.com/ExpediaGroup/insights-explorer/commit/3b1cdbcaff9e7c27d10c5d598f044cc1d3c41959)) +* Fix issue with R file mime type ([e1c0b0e](https://github.com/ExpediaGroup/insights-explorer/commit/e1c0b0e0cff172ab8cb956253277e6e31c627d6c)) +* Mobile-friendly Create/Edit Insight ([#587](https://github.com/ExpediaGroup/insights-explorer/issues/587)) ([80c9ff1](https://github.com/ExpediaGroup/insights-explorer/commit/80c9ff1732ed288b13b9fdbda0af89b00b27ff82)) + ### [3.5.6](https://github.com/ExpediaGroup/insights-explorer/compare/v3.5.5...v3.5.6) (2022-03-16) diff --git a/package-lock.json b/package-lock.json index 704640412..b601fd21f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.5.6", + "version": "3.5.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.5.6", + "version": "3.5.7", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 25f8720f0..28b11cd8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.5.6", + "version": "3.5.7", "description": "Insights Explorer", "private": true, "repository": {