Skip to content

Commit 360132b

Browse files
committed
v3.0.1
1 parent 2701b09 commit 360132b

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
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.0",
2+
"version": "3.0.1",
33
"private": true,
44
"packages": [
55
"packages/*"

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.0",
3+
"version": "3.0.1",
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.0",
4+
"version": "3.0.1",
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.0"
40+
"@react-sigma/layout-core": "^3.0.1"
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.0",
3+
"version": "3.0.1",
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.0"
39+
"@react-sigma/layout-core": "^3.0.1"
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.0",
3+
"version": "3.0.1",
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.0"
42+
"@react-sigma/core": "^3.0.1"
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.0",
3+
"version": "3.0.1",
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.0"
39+
"@react-sigma/layout-core": "^3.0.1"
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.0",
3+
"version": "3.0.1",
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.0"
39+
"@react-sigma/layout-core": "^3.0.1"
4040
},
4141
"peerDependencies": {
4242
"graphology-layout-forceatlas2": "^0.9.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.0",
3+
"version": "3.0.1",
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.0"
39+
"@react-sigma/layout-core": "^3.0.1"
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.0",
3+
"version": "3.0.1",
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.0"
39+
"@react-sigma/layout-core": "^3.0.1"
4040
},
4141
"peerDependencies": {
4242
"graphology-layout": "^0.6.1"

0 commit comments

Comments
 (0)