Skip to content

Commit

Permalink
3.3.3 (#2567)
Browse files Browse the repository at this point in the history
Co-authored-by: collincchoy <[email protected]>
  • Loading branch information
marvin-robot and collincchoy committed Jun 27, 2024
1 parent 36247f9 commit e3e00f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
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.3](https://github.com/PrefectHQ/prefect-ui-library/compare/3.3.2...3.3.3)

- 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)
- Add missing import CopyOverflowMenuItem [`#2562`](https://github.com/PrefectHQ/prefect-ui-library/pull/2562)
- Make the dashboard cards more responsive [`#2561`](https://github.com/PrefectHQ/prefect-ui-library/pull/2561)
- Disable validation checkboxes from parameter forms when `enforce_parameter_schema` is enabled [`#2558`](https://github.com/PrefectHQ/prefect-ui-library/pull/2558)

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

> 27 June 2024
- 3.3.2 [`#2560`](https://github.com/PrefectHQ/prefect-ui-library/pull/2560)
- Add triggers to deployment details [`#2559`](https://github.com/PrefectHQ/prefect-ui-library/pull/2559)

#### [3.3.1](https://github.com/PrefectHQ/prefect-ui-library/compare/3.3.0...3.3.1)
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.2",
"version": "3.3.3",
"private": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit e3e00f2

Please sign in to comment.