From 163008919498ebc5068185ce8a41b50af674c1ae Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:57:58 -0500 Subject: [PATCH] 2.14.1 (#1491) Co-authored-by: pleek91 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9c02f5..449c2d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.1](https://github.com/PrefectHQ/prefect-design/compare/2.14.0...2.14.1) + +- Export `getVirtualScroller` utility and fix `makeItemVisible` return type` [`#1490`](https://github.com/PrefectHQ/prefect-design/pull/1490) + #### [2.14.0](https://github.com/PrefectHQ/prefect-design/compare/2.13.5...2.14.0) +> 28 October 2024 + +- 2.14.0 [`#1489`](https://github.com/PrefectHQ/prefect-design/pull/1489) - Bump vue-tsc from 2.1.6 to 2.1.8 [`#1485`](https://github.com/PrefectHQ/prefect-design/pull/1485) - Bump radix-vue from 1.9.7 to 1.9.8 [`#1487`](https://github.com/PrefectHQ/prefect-design/pull/1487) - Bump vite from 5.4.9 to 5.4.10 [`#1486`](https://github.com/PrefectHQ/prefect-design/pull/1486) diff --git a/package-lock.json b/package-lock.json index b5e82915..612c1300 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-design", - "version": "2.14.0", + "version": "2.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-design", - "version": "2.14.0", + "version": "2.14.1", "workspaces": [ "./demo" ], diff --git a/package.json b/package.json index 719c0f32..491c33a9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "./demo" ], - "version": "2.14.0", + "version": "2.14.1", "description": "", "repository": { "type": "git",