From a1d3d972503f857142729f4b8b7622bcd11a86d8 Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:59:17 -0600 Subject: [PATCH] 3.11.25 (#2859) Co-authored-by: pleek91 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a878d2f..5275d0709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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.25](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.24...3.11.25) + +- Bump nanoid from 3.3.7 to 3.3.8 [`#2858`](https://github.com/PrefectHQ/prefect-ui-library/pull/2858) +- Fix FlowRunMenu components subscribing to the flow run multiple times [`#2857`](https://github.com/PrefectHQ/prefect-ui-library/pull/2857) +- Bump tailwindcss from 3.4.15 to 3.4.16 [`#2854`](https://github.com/PrefectHQ/prefect-ui-library/pull/2854) +- Fix broken docs links in the UI [`#2856`](https://github.com/PrefectHQ/prefect-ui-library/pull/2856) +- Remove work_pool_queue permissions because they do not exist [`#2853`](https://github.com/PrefectHQ/prefect-ui-library/pull/2853) + #### [3.11.24](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.23...3.11.24) +> 8 December 2024 + +- 3.11.24 [`#2852`](https://github.com/PrefectHQ/prefect-ui-library/pull/2852) - Bugfix: Wrap array example placeholders in quotes [`#2850`](https://github.com/PrefectHQ/prefect-ui-library/pull/2850) - Enhancement: Work pool name validation rule [`#2851`](https://github.com/PrefectHQ/prefect-ui-library/pull/2851) - Fix extraneous non-props warning [`#2849`](https://github.com/PrefectHQ/prefect-ui-library/pull/2849) diff --git a/package-lock.json b/package-lock.json index dbb56b7d3..a94d5f85d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.24", + "version": "3.11.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.24", + "version": "3.11.25", "dependencies": { "@prefecthq/graphs": "2.4.1", "axios": "1.7.4", diff --git a/package.json b/package.json index 0d6e34d60..943f86245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.24", + "version": "3.11.25", "private": false, "repository": { "type": "git",