From 85af805f3cc533d57ecbb4df9f09f1fb16effd80 Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:25:24 -0600 Subject: [PATCH] 2.14.6 (#1502) Co-authored-by: dylanbhughes --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf74c1b2..25df13ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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). +#### [2.14.6](https://github.com/PrefectHQ/prefect-design/compare/2.14.5...2.14.6) + +- Bump @types/node from 22.8.1 to 22.8.7 [`#1496`](https://github.com/PrefectHQ/prefect-design/pull/1496) +- Bump vite-plugin-vue-devtools from 7.5.4 to 7.6.2 [`#1497`](https://github.com/PrefectHQ/prefect-design/pull/1497) +- Bump vue-tsc from 2.1.8 to 2.1.10 [`#1498`](https://github.com/PrefectHQ/prefect-design/pull/1498) +- Bugfix: Worker icon - set currentColor [`#1501`](https://github.com/PrefectHQ/prefect-design/pull/1501) + #### [2.14.5](https://github.com/PrefectHQ/prefect-design/compare/2.14.4...2.14.5) +> 6 November 2024 + +- 2.14.5 [`#1500`](https://github.com/PrefectHQ/prefect-design/pull/1500) - Enhancement: Add new icon for worker [`#1499`](https://github.com/PrefectHQ/prefect-design/pull/1499) #### [2.14.4](https://github.com/PrefectHQ/prefect-design/compare/2.14.3...2.14.4) diff --git a/package-lock.json b/package-lock.json index 94099d3e..e814f56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-design", - "version": "2.14.5", + "version": "2.14.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-design", - "version": "2.14.5", + "version": "2.14.6", "workspaces": [ "./demo" ], diff --git a/package.json b/package.json index a88ce2f5..07ceef54 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "./demo" ], - "version": "2.14.5", + "version": "2.14.6", "description": "", "repository": { "type": "git",