Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Mar 7, 2022
1 parent 4fa6188 commit 96417ce
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/core",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "React Sigma",
"author": "Benoit Simard",
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-circlepack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-sigma/layout-circlepack",
"private": false,
"version": "2.0.1",
"version": "2.0.2",
"description": "React Sigma - Layout circlepack",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^2.0.1"
"@react-sigma/layout-core": "^2.0.2"
},
"peerDependencies": {
"graphology-layout": "^0.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-circular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/layout-circular",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "React Sigma - Layout circular",
"author": "Benoit Simard",
Expand Down Expand Up @@ -35,7 +35,7 @@
"start": "rollup -c -w"
},
"dependencies": {
"@react-sigma/layout-core": "^2.0.1"
"@react-sigma/layout-core": "^2.0.2"
},
"peerDependencies": {
"graphology-layout": "0.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/layout-core",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "React Sigma - Layout core",
"author": "Benoit Simard",
Expand Down Expand Up @@ -38,6 +38,6 @@
"copyfiles": "^2.4.1"
},
"dependencies": {
"@react-sigma/core": "^2.0.1"
"@react-sigma/core": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/layout-force/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/layout-force",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "React Sigma - Layout force directed",
"author": "Benoit Simard",
Expand Down Expand Up @@ -35,7 +35,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^2.0.1"
"@react-sigma/layout-core": "^2.0.2"
},
"peerDependencies": {
"graphology-layout-force": "^0.2.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-forceatlas2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/layout-forceatlas2",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "React Sigma - Layout Force Atlas 2",
"author": "Benoit Simard",
Expand Down Expand Up @@ -35,7 +35,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^2.0.1"
"@react-sigma/layout-core": "^2.0.2"
},
"peerDependencies": {
"graphology-layout-forceatlas2": "^0.8.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-noverlap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/layout-noverlap",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "React Sigma - Layout noverlap",
"author": "Benoit Simard",
Expand Down Expand Up @@ -35,7 +35,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^2.0.1"
"@react-sigma/layout-core": "^2.0.2"
},
"peerDependencies": {
"graphology-layout-noverlap": "^0.4.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-random/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/layout-random",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "React Sigma - Layout random",
"author": "Benoit Simard",
Expand Down Expand Up @@ -35,7 +35,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^2.0.1"
"@react-sigma/layout-core": "^2.0.2"
},
"peerDependencies": {
"graphology-layout": "^0.5.0"
Expand Down

0 comments on commit 96417ce

Please sign in to comment.