diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd92352c..cf398ae0e 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). +#### [2.10.3](https://github.com/PrefectHQ/prefect-design/compare/2.10.2...2.10.3) + +- Chore: Add dist mappings [`#1290`](https://github.com/PrefectHQ/prefect-design/pull/1290) + #### [2.10.2](https://github.com/PrefectHQ/prefect-design/compare/2.10.1...2.10.2) +> 13 May 2024 + +- 2.10.2 [`#1289`](https://github.com/PrefectHQ/prefect-design/pull/1289) - Chore: Add src mappings [`#1288`](https://github.com/PrefectHQ/prefect-design/pull/1288) - Expose atomic PTooltip Pieces [`#1287`](https://github.com/PrefectHQ/prefect-design/pull/1287) diff --git a/package-lock.json b/package-lock.json index 7ead695de..67e809696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-design", - "version": "2.10.2", + "version": "2.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-design", - "version": "2.10.2", + "version": "2.10.3", "workspaces": [ "./demo" ], diff --git a/package.json b/package.json index bbe030198..fb36bc005 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "./demo" ], - "version": "2.10.2", + "version": "2.10.3", "description": "", "repository": { "type": "git",