Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.7.16 #1260

Merged
merged 1 commit into from
May 1, 2024
Merged

2.7.16 #1260

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ 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.7.16](https://github.com/PrefectHQ/prefect-design/compare/2.7.15...2.7.16)

- Quick Fix: Aria-Selected on PButtonGroup [`#1258`](https://github.com/PrefectHQ/prefect-design/pull/1258)
- PButtonGroup: Add slot type and add support for generics and readonly options [`#1256`](https://github.com/PrefectHQ/prefect-design/pull/1256)
- BEM managed by CVA in PButton [`#1250`](https://github.com/PrefectHQ/prefect-design/pull/1250)
- chore/Automated release job [`#1254`](https://github.com/PrefectHQ/prefect-design/pull/1254)
- Bump clsx from 2.1.0 to 2.1.1 [`#1253`](https://github.com/PrefectHQ/prefect-design/pull/1253)
- Bump vue-tsc from 2.0.13 to 2.0.14 [`#1251`](https://github.com/PrefectHQ/prefect-design/pull/1251)
- Bump @tailwindcss/typography from 0.5.12 to 0.5.13 [`#1252`](https://github.com/PrefectHQ/prefect-design/pull/1252)
- add npm run release [`#1249`](https://github.com/PrefectHQ/prefect-design/pull/1249)

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

> 25 April 2024

- 2.7.15 [`#1248`](https://github.com/PrefectHQ/prefect-design/pull/1248)
- Bump vite from 5.2.8 to 5.2.10 [`#1220`](https://github.com/PrefectHQ/prefect-design/pull/1220)
- Fix tabs not showing content when slots are used [`#1247`](https://github.com/PrefectHQ/prefect-design/pull/1247)
- Fix date range select displaying negative values for ranges in the past [`#1246`](https://github.com/PrefectHQ/prefect-design/pull/1246)
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.7.15",
"version": "2.7.16",
"description": "",
"repository": {
"type": "git",
Expand Down
Loading