From bb999ef4e9f46698e4028d858ac1c6a053f09712 Mon Sep 17 00:00:00 2001 From: Craig Harshbarger Date: Fri, 3 Nov 2023 09:37:35 -0500 Subject: [PATCH] 2.1.1 --- CHANGELOG.md | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862cb097..71e27386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ 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.0](https://github.com/PrefectHQ/graphs/compare/2.0.5...2.1.0) +#### [2.1.1](https://github.com/PrefectHQ/graphs/compare/2.1.0...2.1.1) + +- Add a minWidth to the viewport [`#311`](https://github.com/PrefectHQ/graphs/pull/311) +- Don't hijack cmd + f or ctrl + f [`#312`](https://github.com/PrefectHQ/graphs/pull/312) +- highlight selection paths [`#310`](https://github.com/PrefectHQ/graphs/pull/310) +- Light mode support [`#306`](https://github.com/PrefectHQ/graphs/pull/306) + +#### [2.1.0](https://github.com/PrefectHQ/graphs/compare/v2.1.0...2.1.0) + +> 2 November 2023 + +#### [v2.1.0](https://github.com/PrefectHQ/graphs/compare/2.0.5...v2.1.0) + +> 2 November 2023 - Don't update the viewport when in dependency view [`#308`](https://github.com/PrefectHQ/graphs/pull/308) - Center the viewport after the layout changes [`#307`](https://github.com/PrefectHQ/graphs/pull/307) diff --git a/package-lock.json b/package-lock.json index 475176c2..d88930fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.1.0", + "version": "2.1.1", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "2.0.0", diff --git a/package.json b/package.json index 61306fd9..5728d829 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.1.0", + "version": "2.1.1", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",