Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Nov 9, 2023
1 parent b060e7d commit aa6e5e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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.1.5](https://github.com/PrefectHQ/graphs/compare/2.1.4...2.1.5)
#### [2.1.6](https://github.com/PrefectHQ/graphs/compare/2.1.5...2.1.6)

- Terminate workers when not in use [`#327`](https://github.com/PrefectHQ/graphs/pull/327)
- remove subflow toggle filter for performance [`#326`](https://github.com/PrefectHQ/graphs/pull/326)
- Make the data refresh interval based on the number of nodes [`#325`](https://github.com/PrefectHQ/graphs/pull/325)
- Remove state name [`#324`](https://github.com/PrefectHQ/graphs/pull/324)

#### [2.1.5](https://github.com/PrefectHQ/graphs/compare/v2.1.5...2.1.5)

> 8 November 2023
- Reset the settings on stop [`#323`](https://github.com/PrefectHQ/graphs/pull/323)

#### [v2.1.5](https://github.com/PrefectHQ/graphs/compare/2.1.4...v2.1.5)

> 8 November 2023
#### [2.1.4](https://github.com/PrefectHQ/graphs/compare/v2.1.4...2.1.4)

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,7 +1,7 @@
{
"name": "@prefecthq/graphs",
"private": false,
"version": "2.1.5",
"version": "2.1.6",
"description": "Large scale graphs designed for Prefect",
"scripts": {
"serve": "vite --host --mode=demo",
Expand Down

0 comments on commit aa6e5e8

Please sign in to comment.