Skip to content

Commit 96417ce

Browse files
committed
v2.0.2
1 parent 4fa6188 commit 96417ce

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

lerna.json

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

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "React Sigma",
66
"author": "Benoit Simard",

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": "2.0.1",
4+
"version": "2.0.2",
55
"description": "React Sigma - Layout circlepack",
66
"author": "Benoit Simard",
77
"license": "MIT",
@@ -36,7 +36,7 @@
3636
"registry": "https://registry.npmjs.org/"
3737
},
3838
"dependencies": {
39-
"@react-sigma/layout-core": "^2.0.1"
39+
"@react-sigma/layout-core": "^2.0.2"
4040
},
4141
"peerDependencies": {
4242
"graphology-layout": "^0.5.0"

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "React Sigma - Layout circular",
66
"author": "Benoit Simard",
@@ -35,7 +35,7 @@
3535
"start": "rollup -c -w"
3636
},
3737
"dependencies": {
38-
"@react-sigma/layout-core": "^2.0.1"
38+
"@react-sigma/layout-core": "^2.0.2"
3939
},
4040
"peerDependencies": {
4141
"graphology-layout": "0.5.0"

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "React Sigma - Layout core",
66
"author": "Benoit Simard",
@@ -38,6 +38,6 @@
3838
"copyfiles": "^2.4.1"
3939
},
4040
"dependencies": {
41-
"@react-sigma/core": "^2.0.1"
41+
"@react-sigma/core": "^2.0.2"
4242
}
4343
}

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "React Sigma - Layout force directed",
66
"author": "Benoit Simard",
@@ -35,7 +35,7 @@
3535
"registry": "https://registry.npmjs.org/"
3636
},
3737
"dependencies": {
38-
"@react-sigma/layout-core": "^2.0.1"
38+
"@react-sigma/layout-core": "^2.0.2"
3939
},
4040
"peerDependencies": {
4141
"graphology-layout-force": "^0.2.4"

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "React Sigma - Layout Force Atlas 2",
66
"author": "Benoit Simard",
@@ -35,7 +35,7 @@
3535
"registry": "https://registry.npmjs.org/"
3636
},
3737
"dependencies": {
38-
"@react-sigma/layout-core": "^2.0.1"
38+
"@react-sigma/layout-core": "^2.0.2"
3939
},
4040
"peerDependencies": {
4141
"graphology-layout-forceatlas2": "^0.8.2"

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "React Sigma - Layout noverlap",
66
"author": "Benoit Simard",
@@ -35,7 +35,7 @@
3535
"registry": "https://registry.npmjs.org/"
3636
},
3737
"dependencies": {
38-
"@react-sigma/layout-core": "^2.0.1"
38+
"@react-sigma/layout-core": "^2.0.2"
3939
},
4040
"peerDependencies": {
4141
"graphology-layout-noverlap": "^0.4.2"

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "React Sigma - Layout random",
66
"author": "Benoit Simard",
@@ -35,7 +35,7 @@
3535
"registry": "https://registry.npmjs.org/"
3636
},
3737
"dependencies": {
38-
"@react-sigma/layout-core": "^2.0.1"
38+
"@react-sigma/layout-core": "^2.0.2"
3939
},
4040
"peerDependencies": {
4141
"graphology-layout": "^0.5.0"

0 commit comments

Comments
 (0)