Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jul 25, 2024
1 parent 772c092 commit e6528da
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 67 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 4.0.3

- Upgrade to lastest beta of Sigma 3
- Review events definition in `core`, and adding missing Sigma events (like the `resize` one)

## Version 4.0.2

### Fixes
Expand Down
66 changes: 33 additions & 33 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lerna:diff": "lerna diff",
"lerna:ls": "lerna ls",
"lerna:publish": "lerna publish --no-private",
"lerna:version": "lerna version --no-private",
"lerna:version": "lerna version",
"lint": "esw . --ext .ts --ext .tsx",
"start": "concurrently -n lint,compile,core,layout-core,layout-circlepack,layout-circular,layout-force,layout-forceatlas2,layout-noverlap,layout-random,storybook,website 'npm run lint -- --watch' 'npm run tsc -- --watch' 'npm run start --workspace=@react-sigma/core' 'npm run start --workspace=@react-sigma/layout-core' 'npm run start --workspace=@react-sigma/layout-circlepack' 'npm run start --workspace=@react-sigma/layout-circular' 'npm run start --workspace=@react-sigma/layout-force' 'npm run start --workspace=@react-sigma/layout-forceatlas2' 'npm run start --workspace=@react-sigma/layout-noverlap' 'npm run start --workspace=@react-sigma/layout-random' 'npm run start --workspace=@react-sigma/storybook' 'npm run start --workspace=@react-sigma/website'",
"test": "npm run test --workspaces --if-present",
Expand Down
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": "4.0.3",
"version": "4.0.4",
"description": "React Sigma",
"author": "Benoit Simard",
"license": "MIT",
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": "4.0.3",
"version": "4.0.4",
"description": "React Sigma - Layout circlepack",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^4.0.3"
"@react-sigma/layout-core": "^4.0.4"
},
"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": "4.0.3",
"version": "4.0.4",
"description": "React Sigma - Layout circular",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^4.0.3"
"@react-sigma/layout-core": "^4.0.4"
},
"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": "4.0.3",
"version": "4.0.4",
"description": "React Sigma - Layout core",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -38,6 +38,6 @@
"copyfiles": "^2.4.1"
},
"dependencies": {
"@react-sigma/core": "^4.0.3"
"@react-sigma/core": "^4.0.4"
}
}
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": "4.0.3",
"version": "4.0.4",
"description": "React Sigma - Layout force directed",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^4.0.3"
"@react-sigma/layout-core": "^4.0.4"
},
"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": "4.0.3",
"version": "4.0.4",
"description": "React Sigma - Layout Force Atlas 2",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^4.0.3"
"@react-sigma/layout-core": "^4.0.4"
},
"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": "4.0.3",
"version": "4.0.4",
"description": "React Sigma - Layout noverlap",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^4.0.3"
"@react-sigma/layout-core": "^4.0.4"
},
"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": "4.0.3",
"version": "4.0.4",
"description": "React Sigma - Layout random",
"author": "Benoit Simard",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "^4.0.3"
"@react-sigma/layout-core": "^4.0.4"
},
"peerDependencies": {
"graphology-layout": "^0.6.1"
Expand Down
18 changes: 9 additions & 9 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/storybook",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"scripts": {
"clean": "rimraf storybook-static playwright-report test-results",
Expand All @@ -9,13 +9,13 @@
"start": "storybook dev -p 6006"
},
"dependencies": {
"@react-sigma/core": "^4.0.3",
"@react-sigma/layout-circlepack": "^4.0.3",
"@react-sigma/layout-circular": "^4.0.3",
"@react-sigma/layout-core": "^4.0.3",
"@react-sigma/layout-force": "^4.0.3",
"@react-sigma/layout-forceatlas2": "^4.0.3",
"@react-sigma/layout-noverlap": "^4.0.3",
"@react-sigma/layout-random": "^4.0.3"
"@react-sigma/core": "^4.0.4",
"@react-sigma/layout-circlepack": "^4.0.4",
"@react-sigma/layout-circular": "^4.0.4",
"@react-sigma/layout-core": "^4.0.4",
"@react-sigma/layout-force": "^4.0.4",
"@react-sigma/layout-forceatlas2": "^4.0.4",
"@react-sigma/layout-noverlap": "^4.0.4",
"@react-sigma/layout-random": "^4.0.4"
}
}
18 changes: 9 additions & 9 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-sigma/website",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"scripts": {
"build": "TYPEDOC_WATCH=false docusaurus build",
Expand Down Expand Up @@ -31,14 +31,14 @@
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@react-sigma/core": "^4.0.3",
"@react-sigma/layout-circlepack": "^4.0.3",
"@react-sigma/layout-circular": "^4.0.3",
"@react-sigma/layout-core": "^4.0.3",
"@react-sigma/layout-force": "^4.0.3",
"@react-sigma/layout-forceatlas2": "^4.0.3",
"@react-sigma/layout-noverlap": "^4.0.3",
"@react-sigma/layout-random": "^4.0.3",
"@react-sigma/core": "^4.0.4",
"@react-sigma/layout-circlepack": "^4.0.4",
"@react-sigma/layout-circular": "^4.0.4",
"@react-sigma/layout-core": "^4.0.4",
"@react-sigma/layout-force": "^4.0.4",
"@react-sigma/layout-forceatlas2": "^4.0.4",
"@react-sigma/layout-noverlap": "^4.0.4",
"@react-sigma/layout-random": "^4.0.4",
"clsx": "^2.1.1",
"docusaurus-plugin-matomo": "^0.0.8",
"docusaurus-plugin-sass": "^0.2.2",
Expand Down

0 comments on commit e6528da

Please sign in to comment.