Skip to content

Commit

Permalink
2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonreid committed Mar 13, 2024
1 parent daee354 commit 3095f1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ 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.10](https://github.com/PrefectHQ/graphs/compare/2.2.9...2.2.10)
#### [2.2.11](https://github.com/PrefectHQ/graphs/compare/2.2.10...2.2.11)

- Bugfix: Live running subflow updates [`#455`](https://github.com/PrefectHQ/graphs/pull/455)
- Bugfix: add locking mechanism to artifact and event creation [`#447`](https://github.com/PrefectHQ/graphs/pull/447)

#### [2.2.10](https://github.com/PrefectHQ/graphs/compare/v2.2.10...2.2.10)

> 12 March 2024
#### [v2.2.10](https://github.com/PrefectHQ/graphs/compare/2.2.9...v2.2.10)

> 12 March 2024
- Bugfix: artifact cluster measurements on emit [`#446`](https://github.com/PrefectHQ/graphs/pull/446)
- Enhancement: improve click targeting [`#448`](https://github.com/PrefectHQ/graphs/pull/448)
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.10",
"version": "2.2.11",
"description": "Large scale graphs designed for Prefect",
"scripts": {
"serve": "vite --host --mode=demo",
Expand Down

0 comments on commit 3095f1f

Please sign in to comment.