diff --git a/CHANGELOG.md b/CHANGELOG.md index aecc5a424..b3625a74c 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.45](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.44...3.11.45) + +- update axios [`84a5f95`](https://github.com/PrefectHQ/prefect-ui-library/commit/84a5f95d22b03ee2c6a24a48e0459dbc0cabfecf) + #### [3.11.44](https://github.com/PrefectHQ/prefect-ui-library/compare/3.11.43...3.11.44) +> 7 March 2025 + +- 3.11.44 [`#2948`](https://github.com/PrefectHQ/prefect-ui-library/pull/2948) - Update prefect design [`#2947`](https://github.com/PrefectHQ/prefect-ui-library/pull/2947) - Bump cronstrue from 2.54.0 to 2.56.0 [`#2943`](https://github.com/PrefectHQ/prefect-ui-library/pull/2943) - Bump typescript from 5.7.3 to 5.8.2 [`#2945`](https://github.com/PrefectHQ/prefect-ui-library/pull/2945) diff --git a/package-lock.json b/package-lock.json index 557bf389c..513ecf649 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.44", + "version": "3.11.45", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.44", + "version": "3.11.45", "dependencies": { "@prefecthq/graphs": "2.4.1", "axios": "1.8.2", diff --git a/package.json b/package.json index fca386c08..c59b7d152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefecthq/prefect-ui-library", - "version": "3.11.44", + "version": "3.11.45", "private": false, "repository": { "type": "git",