Skip to content

Commit 4fa6188

Browse files
committed
[global] Fix repository link in package.json
1 parent 4b419e6 commit 4fa6188

File tree

11 files changed

+40
-30
lines changed

11 files changed

+40
-30
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Version 2.0.2
4+
5+
### Fixes
6+
7+
- Fix repository link in `packages.json`
8+
9+
## Version 2.0.1
10+
11+
- Adding README.md on modules
12+
313
## Version 2.0.0
414

515
### Features

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@react-sigma/root",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Sigma",
55
"author": "Benoit Simard",
66
"license": "MIT",
7-
"homepage": "https://sim51.github.io/react-sigma-v2",
8-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
7+
"homepage": "https://sim51.github.io/react-sigma",
8+
"bugs": "https://github.com/sim51/react-sigma/issues",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/sim51/react-sigma-v2.git"
11+
"url": "https://github.com/sim51/react-sigma.git"
1212
},
1313
"keywords": [
1414
"sigma",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Sigma",
66
"author": "Benoit Simard",
77
"license": "MIT",
8-
"homepage": "https://sim51.github.io/react-sigma-v2",
9-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
8+
"homepage": "https://sim51.github.io/react-sigma",
9+
"bugs": "https://github.com/sim51/react-sigma/issues",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/sim51/react-sigma-v2.git"
12+
"url": "https://github.com/sim51/react-sigma.git"
1313
},
1414
"keywords": [
1515
"sigma",

packages/layout-circlepack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Sigma - Layout circlepack",
66
"author": "Benoit Simard",
77
"license": "MIT",
8-
"homepage": "https://sim51.github.io/react-sigma-v2",
9-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
8+
"homepage": "https://sim51.github.io/react-sigma",
9+
"bugs": "https://github.com/sim51/react-sigma/issues",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/sim51/react-sigma-v2.git"
12+
"url": "https://github.com/sim51/react-sigma.git"
1313
},
1414
"keywords": [
1515
"sigma",

packages/layout-circular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Sigma - Layout circular",
66
"author": "Benoit Simard",
77
"license": "MIT",
8-
"homepage": "https://sim51.github.io/react-sigma-v2",
9-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
8+
"homepage": "https://sim51.github.io/react-sigma",
9+
"bugs": "https://github.com/sim51/react-sigma/issues",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/sim51/react-sigma-v2.git"
12+
"url": "https://github.com/sim51/react-sigma.git"
1313
},
1414
"keywords": [
1515
"sigma",

packages/layout-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Sigma - Layout core",
66
"author": "Benoit Simard",
77
"license": "MIT",
8-
"homepage": "https://sim51.github.io/react-sigma-v2",
9-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
8+
"homepage": "https://sim51.github.io/react-sigma",
9+
"bugs": "https://github.com/sim51/react-sigma/issues",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/sim51/react-sigma-v2.git"
12+
"url": "https://github.com/sim51/react-sigma.git"
1313
},
1414
"keywords": [
1515
"sigma",

packages/layout-force/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Sigma - Layout force directed",
66
"author": "Benoit Simard",
77
"license": "MIT",
8-
"homepage": "https://sim51.github.io/react-sigma-v2",
9-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
8+
"homepage": "https://sim51.github.io/react-sigma",
9+
"bugs": "https://github.com/sim51/react-sigma/issues",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/sim51/react-sigma-v2.git"
12+
"url": "https://github.com/sim51/react-sigma.git"
1313
},
1414
"keywords": [
1515
"sigma",

packages/layout-forceatlas2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Sigma - Layout Force Atlas 2",
66
"author": "Benoit Simard",
77
"license": "MIT",
8-
"homepage": "https://sim51.github.io/react-sigma-v2",
9-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
8+
"homepage": "https://sim51.github.io/react-sigma",
9+
"bugs": "https://github.com/sim51/react-sigma/issues",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/sim51/react-sigma-v2.git"
12+
"url": "https://github.com/sim51/react-sigma.git"
1313
},
1414
"keywords": [
1515
"sigma",

packages/layout-noverlap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Sigma - Layout noverlap",
66
"author": "Benoit Simard",
77
"license": "MIT",
8-
"homepage": "https://sim51.github.io/react-sigma-v2",
9-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
8+
"homepage": "https://sim51.github.io/react-sigma",
9+
"bugs": "https://github.com/sim51/react-sigma/issues",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/sim51/react-sigma-v2.git"
12+
"url": "https://github.com/sim51/react-sigma.git"
1313
},
1414
"keywords": [
1515
"sigma",

packages/layout-random/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Sigma - Layout random",
66
"author": "Benoit Simard",
77
"license": "MIT",
8-
"homepage": "https://sim51.github.io/react-sigma-v2",
9-
"bugs": "https://github.com/sim51/react-sigma-v2/issues",
8+
"homepage": "https://sim51.github.io/react-sigma",
9+
"bugs": "https://github.com/sim51/react-sigma/issues",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/sim51/react-sigma-v2.git"
12+
"url": "https://github.com/sim51/react-sigma.git"
1313
},
1414
"keywords": [
1515
"sigma",

0 commit comments

Comments
 (0)