Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Nov 6, 2023
1 parent 35a4664 commit 54fd02b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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).

#### [2.1.2](https://github.com/PrefectHQ/graphs/compare/2.1.1...2.1.2)
#### [2.1.3](https://github.com/PrefectHQ/graphs/compare/2.1.2...2.1.3)

- rename layouts and add Sorted Run Duration [`#316`](https://github.com/PrefectHQ/graphs/pull/316)
- Combing culling into a single object and tick [`#319`](https://github.com/PrefectHQ/graphs/pull/319)
- Bump @types/node from 20.8.9 to 20.8.10 [`#318`](https://github.com/PrefectHQ/graphs/pull/318)
- Bump eslint from 8.52.0 to 8.53.0 [`#317`](https://github.com/PrefectHQ/graphs/pull/317)

#### [2.1.2](https://github.com/PrefectHQ/graphs/compare/v2.1.2...2.1.2)

> 6 November 2023
#### [v2.1.2](https://github.com/PrefectHQ/graphs/compare/2.1.1...v2.1.2)

> 6 November 2023
- Bug Fixes [`#315`](https://github.com/PrefectHQ/graphs/pull/315)
- add scaling keyboard shortcuts [`#314`](https://github.com/PrefectHQ/graphs/pull/314)
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.2",
"version": "2.1.3",
"description": "Large scale graphs designed for Prefect",
"scripts": {
"serve": "vite --host --mode=demo",
Expand Down

0 comments on commit 54fd02b

Please sign in to comment.