diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4ea756..5e69fc1a 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.14.15](https://github.com/PrefectHQ/prefect-design/compare/2.14.14...2.14.15) + +- Allow adding class to select options [`#1542`](https://github.com/PrefectHQ/prefect-design/pull/1542) + #### [2.14.14](https://github.com/PrefectHQ/prefect-design/compare/2.14.13...2.14.14) +> 2 December 2024 + +- 2.14.14 [`#1541`](https://github.com/PrefectHQ/prefect-design/pull/1541) - Bump cross-spawn from 7.0.3 to 7.0.6 [`#1540`](https://github.com/PrefectHQ/prefect-design/pull/1540) - Default the combobox search input to size small [`#1539`](https://github.com/PrefectHQ/prefect-design/pull/1539) - Update vue [`#1529`](https://github.com/PrefectHQ/prefect-design/pull/1529) diff --git a/package-lock.json b/package-lock.json index 2c735749..ab5b129f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-design", - "version": "2.14.14", + "version": "2.14.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-design", - "version": "2.14.14", + "version": "2.14.15", "workspaces": [ "./demo" ], diff --git a/package.json b/package.json index af844f32..c7f4800d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "./demo" ], - "version": "2.14.14", + "version": "2.14.15", "description": "", "repository": { "type": "git",