Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jun 28, 2023
1 parent 67940c8 commit 56d3ee3
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 75 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.0",
"version": "3.4.1",
"private": true,
"useWorkspaces": true,
"packages": [
Expand Down
86 changes: 43 additions & 43 deletions project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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.0",
"version": "3.4.1",
"private": false,
"description": "React Sigma",
"author": "Benoit Simard",
Expand All @@ -22,8 +22,8 @@
"module": "./lib/react-sigma_core.esm.min.js",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"default": "./lib/react-sigma_core.esm.min.js",
".": {
"default": "./lib/react-sigma_core.esm.min.js",
"types": "./lib/index.d.ts"
},
"./lib/react-sigma.min.css": "./lib/react-sigma.min.css"
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "3.4.1",
"description": "React Sigma - Layout circlepack",
"author": "Benoit Simard",
"license": "MIT",
Expand All @@ -23,8 +23,8 @@
"module": "./lib/react-sigma_layout-circlepack.esm.min.js",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"default": "./lib/react-sigma_layout-circlepack.esm.min.js",
".": {
"default": "./lib/react-sigma_layout-circlepack.esm.min.js",
"types": "./lib/index.d.ts"
}
},
Expand All @@ -40,7 +40,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.0"
"@react-sigma/layout-core": "^3.4.1"
},
"peerDependencies": {
"graphology-layout": "^0.6.1"
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "3.4.1",
"private": false,
"description": "React Sigma - Layout circular",
"author": "Benoit Simard",
Expand All @@ -22,8 +22,8 @@
"module": "./lib/react-sigma_layout-circular.esm.min.js",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"default": "./lib/react-sigma_layout-circular.esm.min.js",
".": {
"default": "./lib/react-sigma_layout-circular.esm.min.js",
"types": "./lib/index.d.ts"
}
},
Expand All @@ -39,7 +39,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.0"
"@react-sigma/layout-core": "^3.4.1"
},
"peerDependencies": {
"graphology-layout": "0.6.1"
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "3.4.1",
"private": false,
"description": "React Sigma - Layout core",
"author": "Benoit Simard",
Expand All @@ -22,8 +22,8 @@
"module": "./lib/react-sigma_layout-core.esm.min.js",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"default": "./lib/react-sigma_layout-core.esm.min.js",
".": {
"default": "./lib/react-sigma_layout-core.esm.min.js",
"types": "./lib/index.d.ts"
}
},
Expand All @@ -42,7 +42,7 @@
"copyfiles": "^2.4.1"
},
"dependencies": {
"@react-sigma/core": "^3.4.0"
"@react-sigma/core": "^3.4.1"
},
"gitHead": "5b4c6d2ab9c4d5dbf70b5108f678ee3f6f22ed17"
}
8 changes: 4 additions & 4 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.0",
"version": "3.4.1",
"private": false,
"description": "React Sigma - Layout force directed",
"author": "Benoit Simard",
Expand All @@ -22,8 +22,8 @@
"module": "./lib/react-sigma_layout-force.esm.min.js",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"default": "./lib/react-sigma_layout-force.esm.min.js",
".": {
"default": "./lib/react-sigma_layout-force.esm.min.js",
"types": "./lib/index.d.ts"
}
},
Expand All @@ -39,7 +39,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.0"
"@react-sigma/layout-core": "^3.4.1"
},
"peerDependencies": {
"graphology-layout-force": "^0.2.4"
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "3.4.1",
"private": false,
"description": "React Sigma - Layout Force Atlas 2",
"author": "Benoit Simard",
Expand All @@ -22,8 +22,8 @@
"module": "./lib/react-sigma_layout-forceatlas2.esm.min.js",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"default": "./lib/react-sigma_layout-forceatlas2.esm.min.js",
".": {
"default": "./lib/react-sigma_layout-forceatlas2.esm.min.js",
"types": "./lib/index.d.ts"
}
},
Expand All @@ -39,7 +39,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-sigma/layout-core": "^3.4.0"
"@react-sigma/layout-core": "^3.4.1"
},
"peerDependencies": {
"graphology-layout-forceatlas2": "^0.10.1"
Expand Down
Loading

0 comments on commit 56d3ee3

Please sign in to comment.