diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9b147b..fb3a6195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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.3](https://github.com/PrefectHQ/graphs/compare/2.2.2...2.2.3) +#### [2.2.4](https://github.com/PrefectHQ/graphs/compare/2.2.3...2.2.4) + +- make state bars selectable [`#433`](https://github.com/PrefectHQ/graphs/pull/433) + +#### [2.2.3](https://github.com/PrefectHQ/graphs/compare/v2.2.3...2.2.3) + +> 4 March 2024 + +- Version 2.2.3 [`#429`](https://github.com/PrefectHQ/graphs/pull/429) + +#### [v2.2.3](https://github.com/PrefectHQ/graphs/compare/2.2.2...v2.2.3) + +> 1 March 2024 - include dimensions on select of cluster [`#428`](https://github.com/PrefectHQ/graphs/pull/428) diff --git a/package-lock.json b/package-lock.json index e10384fa..81c1cbe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.2.3", + "version": "2.2.4", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "2.0.0", diff --git a/package.json b/package.json index 8080619f..4bf26899 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.2.3", + "version": "2.2.4", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",