Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jan 24, 2025
1 parent e12899a commit 0e8fcf6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2",
"version": "5.0.3",
"private": true,
"packages": ["packages/*"]
}
6 changes: 3 additions & 3 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/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.2",
"version": "5.0.3",
"description": "React Sigma - Graph Search",
"author": "Benoit Simard",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "5.0.3",
"private": true,
"scripts": {
"clean": "rimraf storybook-static playwright-report test-results dist",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@react-sigma/core": "^5.0.2",
"@react-sigma/graph-search": "^5.0.2",
"@react-sigma/graph-search": "^5.0.3",
"@react-sigma/layout-circlepack": "^5.0.2",
"@react-sigma/layout-circular": "^5.0.2",
"@react-sigma/layout-core": "^5.0.2",
Expand Down

0 comments on commit 0e8fcf6

Please sign in to comment.