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

3.3.4 #2581

Merged
merged 1 commit into from
Jul 2, 2024
Merged

3.3.4 #2581

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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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).

#### [3.3.4](https://github.com/PrefectHQ/prefect-ui-library/compare/3.3.3...3.3.4)

- Bump prefect-design to ^2.11.5 [`#2580`](https://github.com/PrefectHQ/prefect-ui-library/pull/2580)
- Chore: remove global pause/resume from deployments list [`#2579`](https://github.com/PrefectHQ/prefect-ui-library/pull/2579)
- Fix: run deployment form state shared by row index [`#2573`](https://github.com/PrefectHQ/prefect-ui-library/pull/2573)
- Fix "This run didn't generate logs" being displayed when logs exist [`#2571`](https://github.com/PrefectHQ/prefect-ui-library/pull/2571)
- Fix the flow run popover text wrap and allow breaking words [`#2570`](https://github.com/PrefectHQ/prefect-ui-library/pull/2570)
- Fix logs not displaying property when the message includes html like text [`#2569`](https://github.com/PrefectHQ/prefect-ui-library/pull/2569)

#### [3.3.3](https://github.com/PrefectHQ/prefect-ui-library/compare/3.3.2...3.3.3)

> 27 June 2024

- 3.3.3 [`#2567`](https://github.com/PrefectHQ/prefect-ui-library/pull/2567)
- Add automate shortcut to work pool menu [`#2566`](https://github.com/PrefectHQ/prefect-ui-library/pull/2566)
- Port Automate menu items from cloud for flows and work pool queues. [`#2564`](https://github.com/PrefectHQ/prefect-ui-library/pull/2564)
- Fix overflow in the flow run popover on the deployment list [`#2563`](https://github.com/PrefectHQ/prefect-ui-library/pull/2563)
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
@@ -1,6 +1,6 @@
{
"name": "@prefecthq/prefect-ui-library",
"version": "3.3.3",
"version": "3.3.4",
"private": false,
"repository": {
"type": "git",
Expand Down
Loading