From 6c2126308f3bd20ec7d43324598baf692d72b5c5 Mon Sep 17 00:00:00 2001 From: flyte bot Date: Thu, 23 Sep 2021 17:14:06 +0000 Subject: [PATCH] chore(release): Release 0.26.0 [skip ci] # [0.26.0](http://github.com/lyft/flyteconsole/compare/v0.25.4...v0.26.0) (2021-09-23) ### Features * add min height for all executions list ([#214](http://github.com/lyft/flyteconsole/issues/214)) ([2cd9888](http://github.com/lyft/flyteconsole/commit/2cd9888b3679d5b980d19149b988d1202ffed63a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9e79c81..ca496f03c 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.26.0](http://github.com/lyft/flyteconsole/compare/v0.25.4...v0.26.0) (2021-09-23) + + +### Features + +* add min height for all executions list ([#214](http://github.com/lyft/flyteconsole/issues/214)) ([2cd9888](http://github.com/lyft/flyteconsole/commit/2cd9888b3679d5b980d19149b988d1202ffed63a)) + ## [0.25.4](http://github.com/lyft/flyteconsole/compare/v0.25.3...v0.25.4) (2021-09-20) diff --git a/package.json b/package.json index 2f035be78..092a1cd76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.25.4", + "version": "0.26.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",