Skip to content

Commit

Permalink
3.10.0 (#2741)
Browse files Browse the repository at this point in the history
Co-authored-by: znicholasbrown <[email protected]>
  • Loading branch information
marvin-robot and znicholasbrown authored Sep 18, 2024
1 parent 8fc1e3a commit 3b74484
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.10.0](https://github.com/PrefectHQ/prefect-ui-library/compare/3.9.5...3.10.0)

- Deprecate max retries, retry delay seconds fields, add retry jitter factor [`#2740`](https://github.com/PrefectHQ/prefect-ui-library/pull/2740)
- Bump vite from 5.4.4 to 5.4.6 [`#2735`](https://github.com/PrefectHQ/prefect-ui-library/pull/2735)
- Bump eslint from 8.57.0 to 8.57.1 [`#2734`](https://github.com/PrefectHQ/prefect-ui-library/pull/2734)
- Bump @types/node from 22.5.4 to 22.5.5 [`#2733`](https://github.com/PrefectHQ/prefect-ui-library/pull/2733)
- Bump auto-changelog from 2.4.0 to 2.5.0 [`#2736`](https://github.com/PrefectHQ/prefect-ui-library/pull/2736)
- Bump vitest from 2.0.5 to 2.1.1 [`#2737`](https://github.com/PrefectHQ/prefect-ui-library/pull/2737)

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

> 17 September 2024
- 3.9.5 [`#2739`](https://github.com/PrefectHQ/prefect-ui-library/pull/2739)
- Chore: add optional "required" prop to BlockDocumentInput [`#2738`](https://github.com/PrefectHQ/prefect-ui-library/pull/2738)
- Fix stale/inconsistent values in update global concurrency limits model [`#2732`](https://github.com/PrefectHQ/prefect-ui-library/pull/2732)

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.9.5",
"version": "3.10.0",
"private": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b74484

Please sign in to comment.