From e00127aaf0d6ecb80603d255add5a58f321f9110 Mon Sep 17 00:00:00 2001 From: flyte bot Date: Wed, 23 Mar 2022 18:50:07 +0000 Subject: [PATCH] chore(release): Release 0.47.1 [skip ci] ## [0.47.1](http://github.com/lyft/flyteconsole/compare/v0.47.0...v0.47.1) (2022-03-23) ### Bug Fixes * **bug_339:** show tooltip on chart bars hover ([#340](http://github.com/lyft/flyteconsole/issues/340)) ([1006239](http://github.com/lyft/flyteconsole/commit/1006239d6aca9498c6a90cd4f7f10d57213b1c87)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 849ee6525..95344bb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.47.1](http://github.com/lyft/flyteconsole/compare/v0.47.0...v0.47.1) (2022-03-23) + + +### Bug Fixes + +* **bug_339:** show tooltip on chart bars hover ([#340](http://github.com/lyft/flyteconsole/issues/340)) ([1006239](http://github.com/lyft/flyteconsole/commit/1006239d6aca9498c6a90cd4f7f10d57213b1c87)) + # [0.47.0](http://github.com/lyft/flyteconsole/compare/v0.46.0...v0.47.0) (2022-03-23) diff --git a/package.json b/package.json index 7c7dade54..d8376e0ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.47.0", + "version": "0.47.1", "description": "The web UI for the Flyte platform", "repository": { "type": "git",