diff --git a/CHANGELOG.md b/CHANGELOG.md index c8056e24..75a165ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.19.0 - 5/30/24 +- [feature] Add dolly camera controls #246 + # 4.18.1 - 5/23/24 - [fix] Fix fit view bug after panning and zooming #246 diff --git a/package-lock.json b/package-lock.json index 653a906a..d40c5aaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reagraph", - "version": "4.18.1", + "version": "4.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reagraph", - "version": "4.18.1", + "version": "4.19.0", "license": "Apache-2.0", "dependencies": { "@react-spring/three": "9.6.1", diff --git a/package.json b/package.json index 9ffc2750..7980470c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reagraph", - "version": "4.18.1", + "version": "4.19.0", "description": "WebGL Node-based Graph for React", "scripts": { "build": "vite build --mode library", @@ -133,5 +133,6 @@ "prettier --write", "git add" ] - } + }, + "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" }