Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @sigma/edge-curve@3.0.0-beta.1
 - @sigma/node-image@3.0.0-beta.6
 - sigma@3.0.0-beta.11
  • Loading branch information
jacomyal committed Mar 15, 2024
1 parent 5369227 commit 71b9c74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.

2 changes: 1 addition & 1 deletion packages/edge-curve/package.json
@@ -1,6 +1,6 @@
{
"name": "@sigma/edge-curve",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "An edge program that renders edges as curves for sigma.js",
"main": "dist/sigma-edge-curve.cjs.js",
"module": "dist/sigma-edge-curve.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-image/package.json
@@ -1,6 +1,6 @@
{
"name": "@sigma/node-image",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "A node program that renders images for sigma.js",
"main": "dist/sigma-node-image.cjs.js",
"module": "dist/sigma-node-image.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sigma/package.json
@@ -1,6 +1,6 @@
{
"name": "sigma",
"version": "3.0.0-beta.10",
"version": "3.0.0-beta.11",
"description": "A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.",
"homepage": "https://www.sigmajs.org",
"bugs": "http://github.com/jacomyal/sigma.js/issues",
Expand Down

0 comments on commit 71b9c74

Please sign in to comment.