From aa6e5e8765c4f70f77087a2b3f08928e0a7e275c Mon Sep 17 00:00:00 2001 From: Craig Harshbarger Date: Thu, 9 Nov 2023 08:25:27 -0600 Subject: [PATCH] 2.1.6 --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba9921b..ef62e74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,22 @@ 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.1.5](https://github.com/PrefectHQ/graphs/compare/2.1.4...2.1.5) +#### [2.1.6](https://github.com/PrefectHQ/graphs/compare/2.1.5...2.1.6) + +- Terminate workers when not in use [`#327`](https://github.com/PrefectHQ/graphs/pull/327) +- remove subflow toggle filter for performance [`#326`](https://github.com/PrefectHQ/graphs/pull/326) +- Make the data refresh interval based on the number of nodes [`#325`](https://github.com/PrefectHQ/graphs/pull/325) +- Remove state name [`#324`](https://github.com/PrefectHQ/graphs/pull/324) + +#### [2.1.5](https://github.com/PrefectHQ/graphs/compare/v2.1.5...2.1.5) + +> 8 November 2023 + +- Reset the settings on stop [`#323`](https://github.com/PrefectHQ/graphs/pull/323) + +#### [v2.1.5](https://github.com/PrefectHQ/graphs/compare/2.1.4...v2.1.5) + +> 8 November 2023 #### [2.1.4](https://github.com/PrefectHQ/graphs/compare/v2.1.4...2.1.4) diff --git a/package-lock.json b/package-lock.json index cac40fcb..470f0bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.1.5", + "version": "2.1.6", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "2.0.0", diff --git a/package.json b/package.json index 0d475c60..8878e315 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.1.5", + "version": "2.1.6", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",