From 6563b87679f64cb196ee389cdb0fdfa3161debfa Mon Sep 17 00:00:00 2001 From: pleek91 Date: Fri, 7 Mar 2025 22:38:37 +0000 Subject: [PATCH] 3.11.44 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ba7bb22..aecc5a424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ 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.44](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.43...3.11.44) + +- Update prefect design [`#2947`](https://github.com/PrefectHQ/prefect-ui-library/pull/2947) +- Bump cronstrue from 2.54.0 to 2.56.0 [`#2943`](https://github.com/PrefectHQ/prefect-ui-library/pull/2943) +- Bump typescript from 5.7.3 to 5.8.2 [`#2945`](https://github.com/PrefectHQ/prefect-ui-library/pull/2945) +- Bump tsc-alias from 1.8.10 to 1.8.11 [`#2946`](https://github.com/PrefectHQ/prefect-ui-library/pull/2946) +- Bump vitest from 3.0.5 to 3.0.8 [`#2942`](https://github.com/PrefectHQ/prefect-ui-library/pull/2942) +- Bump vite from 6.2.0 to 6.2.1 [`#2940`](https://github.com/PrefectHQ/prefect-ui-library/pull/2940) +- Bump postcss from 8.5.0 to 8.5.3 [`#2929`](https://github.com/PrefectHQ/prefect-ui-library/pull/2929) +- Bump @types/node from 22.10.10 to 22.13.9 [`#2937`](https://github.com/PrefectHQ/prefect-ui-library/pull/2937) +- Bump vite from 5.4.11 to 6.2.0 [`#2939`](https://github.com/PrefectHQ/prefect-ui-library/pull/2939) +- Bump vue-tsc from 2.2.0 to 2.2.8 [`#2938`](https://github.com/PrefectHQ/prefect-ui-library/pull/2938) + #### [3.11.43](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.42...3.11.43) +> 27 February 2025 + +- 3.11.43 [`#2935`](https://github.com/PrefectHQ/prefect-ui-library/pull/2935) - Enhancement: Better run list error support [`#2934`](https://github.com/PrefectHQ/prefect-ui-library/pull/2934) #### [3.11.42](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.41...3.11.42) diff --git a/package-lock.json b/package-lock.json index 11afad8dc..58424cc9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.43", + "version": "3.11.44", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.43", + "version": "3.11.44", "dependencies": { "@prefecthq/graphs": "2.4.1", "axios": "1.7.4", diff --git a/package.json b/package.json index e9a05dd49..40972b7dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.43", + "version": "3.11.44", "private": false, "repository": { "type": "git",