Skip to content

Commit

Permalink
v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jun 30, 2023
1 parent 0f47c16 commit a56b111
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion project/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.1",
"version": "3.4.2",
"private": true,
"useWorkspaces": true,
"packages": [
Expand Down
44 changes: 22 additions & 22 deletions project/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 project/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/core",
"version": "3.4.1",
"version": "3.4.2",
"private": false,
"description": "React Sigma",
"author": "Benoit Simard",
Expand Down
4 changes: 2 additions & 2 deletions project/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": "3.4.1",
"version": "3.4.2",
"description": "React Sigma - Layout circlepack",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.1"
"@react-sigma/layout-core": "^3.4.2"
},
"peerDependencies": {
"graphology-layout": "^0.6.1"
Expand Down
4 changes: 2 additions & 2 deletions project/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": "3.4.1",
"version": "3.4.2",
"private": false,
"description": "React Sigma - Layout circular",
"author": "Benoit Simard",
Expand Down Expand Up @@ -39,7 +39,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.1"
"@react-sigma/layout-core": "^3.4.2"
},
"peerDependencies": {
"graphology-layout": "0.6.1"
Expand Down
4 changes: 2 additions & 2 deletions project/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": "3.4.1",
"version": "3.4.2",
"private": false,
"description": "React Sigma - Layout core",
"author": "Benoit Simard",
Expand Down Expand Up @@ -42,7 +42,7 @@
"copyfiles": "^2.4.1"
},
"dependencies": {
"@react-sigma/core": "^3.4.1"
"@react-sigma/core": "^3.4.2"
},
"gitHead": "5b4c6d2ab9c4d5dbf70b5108f678ee3f6f22ed17"
}
4 changes: 2 additions & 2 deletions project/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": "3.4.1",
"version": "3.4.2",
"private": false,
"description": "React Sigma - Layout force directed",
"author": "Benoit Simard",
Expand Down Expand Up @@ -39,7 +39,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.1"
"@react-sigma/layout-core": "^3.4.2"
},
"peerDependencies": {
"graphology-layout-force": "^0.2.4"
Expand Down
4 changes: 2 additions & 2 deletions project/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": "3.4.1",
"version": "3.4.2",
"private": false,
"description": "React Sigma - Layout Force Atlas 2",
"author": "Benoit Simard",
Expand Down Expand Up @@ -39,7 +39,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.1"
"@react-sigma/layout-core": "^3.4.2"
},
"peerDependencies": {
"graphology-layout-forceatlas2": "^0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions project/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": "3.4.1",
"version": "3.4.2",
"private": false,
"description": "React Sigma - Layout noverlap",
"author": "Benoit Simard",
Expand Down Expand Up @@ -39,7 +39,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.1"
"@react-sigma/layout-core": "^3.4.2"
},
"peerDependencies": {
"graphology-layout-noverlap": "^0.4.2"
Expand Down
4 changes: 2 additions & 2 deletions project/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": "3.4.1",
"version": "3.4.2",
"private": false,
"description": "React Sigma - Layout random",
"author": "Benoit Simard",
Expand Down Expand Up @@ -39,7 +39,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.1"
"@react-sigma/layout-core": "^3.4.2"
},
"peerDependencies": {
"graphology-layout": "^0.6.1"
Expand Down

0 comments on commit a56b111

Please sign in to comment.