Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsteff committed Jun 3, 2024
1 parent 569be65 commit f0f102e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 4.19.1 - 6/3/24
- [fix] Fix camera pan while dragging node #248

# 4.19.0 - 5/30/24
- [feature] Add dolly camera controls #246
- [feature] Add dolly camera controls #247

# 4.18.1 - 5/23/24
- [fix] Fix fit view bug after panning and zooming #246
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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reagraph",
"version": "4.19.0",
"version": "4.19.1",
"description": "WebGL Node-based Graph for React",
"scripts": {
"build": "vite build --mode library",
Expand Down Expand Up @@ -133,6 +133,5 @@
"prettier --write",
"git add"
]
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
}

0 comments on commit f0f102e

Please sign in to comment.