Skip to content

Commit 8b09cdb

Browse files
committed
Publish package
1 parent 91ee8f1 commit 8b09cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prepublishOnly": "npm run build && npm run minify && npm run build-module"
3737
},
3838
"dependencies": {
39-
"3d-force-graph": "^1.41.0",
39+
"3d-force-graph": "^1.41.1",
4040
"3d-force-graph-vr": "^1.21.0",
4141
"force-graph": "^1.10.0",
4242
"prop-types": "^15.6.2",

src/packages/react-force-graph-3d/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-force-graph-3d",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "React component for 3D force directed graphs",
55
"unpkg": "dist/react-force-graph-3d.min.js",
66
"main": "dist/react-force-graph-3d.common.js",

0 commit comments

Comments
 (0)