Skip to content

Commit

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

- Fix: Gradient fills on nodes if zoomed screen [`#460`](https://github.com/PrefectHQ/graphs/pull/460)
- Fix: Event creation lock needs to return [`#468`](https://github.com/PrefectHQ/graphs/pull/468)
- chore/Allow release of prefect ui library [`#457`](https://github.com/PrefectHQ/graphs/pull/457)

#### [2.2.12](https://github.com/PrefectHQ/graphs/compare/v2.2.12...2.2.12)

> 14 March 2024
#### [v2.2.12](https://github.com/PrefectHQ/graphs/compare/2.2.11...v2.2.12)

> 14 March 2024
- Bugfix: hide artifacts when setting changes [`#456`](https://github.com/PrefectHQ/graphs/pull/456)

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

0 comments on commit 179161b

Please sign in to comment.