Skip to content

Commit

Permalink
2.12.0 (#1409)
Browse files Browse the repository at this point in the history
Co-authored-by: znicholasbrown <znicholasbrown@users.noreply.github.com>
  • Loading branch information
marvin-robot and znicholasbrown authored Aug 14, 2024
1 parent 2070bec commit ad50bbd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,33 @@ 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.12.0](https://github.com/PrefectHQ/prefect-design/compare/2.11.6...2.12.0)

- Enhancement: Use generics for PTimeline [`#1408`](https://github.com/PrefectHQ/prefect-design/pull/1408)
- Fix module declaration [`#1405`](https://github.com/PrefectHQ/prefect-design/pull/1405)
- Bump vue-tsc from 2.0.26 to 2.0.29 [`#1397`](https://github.com/PrefectHQ/prefect-design/pull/1397)
- Bump @tailwindcss/typography from 0.5.13 to 0.5.14 [`#1401`](https://github.com/PrefectHQ/prefect-design/pull/1401)
- Bump @types/node from 22.1.0 to 22.2.0 [`#1402`](https://github.com/PrefectHQ/prefect-design/pull/1402)
- Bump @fontsource-variable/inter from 5.0.19 to 5.0.20 [`#1403`](https://github.com/PrefectHQ/prefect-design/pull/1403)
- Bump tailwindcss from 3.4.6 to 3.4.7 [`#1400`](https://github.com/PrefectHQ/prefect-design/pull/1400)
- Bump autoprefixer from 10.4.19 to 10.4.20 [`#1399`](https://github.com/PrefectHQ/prefect-design/pull/1399)
- Bump @types/node from 20.14.11 to 22.1.0 [`#1398`](https://github.com/PrefectHQ/prefect-design/pull/1398)
- Bump vite-plugin-vue-devtools from 7.3.6 to 7.3.7 [`#1395`](https://github.com/PrefectHQ/prefect-design/pull/1395)
- Bump @vitejs/plugin-vue from 5.0.5 to 5.1.1 [`#1394`](https://github.com/PrefectHQ/prefect-design/pull/1394)
- Bump vite from 5.3.4 to 5.3.5 [`#1392`](https://github.com/PrefectHQ/prefect-design/pull/1392)
- Bump postcss from 8.4.39 to 8.4.40 [`#1391`](https://github.com/PrefectHQ/prefect-design/pull/1391)
- Bump @types/node from 20.14.9 to 20.14.10 [`#1386`](https://github.com/PrefectHQ/prefect-design/pull/1386)
- Bump highlight.js from 11.9.0 to 11.10.0 [`#1385`](https://github.com/PrefectHQ/prefect-design/pull/1385)
- Bump vue-tsc from 2.0.24 to 2.0.26 [`#1383`](https://github.com/PrefectHQ/prefect-design/pull/1383)
- BugFix: incorrect css custom property syntax [`#1381`](https://github.com/PrefectHQ/prefect-design/pull/1381)
- Bump vite-plugin-vue-devtools from 7.3.5 to 7.3.6 [`#1382`](https://github.com/PrefectHQ/prefect-design/pull/1382)
- Remove install step from project specific ci [`#1380`](https://github.com/PrefectHQ/prefect-design/pull/1380)

#### [2.11.6](https://github.com/PrefectHQ/prefect-design/compare/2.11.5...2.11.6)

> 9 July 2024
- 2.11.6 [`#1379`](https://github.com/PrefectHQ/prefect-design/pull/1379)
- Fix p-tooltip displaying behind popovers [`#1378`](https://github.com/PrefectHQ/prefect-design/pull/1378)
- Remove unused tailwind utilities and tailwind-merge package [`#1377`](https://github.com/PrefectHQ/prefect-design/pull/1377)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"workspaces": [
"./demo"
],
"version": "2.11.6",
"version": "2.12.0",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit ad50bbd

Please sign in to comment.