Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Nov 6, 2023
1 parent 541f52b commit 1400619
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.1.1](https://github.com/PrefectHQ/graphs/compare/2.1.0...2.1.1)
#### [2.1.2](https://github.com/PrefectHQ/graphs/compare/2.1.1...2.1.2)

- Bug Fixes [`#315`](https://github.com/PrefectHQ/graphs/pull/315)
- add scaling keyboard shortcuts [`#314`](https://github.com/PrefectHQ/graphs/pull/314)

#### [2.1.1](https://github.com/PrefectHQ/graphs/compare/v2.1.1...2.1.1)

> 3 November 2023
#### [v2.1.1](https://github.com/PrefectHQ/graphs/compare/2.1.0...v2.1.1)

> 3 November 2023
- Add a minWidth to the viewport [`#311`](https://github.com/PrefectHQ/graphs/pull/311)
- Don't hijack cmd + f or ctrl + f [`#312`](https://github.com/PrefectHQ/graphs/pull/312)
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.1",
"version": "2.1.2",
"description": "Large scale graphs designed for Prefect",
"scripts": {
"serve": "vite --host --mode=demo",
Expand Down

0 comments on commit 1400619

Please sign in to comment.