From 5a5325d955bb33d5ef1be699579f6ff670dcd7ab Mon Sep 17 00:00:00 2001 From: Prefect <41086007+marvin-robot@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:53:09 -0500 Subject: [PATCH] 2.4.1 (#571) Co-authored-by: znicholasbrown --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3cd6026..1b5b2adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,26 @@ 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.4.1](https://github.com/PrefectHQ/graphs/compare/2.4.0...2.4.1) + +- Bump micromatch from 4.0.5 to 4.0.8 [`#569`](https://github.com/PrefectHQ/graphs/pull/569) +- Bump ws from 8.17.0 to 8.18.0 [`#568`](https://github.com/PrefectHQ/graphs/pull/568) +- Bump vite from 5.4.2 to 5.4.6 [`#567`](https://github.com/PrefectHQ/graphs/pull/567) +- Bump vite from 5.3.3 to 5.3.5 [`#545`](https://github.com/PrefectHQ/graphs/pull/545) +- Bump @types/node from 20.14.10 to 22.0.0 [`#542`](https://github.com/PrefectHQ/graphs/pull/542) +- Bump tailwindcss from 3.4.5 to 3.4.7 [`#541`](https://github.com/PrefectHQ/graphs/pull/541) +- Bump vue-tsc from 2.0.26 to 2.0.29 [`#543`](https://github.com/PrefectHQ/graphs/pull/543) +- Bump tailwindcss from 3.4.4 to 3.4.5 [`#536`](https://github.com/PrefectHQ/graphs/pull/536) +- Bump vite from 5.3.2 to 5.3.3 [`#533`](https://github.com/PrefectHQ/graphs/pull/533) +- Bump typescript from 5.5.2 to 5.5.3 [`#534`](https://github.com/PrefectHQ/graphs/pull/534) +- Bump vue-tsc from 2.0.24 to 2.0.26 [`#535`](https://github.com/PrefectHQ/graphs/pull/535) +- Bump @types/node from 20.14.8 to 20.14.10 [`#532`](https://github.com/PrefectHQ/graphs/pull/532) + #### [2.4.0](https://github.com/PrefectHQ/graphs/compare/2.3.2...2.4.0) +> 25 June 2024 + +- 2.4.0 [`#526`](https://github.com/PrefectHQ/graphs/pull/526) - Bump tailwindcss from 3.4.1 to 3.4.4 [`#519`](https://github.com/PrefectHQ/graphs/pull/519) - Bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 [`#521`](https://github.com/PrefectHQ/graphs/pull/521) - Bump @types/node from 20.12.12 to 20.14.8 [`#524`](https://github.com/PrefectHQ/graphs/pull/524) diff --git a/package-lock.json b/package-lock.json index f0cbb4a1..e209c732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.4.0", + "version": "2.4.1", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "2.0.0", diff --git a/package.json b/package.json index 16cc9269..8bb798dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.4.0", + "version": "2.4.1", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",