From b616da1e21526ae7fe39fcf6e7aa642cee4a037b Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:05:56 -0500 Subject: [PATCH] 3.9.2 (#2727) Co-authored-by: znicholasbrown --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d8d006e..ef9358150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.9.2](https://github.com/PrefectHQ/prefect-ui-library/compare/3.9.1...3.9.2) + +- Export flow run logs download button [`#2726`](https://github.com/PrefectHQ/prefect-ui-library/pull/2726) +- Bump vite from 5.4.3 to 5.4.4 [`#2723`](https://github.com/PrefectHQ/prefect-ui-library/pull/2723) + #### [3.9.1](https://github.com/PrefectHQ/prefect-ui-library/compare/3.9.0...3.9.1) +> 11 September 2024 + +- 3.9.1 [`#2725`](https://github.com/PrefectHQ/prefect-ui-library/pull/2725) - Fix unknown schema property types not rendering correctly. [`#2724`](https://github.com/PrefectHQ/prefect-ui-library/pull/2724) - Enhancement: Excessive polling in flow run menu component [`#2722`](https://github.com/PrefectHQ/prefect-ui-library/pull/2722) diff --git a/package-lock.json b/package-lock.json index 2dfadc7e1..79e286009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.9.1", + "version": "3.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-ui-library", - "version": "3.9.1", + "version": "3.9.2", "dependencies": { "@prefecthq/graphs": "2.4.0", "axios": "1.7.4", diff --git a/package.json b/package.json index d4ea2d40c..b92ad9014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.9.1", + "version": "3.9.2", "private": false, "repository": { "type": "git",