From 36fb5ca8ee89b1d69e8aa223875541280e6a252f Mon Sep 17 00:00:00 2001 From: Marvin <41086007+marvin-robot@users.noreply.github.com> Date: Thu, 23 May 2024 07:58:32 -0700 Subject: [PATCH] 2.3.0 (#507) 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 d155b494..29859c06 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.3.0](https://github.com/PrefectHQ/graphs/compare/2.2.17...2.3.0) + +- Bump typescript from 5.3.3 to 5.4.5 [`#492`](https://github.com/PrefectHQ/graphs/pull/492) +- Bump vue-tsc from 2.0.7 to 2.0.19 [`#500`](https://github.com/PrefectHQ/graphs/pull/500) +- BugFix: properly set the cache key [`#506`](https://github.com/PrefectHQ/graphs/pull/506) +- Enhancement: Progress Artifact [`#498`](https://github.com/PrefectHQ/graphs/pull/498) + #### [2.2.17](https://github.com/PrefectHQ/graphs/compare/2.2.16...2.2.17) +> 22 May 2024 + +- 2.2.17 [`#505`](https://github.com/PrefectHQ/graphs/pull/505) - Chore: Use fontface ref from prefect-design instead of hard coding [`#504`](https://github.com/PrefectHQ/graphs/pull/504) #### [2.2.16](https://github.com/PrefectHQ/graphs/compare/2.2.15...2.2.16) diff --git a/package-lock.json b/package-lock.json index 52834217..7d12c957 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.2.17", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.2.17", + "version": "2.3.0", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "2.0.0", diff --git a/package.json b/package.json index 17011d59..e205151f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.2.17", + "version": "2.3.0", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",