From 067efd87515dae1f5387e7f93aa3c0300c763bf4 Mon Sep 17 00:00:00 2001 From: eg-oss-ci Date: Tue, 11 Jan 2022 20:01:28 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ### [1.2.1](https://github.com/ExpediaGroup/insights-explorer/compare/v1.2.0...v1.2.1) (2022-01-11) ### Bug Fixes * **deps:** bump @chakra-ui/react from 1.7.3 to 1.7.4 ([0b6fd22](https://github.com/ExpediaGroup/insights-explorer/commit/0b6fd22f55eae5cb6640080e91600d6057d6c57f)) * **deps:** bump @chakra-ui/theme from 1.12.2 to 1.12.3 ([3cfdf6f](https://github.com/ExpediaGroup/insights-explorer/commit/3cfdf6f69ada263e66ccef248322dbf24f4c9436)) * Replace `size` with `fontSize` prop on Text components ([f991adf](https://github.com/ExpediaGroup/insights-explorer/commit/f991adfb3e93a339c6304067c81eef3e9863e543)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 400285acb..e1241e825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [1.2.1](https://github.com/ExpediaGroup/insights-explorer/compare/v1.2.0...v1.2.1) (2022-01-11) + + +### Bug Fixes + +* **deps:** bump @chakra-ui/react from 1.7.3 to 1.7.4 ([0b6fd22](https://github.com/ExpediaGroup/insights-explorer/commit/0b6fd22f55eae5cb6640080e91600d6057d6c57f)) +* **deps:** bump @chakra-ui/theme from 1.12.2 to 1.12.3 ([3cfdf6f](https://github.com/ExpediaGroup/insights-explorer/commit/3cfdf6f69ada263e66ccef248322dbf24f4c9436)) +* Replace `size` with `fontSize` prop on Text components ([f991adf](https://github.com/ExpediaGroup/insights-explorer/commit/f991adfb3e93a339c6304067c81eef3e9863e543)) + ## [1.2.0](https://github.com/ExpediaGroup/insights-explorer/compare/v1.1.10...v1.2.0) (2022-01-11) diff --git a/package-lock.json b/package-lock.json index c41c3297d..2865a36f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index e0625caca..cbe8e8917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "1.2.0", + "version": "1.2.1", "description": "Insights Explorer", "private": true, "repository": {