diff --git a/CHANGELOG.md b/CHANGELOG.md index 90adf8f8..c2225f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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.11.3](https://github.com/PrefectHQ/prefect-design/compare/2.11.2...2.11.3) + +- Remove scoped from style block in PTable [`#1353`](https://github.com/PrefectHQ/prefect-design/pull/1353) +- Bump braces from 3.0.2 to 3.0.3 [`#1352`](https://github.com/PrefectHQ/prefect-design/pull/1352) +- Bump vite-plugin-vue-devtools from 7.2.1 to 7.3.0 [`#1351`](https://github.com/PrefectHQ/prefect-design/pull/1351) +- Bump tailwindcss from 3.4.3 to 3.4.4 [`#1350`](https://github.com/PrefectHQ/prefect-design/pull/1350) +- Bump vue-tsc from 2.0.19 to 2.0.21 [`#1349`](https://github.com/PrefectHQ/prefect-design/pull/1349) + #### [2.11.2](https://github.com/PrefectHQ/prefect-design/compare/2.11.1...2.11.2) +> 11 June 2024 + +- 2.11.2 [`#1345`](https://github.com/PrefectHQ/prefect-design/pull/1345) - Enhancement: `PWizard` step header UX [`#1344`](https://github.com/PrefectHQ/prefect-design/pull/1344) #### [2.11.1](https://github.com/PrefectHQ/prefect-design/compare/2.11.0...2.11.1) diff --git a/package-lock.json b/package-lock.json index 4739f0db..20b6c3fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-design", - "version": "2.11.2", + "version": "2.11.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-design", - "version": "2.11.2", + "version": "2.11.3", "workspaces": [ "./demo" ], diff --git a/package.json b/package.json index 7c39ef0f..26ae5f7b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "./demo" ], - "version": "2.11.2", + "version": "2.11.3", "description": "", "repository": { "type": "git",