diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf59cde..9e7a1e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v2.0.4](https://github.com/PrefectHQ/graphs/compare/v2.0.3...v2.0.4) + +- move prefect dependencies to peers and bump [`#191`](https://github.com/PrefectHQ/graphs/pull/191) +- Release version 2.0.3 [`#190`](https://github.com/PrefectHQ/graphs/pull/190) + #### [v2.0.3](https://github.com/PrefectHQ/graphs/compare/v2.0.2...v2.0.3) +> 29 August 2023 + - unpin dependencies [`#186`](https://github.com/PrefectHQ/graphs/pull/186) - Release version 2.0.2 [`#185`](https://github.com/PrefectHQ/graphs/pull/185) diff --git a/package-lock.json b/package-lock.json index b5dd30ab..501a8a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.0.3", + "version": "2.0.4", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "^1.1.0", diff --git a/package.json b/package.json index 9b7d9884..5606ff9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.0.3", + "version": "2.0.4", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",