From f21f47bf8b7d189fa958b33345ab90d3a2317a45 Mon Sep 17 00:00:00 2001 From: Mikey Gower Date: Mon, 26 Feb 2024 06:50:56 -0500 Subject: [PATCH 1/2] 0.7.0-rc.14 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 145a37cd..0dd1ca73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sayari/trellis", - "version": "0.7.0-rc.13", + "version": "0.7.0-rc.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sayari/trellis", - "version": "0.7.0-rc.13", + "version": "0.7.0-rc.14", "license": "ISC", "workspaces": [ "examples/native", diff --git a/package.json b/package.json index c714d059..5d14374c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sayari/trellis", - "version": "0.7.0-rc.13", + "version": "0.7.0-rc.14", "description": "High-performance network visualization library, rendering to WebGL as well as other targets", "main": "./index.js", "exports": "./index.js", From 628ab9a84350a9aa1a15df6810933eb78aea59b9 Mon Sep 17 00:00:00 2001 From: Mikey Gower Date: Mon, 26 Feb 2024 06:52:09 -0500 Subject: [PATCH 2/2] package.json fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d14374c..a8007876 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/sayari-analytics/trellis.git" + "url": "git+https://github.com/sayari-analytics/trellis.git" }, "workspaces": [ "examples/native",