Skip to content

Commit bc46b17

Browse files
committed
v3.1.0
1 parent c876699 commit bc46b17

File tree

10 files changed

+38
-38
lines changed

10 files changed

+38
-38
lines changed

project/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.3",
2+
"version": "3.1.0",
33
"private": true,
44
"useWorkspaces": true,
55
"packages": [

project/package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project/packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-sigma/core",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "React Sigma",
66
"author": "Benoit Simard",

project/packages/layout-circlepack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-sigma/layout-circlepack",
33
"private": false,
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"description": "React Sigma - Layout circlepack",
66
"author": "Benoit Simard",
77
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"registry": "https://registry.npmjs.org/"
3838
},
3939
"dependencies": {
40-
"@react-sigma/layout-core": "^3.0.3"
40+
"@react-sigma/layout-core": "^3.1.0"
4141
},
4242
"peerDependencies": {
4343
"graphology-layout": "^0.6.1"

project/packages/layout-circular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-sigma/layout-circular",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "React Sigma - Layout circular",
66
"author": "Benoit Simard",
@@ -36,7 +36,7 @@
3636
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
3737
},
3838
"dependencies": {
39-
"@react-sigma/layout-core": "^3.0.3"
39+
"@react-sigma/layout-core": "^3.1.0"
4040
},
4141
"peerDependencies": {
4242
"graphology-layout": "0.6.1"

project/packages/layout-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-sigma/layout-core",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "React Sigma - Layout core",
66
"author": "Benoit Simard",
@@ -39,7 +39,7 @@
3939
"copyfiles": "^2.4.1"
4040
},
4141
"dependencies": {
42-
"@react-sigma/core": "^3.0.3"
42+
"@react-sigma/core": "^3.1.0"
4343
},
4444
"gitHead": "5b4c6d2ab9c4d5dbf70b5108f678ee3f6f22ed17"
4545
}

project/packages/layout-force/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-sigma/layout-force",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "React Sigma - Layout force directed",
66
"author": "Benoit Simard",
@@ -36,7 +36,7 @@
3636
"registry": "https://registry.npmjs.org/"
3737
},
3838
"dependencies": {
39-
"@react-sigma/layout-core": "^3.0.3"
39+
"@react-sigma/layout-core": "^3.1.0"
4040
},
4141
"peerDependencies": {
4242
"graphology-layout-force": "^0.2.4"

project/packages/layout-forceatlas2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-sigma/layout-forceatlas2",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "React Sigma - Layout Force Atlas 2",
66
"author": "Benoit Simard",
@@ -36,7 +36,7 @@
3636
"registry": "https://registry.npmjs.org/"
3737
},
3838
"dependencies": {
39-
"@react-sigma/layout-core": "^3.0.3"
39+
"@react-sigma/layout-core": "^3.1.0"
4040
},
4141
"peerDependencies": {
4242
"graphology-layout-forceatlas2": "^0.10.1"

project/packages/layout-noverlap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-sigma/layout-noverlap",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "React Sigma - Layout noverlap",
66
"author": "Benoit Simard",
@@ -36,7 +36,7 @@
3636
"registry": "https://registry.npmjs.org/"
3737
},
3838
"dependencies": {
39-
"@react-sigma/layout-core": "^3.0.3"
39+
"@react-sigma/layout-core": "^3.1.0"
4040
},
4141
"peerDependencies": {
4242
"graphology-layout-noverlap": "^0.4.2"

project/packages/layout-random/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-sigma/layout-random",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "React Sigma - Layout random",
66
"author": "Benoit Simard",
@@ -36,7 +36,7 @@
3636
"registry": "https://registry.npmjs.org/"
3737
},
3838
"dependencies": {
39-
"@react-sigma/layout-core": "^3.0.3"
39+
"@react-sigma/layout-core": "^3.1.0"
4040
},
4141
"peerDependencies": {
4242
"graphology-layout": "^0.6.1"

0 commit comments

Comments
 (0)