diff --git a/CHANGELOG.md b/CHANGELOG.md index b97f39c6..612bacbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ 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.6.0](https://github.com/PrefectHQ/prefect-design/compare/2.5.0...2.6.0) +#### [2.6.1](https://github.com/PrefectHQ/prefect-design/compare/2.6.0...2.6.1) + +- Bugfix: Markdown absolute links being treated as relative [`#1163`](https://github.com/PrefectHQ/prefect-design/pull/1163) +- Use an indeterminate checkbox pattern for p-table select all. [`#1161`](https://github.com/PrefectHQ/prefect-design/pull/1161) +- Enhancement: `PCodeHighlight` singleton worker [`#1160`](https://github.com/PrefectHQ/prefect-design/pull/1160) +- Bump postcss from 8.4.35 to 8.4.36 [`#1157`](https://github.com/PrefectHQ/prefect-design/pull/1157) + +#### [2.6.0](https://github.com/PrefectHQ/prefect-design/compare/v2.6.0...2.6.0) + +> 18 March 2024 + +#### [v2.6.0](https://github.com/PrefectHQ/prefect-design/compare/2.5.0...v2.6.0) + +> 18 March 2024 - Chore: Add prefect entity icons [`#1158`](https://github.com/PrefectHQ/prefect-design/pull/1158) - Chore: Update CODEOWNERS [`#1159`](https://github.com/PrefectHQ/prefect-design/pull/1159) diff --git a/package-lock.json b/package-lock.json index c92a2215..00ef1d75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-design", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-design", - "version": "2.6.0", + "version": "2.6.1", "workspaces": [ "./demo" ], diff --git a/package.json b/package.json index 4f886c6f..9d8d504e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "./demo" ], - "version": "2.6.0", + "version": "2.6.1", "description": "", "repository": { "type": "git",