diff --git a/CHANGELOG.md b/CHANGELOG.md index 5750234dc..d5351836e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [3.8.3](https://github.com/PrefectHQ/prefect-ui-library/compare/3.8.2...3.8.3) + +- Remove feature flag for nested task runs [`#2719`](https://github.com/PrefectHQ/prefect-ui-library/pull/2719) +- Bump vite from 5.4.2 to 5.4.3 [`#2716`](https://github.com/PrefectHQ/prefect-ui-library/pull/2716) +- Bump @types/node from 22.5.2 to 22.5.4 [`#2717`](https://github.com/PrefectHQ/prefect-ui-library/pull/2717) +- Bump vue-tsc from 2.1.4 to 2.1.6 [`#2715`](https://github.com/PrefectHQ/prefect-ui-library/pull/2715) +- Bump postcss from 8.4.44 to 8.4.45 [`#2714`](https://github.com/PrefectHQ/prefect-ui-library/pull/2714) +- Bump typescript from 5.5.4 to 5.6.2 [`#2713`](https://github.com/PrefectHQ/prefect-ui-library/pull/2713) +- Bump vue-tsc from 2.0.29 to 2.1.4 [`#2698`](https://github.com/PrefectHQ/prefect-ui-library/pull/2698) +- Bump micromatch from 4.0.5 to 4.0.8 [`#2712`](https://github.com/PrefectHQ/prefect-ui-library/pull/2712) + #### [3.8.2](https://github.com/PrefectHQ/prefect-ui-library/compare/3.8.1...3.8.2) +> 9 September 2024 + +- 3.8.2 [`#2711`](https://github.com/PrefectHQ/prefect-ui-library/pull/2711) - Chore: Add missing export for `useWorkspaceEvents` composition and events utilities [`#2710`](https://github.com/PrefectHQ/prefect-ui-library/pull/2710) - Bump postcss from 8.4.41 to 8.4.44 [`#2699`](https://github.com/PrefectHQ/prefect-ui-library/pull/2699) - Add avoid-collisions prop to formated date tooltip [`#2709`](https://github.com/PrefectHQ/prefect-ui-library/pull/2709) diff --git a/package-lock.json b/package-lock.json index 61707ce10..cdccdef82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.8.2", + "version": "3.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-ui-library", - "version": "3.8.2", + "version": "3.8.3", "dependencies": { "@prefecthq/graphs": "2.4.0", "axios": "1.7.4", diff --git a/package.json b/package.json index 5018da242..c90491912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.8.2", + "version": "3.8.3", "private": false, "repository": { "type": "git",