From cb38df9740cfabb60defb63b1a4c4e5d789f1766 Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:13:43 -0600 Subject: [PATCH] 3.11.23 (#2848) Co-authored-by: pleek91 --- 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 82f8c4e12..6b55230ba 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.11.23](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.22...3.11.23) + +- Update `TagFilter` to support `any_` [`#2846`](https://github.com/PrefectHQ/prefect-ui-library/pull/2846) +- Refactor the flow run delete modal to be more resilient [`#2847`](https://github.com/PrefectHQ/prefect-ui-library/pull/2847) + #### [3.11.22](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.21...3.11.22) +> 3 December 2024 + +- 3.11.22 [`#2845`](https://github.com/PrefectHQ/prefect-ui-library/pull/2845) - Add a custom min-width to the tags input [`#2841`](https://github.com/PrefectHQ/prefect-ui-library/pull/2841) - Update prefect-design and fix type errors [`#2844`](https://github.com/PrefectHQ/prefect-ui-library/pull/2844) - Update vue to 3.5.x and fix breaking changes [`#2843`](https://github.com/PrefectHQ/prefect-ui-library/pull/2843) diff --git a/package-lock.json b/package-lock.json index 96ff6109f..7cfb52dff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.22", + "version": "3.11.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.22", + "version": "3.11.23", "dependencies": { "@prefecthq/graphs": "2.4.1", "axios": "1.7.4", diff --git a/package.json b/package.json index 63fc20b68..ed2df77bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.22", + "version": "3.11.23", "private": false, "repository": { "type": "git",