From ccc81219f9baa341dbb448e97939741c5b9d0e3c Mon Sep 17 00:00:00 2001 From: Mikey Gower Date: Thu, 4 Apr 2024 12:30:15 -0400 Subject: [PATCH] 0.7.0-rc.16 --- package-lock.json | 4 ++-- package.json | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fea1c35..7096a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sayari/trellis", - "version": "0.7.0-rc.15", + "version": "0.7.0-rc.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sayari/trellis", - "version": "0.7.0-rc.15", + "version": "0.7.0-rc.16", "license": "ISC", "workspaces": [ "examples/native", diff --git a/package.json b/package.json index 667baf5..10ef6ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sayari/trellis", - "version": "0.7.0-rc.15", + "version": "0.7.0-rc.16", "description": "High-performance network visualization library, rendering to WebGL as well as other targets", "main": "./index.js", "types": "./index.d.ts", @@ -102,7 +102,14 @@ "vite": "^4.5.0", "vitest": "^0.34.6" }, - "keywords": ["graph", "network", "infovis", "visualization", "react", "webgl"], + "keywords": [ + "graph", + "network", + "infovis", + "visualization", + "react", + "webgl" + ], "peerDependencies": { "react": ">=16.0" },