From 7525d6e9100f5f10b3427798552924e54849b455 Mon Sep 17 00:00:00 2001 From: Brandon Reid Date: Thu, 14 Mar 2024 12:21:47 -0300 Subject: [PATCH] 2.2.12 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba42d53..82b3ca9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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.11](https://github.com/PrefectHQ/graphs/compare/2.2.10...2.2.11) +#### [2.2.12](https://github.com/PrefectHQ/graphs/compare/2.2.11...2.2.12) + +- Bugfix: hide artifacts when setting changes [`#456`](https://github.com/PrefectHQ/graphs/pull/456) + +#### [2.2.11](https://github.com/PrefectHQ/graphs/compare/v2.2.11...2.2.11) + +> 13 March 2024 + +#### [v2.2.11](https://github.com/PrefectHQ/graphs/compare/2.2.10...v2.2.11) + +> 13 March 2024 - 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) diff --git a/package-lock.json b/package-lock.json index 77252f79..1ca51638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.2.11", + "version": "2.2.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.2.11", + "version": "2.2.12", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "2.0.0", diff --git a/package.json b/package.json index 9d2e032a..5b317946 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.2.11", + "version": "2.2.12", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",