Skip to content

Commit 0e8fcf6

Browse files
committed
v5.0.3
1 parent e12899a commit 0e8fcf6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.2",
2+
"version": "5.0.3",
33
"private": true,
44
"packages": ["packages/*"]
55
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/graph-search/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/graph-search",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "React Sigma - Graph Search",
55
"author": "Benoit Simard",
66
"license": "MIT",

packages/storybook/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/storybook",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"private": true,
55
"scripts": {
66
"clean": "rimraf storybook-static playwright-report test-results dist",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@react-sigma/core": "^5.0.2",
13-
"@react-sigma/graph-search": "^5.0.2",
13+
"@react-sigma/graph-search": "^5.0.3",
1414
"@react-sigma/layout-circlepack": "^5.0.2",
1515
"@react-sigma/layout-circular": "^5.0.2",
1616
"@react-sigma/layout-core": "^5.0.2",

0 commit comments

Comments
 (0)