From 3095f1ff3c25e9461e0492f52d8cfe55965bf021 Mon Sep 17 00:00:00 2001 From: Brandon Reid Date: Wed, 13 Mar 2024 14:59:28 -0300 Subject: [PATCH] 2.2.11 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff08582..8ba42d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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.2.10](https://github.com/PrefectHQ/graphs/compare/2.2.9...2.2.10) +#### [2.2.11](https://github.com/PrefectHQ/graphs/compare/2.2.10...2.2.11) + +- Bugfix: Live running subflow updates [`#455`](https://github.com/PrefectHQ/graphs/pull/455) +- Bugfix: add locking mechanism to artifact and event creation [`#447`](https://github.com/PrefectHQ/graphs/pull/447) + +#### [2.2.10](https://github.com/PrefectHQ/graphs/compare/v2.2.10...2.2.10) + +> 12 March 2024 + +#### [v2.2.10](https://github.com/PrefectHQ/graphs/compare/2.2.9...v2.2.10) + +> 12 March 2024 - Bugfix: artifact cluster measurements on emit [`#446`](https://github.com/PrefectHQ/graphs/pull/446) - Enhancement: improve click targeting [`#448`](https://github.com/PrefectHQ/graphs/pull/448) diff --git a/package-lock.json b/package-lock.json index 9b1fc38b..77252f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.2.10", + "version": "2.2.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.2.10", + "version": "2.2.11", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "2.0.0", diff --git a/package.json b/package.json index 73b75270..9d2e032a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.2.10", + "version": "2.2.11", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",