Skip to content

Commit

Permalink
v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jan 16, 2025
1 parent 615764d commit a22a388
Show file tree
Hide file tree
Showing 14 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"packages": ["packages/*"]
}
78 changes: 39 additions & 39 deletions 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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/core",
"version": "5.0.1",
"version": "5.0.2",
"description": "React Sigma",
"author": "Benoit Simard",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/graph-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/graph-search",
"version": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Graph Search",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/core": "^5.0.1"
"@react-sigma/core": "^5.0.2"
},
"peerDependencies": {
"minisearch": "^6.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-circlepack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/layout-circlepack",
"version": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Layout circlepack",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^5.0.1"
"@react-sigma/layout-core": "^5.0.2"
},
"peerDependencies": {
"graphology-layout": "^0.6.1"
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": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Layout circular",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^5.0.1"
"@react-sigma/layout-core": "^5.0.2"
},
"peerDependencies": {
"graphology-layout": "0.6.1"
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": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Layout core",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"copyfiles": "^2.4.1"
},
"dependencies": {
"@react-sigma/core": "^5.0.1"
"@react-sigma/core": "^5.0.2"
},
"gitHead": "a64711826b2ee03f4ddd702a87b693ac94e9ae70"
}
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": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Layout force directed",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^5.0.1"
"@react-sigma/layout-core": "^5.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": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Layout Force Atlas 2",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^5.0.1"
"@react-sigma/layout-core": "^5.0.2"
},
"peerDependencies": {
"graphology-layout-forceatlas2": "^0.10.1"
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": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Layout noverlap",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^5.0.1"
"@react-sigma/layout-core": "^5.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": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Layout random",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^5.0.1"
"@react-sigma/layout-core": "^5.0.2"
},
"peerDependencies": {
"graphology-layout": "^0.6.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/minimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/minimap",
"version": "5.0.1",
"version": "5.0.2",
"description": "React Sigma - Minimap",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/core": "^5.0.1"
"@react-sigma/core": "^5.0.2"
},
"gitHead": "a64711826b2ee03f4ddd702a87b693ac94e9ae70"
}
22 changes: 11 additions & 11 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/storybook",
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"scripts": {
"clean": "rimraf storybook-static playwright-report test-results dist",
Expand All @@ -9,15 +9,15 @@
"start": "storybook dev -p 6006"
},
"dependencies": {
"@react-sigma/core": "^5.0.1",
"@react-sigma/graph-search": "^5.0.1",
"@react-sigma/layout-circlepack": "^5.0.1",
"@react-sigma/layout-circular": "^5.0.1",
"@react-sigma/layout-core": "^5.0.1",
"@react-sigma/layout-force": "^5.0.1",
"@react-sigma/layout-forceatlas2": "^5.0.1",
"@react-sigma/layout-noverlap": "^5.0.1",
"@react-sigma/layout-random": "^5.0.1",
"@react-sigma/minimap": "^5.0.1"
"@react-sigma/core": "^5.0.2",
"@react-sigma/graph-search": "^5.0.2",
"@react-sigma/layout-circlepack": "^5.0.2",
"@react-sigma/layout-circular": "^5.0.2",
"@react-sigma/layout-core": "^5.0.2",
"@react-sigma/layout-force": "^5.0.2",
"@react-sigma/layout-forceatlas2": "^5.0.2",
"@react-sigma/layout-noverlap": "^5.0.2",
"@react-sigma/layout-random": "^5.0.2",
"@react-sigma/minimap": "^5.0.2"
}
}
Loading

0 comments on commit a22a388

Please sign in to comment.