From 201259ebc03417c1a09ab9fbb1e3964fb0ab55ab Mon Sep 17 00:00:00 2001 From: Timmy Luong Date: Tue, 7 Jan 2020 11:13:00 -0800 Subject: [PATCH 1/2] fix(ui): update giraffe --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index fd621cc5ed6..e40272cc1d9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -131,7 +131,7 @@ "dependencies": { "@influxdata/clockface": "1.1.0", "@influxdata/flux-parser": "^0.3.0", - "@influxdata/giraffe": "0.17.1", + "@influxdata/giraffe": "0.17.2", "@influxdata/influx": "0.5.5", "@influxdata/influxdb-templates": "0.9.0", "@influxdata/react-custom-scrollbars": "4.3.8", diff --git a/ui/yarn.lock b/ui/yarn.lock index 9e5ee1a6fce..948fdc1c9cc 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1021,10 +1021,10 @@ resolved "https://registry.yarnpkg.com/@influxdata/flux-parser/-/flux-parser-0.3.0.tgz#b63123ac814ad32c65e46a4097ba3d8b959416a5" integrity sha512-nsm801l60kXFulcSWA2YH2YRz9oSsMlTK9Evn6Og9BoQnQMcwUsSUEug8mQRIUljnkNYV58JSs0W0mP8h7Y/ZQ== -"@influxdata/giraffe@0.17.1": - version "0.17.1" - resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.1.tgz#75c4c70bbcf78866f2c127ca94ad31d05267d9ab" - integrity sha512-s/51Ax12qcwMBwyh/4B7OccfMBscBxh7ZDPGJxuSoh4rAxGUUk25J4gAO1PpyGaKL6P874so2Ejtu6wfQrZ66A== +"@influxdata/giraffe@0.17.2": + version "0.17.2" + resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.2.tgz#fa1a2aa45c00f3c5162b6427cbea47a962600c9a" + integrity sha512-AgxHptrT6V8SvJmL7nH+z34SCNn53NcXNXtwejWsr3afq2pcJO+466iVErRWLJ+q8drYZBAPB/gVE3S/Rtjx7A== "@influxdata/influx@0.5.5": version "0.5.5" From c5b0bf7913d061fdcd298aee6af203d8d95db72f Mon Sep 17 00:00:00 2001 From: Timmy Luong Date: Tue, 7 Jan 2020 11:26:30 -0800 Subject: [PATCH 2/2] chore: update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcef892340..0eb45c81655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ 1. [16380](https://github.com/influxdata/influxdb/pull/16380): Fix notification tag matching rules and enable tests to verify 1. [16376](https://github.com/influxdata/influxdb/pull/16376): Extend the y-axis when stacked graph is selected 1. [16404](https://github.com/influxdata/influxdb/pull/16404): Fixed query reset bug that was resetting query in script editor whenever dates were changed +1. [16435](https://github.com/influxdata/influxdb/pull/16435): Time labels are no longer squished to the left ### UI Improvements