diff --git a/CHANGELOG.md b/CHANGELOG.md index f768b77bd..fef31885a 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). +#### [3.11.18](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.17...3.11.18) + +- BugFix: ensure all types are updated for workpoolworker [`#2823`](https://github.com/PrefectHQ/prefect-ui-library/pull/2823) + #### [3.11.17](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.16...3.11.17) +> 12 November 2024 + +- 3.11.17 [`#2822`](https://github.com/PrefectHQ/prefect-ui-library/pull/2822) - Chore: update WorkPoolWorker to include better typing for metadata [`#2821`](https://github.com/PrefectHQ/prefect-ui-library/pull/2821) #### [3.11.16](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.15...3.11.16) diff --git a/package-lock.json b/package-lock.json index 15fb6f4a7..2edb791ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.17", + "version": "3.11.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.17", + "version": "3.11.18", "dependencies": { "@prefecthq/graphs": "2.4.1", "axios": "1.7.4", diff --git a/package.json b/package.json index 03bcfd225..ced0e639f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.17", + "version": "3.11.18", "private": false, "repository": { "type": "git",