Skip to content

Commit

Permalink
2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonreid committed Mar 8, 2024
1 parent 7f0c9f6 commit 7781d78
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ 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.2.7](https://github.com/PrefectHQ/graphs/compare/2.2.6...2.2.7)
#### [2.2.8](https://github.com/PrefectHQ/graphs/compare/2.2.7...2.2.8)

- bring back borders to subflows [`#443`](https://github.com/PrefectHQ/graphs/pull/443)
- Bugfix: await cluster rendering [`#444`](https://github.com/PrefectHQ/graphs/pull/444)
- Enhancement: Add subflow artifacts [`#442`](https://github.com/PrefectHQ/graphs/pull/442)
- Enhancement: add events to subflows [`#441`](https://github.com/PrefectHQ/graphs/pull/441)
- Subflow states [`#440`](https://github.com/PrefectHQ/graphs/pull/440)

#### [2.2.7](https://github.com/PrefectHQ/graphs/compare/v2.2.7...2.2.7)

> 6 March 2024
#### [v2.2.7](https://github.com/PrefectHQ/graphs/compare/2.2.6...v2.2.7)

> 6 March 2024
- fix event type [`#439`](https://github.com/PrefectHQ/graphs/pull/439)

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.2.7",
"version": "2.2.8",
"description": "Large scale graphs designed for Prefect",
"scripts": {
"serve": "vite --host --mode=demo",
Expand Down

0 comments on commit 7781d78

Please sign in to comment.