From a06174183ebfeaa32e9f69dc64ce338de16ae266 Mon Sep 17 00:00:00 2001 From: Roman Bruckner Date: Fri, 2 Feb 2024 20:34:35 +0800 Subject: [PATCH] Release v4.0.1 (#2519) --- CHANGELOG | 4 ++++ examples/decorators/package.json | 2 +- examples/dwdm/package.json | 2 +- examples/fta-js/package.json | 2 +- examples/isometric/package.json | 2 +- examples/layout-directed-graph/package.json | 2 +- examples/list/package.json | 2 +- examples/shapes-general/package.json | 2 +- examples/tree-of-life/package.json | 2 +- package.json | 2 +- packages/joint-core/demo/custom-shapes/package.json | 2 +- packages/joint-core/demo/elk/package.json | 2 +- packages/joint-core/demo/rough/package.json | 2 +- packages/joint-core/demo/tree-shake/package.json | 2 +- packages/joint-core/demo/ts-demo/package.json | 2 +- packages/joint-core/demo/vuejs/package.json | 2 +- packages/joint-core/package.json | 3 +-- packages/joint-decorators/package.json | 2 +- packages/joint-layout-directed-graph/package.json | 4 ++-- packages/joint-shapes-general-tools/package.json | 2 +- packages/joint-shapes-general/package.json | 2 +- yarn.lock | 4 ++-- 22 files changed, 27 insertions(+), 24 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index af4ff98b0..517e55b07 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +02-02-2024 (v4.0.1) + + * fix content of `dist` folder + 01-02-2024 (v4.0.0) * switch to a monorepo diff --git a/examples/decorators/package.json b/examples/decorators/package.json index 5cc7598db..dca48e2fa 100644 --- a/examples/decorators/package.json +++ b/examples/decorators/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-decorators", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/dwdm/package.json b/examples/dwdm/package.json index 8b3b34380..fdda27e5f 100644 --- a/examples/dwdm/package.json +++ b/examples/dwdm/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-dwdm", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/fta-js/package.json b/examples/fta-js/package.json index a8c1739bb..2afe118bb 100644 --- a/examples/fta-js/package.json +++ b/examples/fta-js/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-fta-js", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.js", "homepage": "https://jointjs.com", "author": { diff --git a/examples/isometric/package.json b/examples/isometric/package.json index 8e4e77392..7df63b3fe 100644 --- a/examples/isometric/package.json +++ b/examples/isometric/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-isometric", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/layout-directed-graph/package.json b/examples/layout-directed-graph/package.json index c6d967d5d..4345d9fc1 100644 --- a/examples/layout-directed-graph/package.json +++ b/examples/layout-directed-graph/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-layout-directed-graph", - "version": "4.0.0", + "version": "4.0.1", "description": "JointJS - Directed Graph Layout Demo", "main": "./index.js", "homepage": "https://jointjs.com", diff --git a/examples/list/package.json b/examples/list/package.json index c21474ea4..e804a79cf 100644 --- a/examples/list/package.json +++ b/examples/list/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-list", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/shapes-general/package.json b/examples/shapes-general/package.json index f4c15de56..c6065b9ed 100644 --- a/examples/shapes-general/package.json +++ b/examples/shapes-general/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-shapes-general", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/tree-of-life/package.json b/examples/tree-of-life/package.json index 7d1bf96c0..fc6a59cae 100644 --- a/examples/tree-of-life/package.json +++ b/examples/tree-of-life/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-tree-of-life", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.ts", "author": { "name": "client IO", diff --git a/package.json b/package.json index 88c3c65c9..c5909883c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joint", - "version": "4.0.0", + "version": "4.0.1", "sideEffects": false, "homepage": "https://jointjs.com", "author": { diff --git a/packages/joint-core/demo/custom-shapes/package.json b/packages/joint-core/demo/custom-shapes/package.json index 7c70290ed..b02637767 100644 --- a/packages/joint-core/demo/custom-shapes/package.json +++ b/packages/joint-core/demo/custom-shapes/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-custom-shapes", - "version": "4.0.0", + "version": "4.0.1", "description": "JointJS - Custom Shapes Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/elk/package.json b/packages/joint-core/demo/elk/package.json index 03d60fc25..0cf43dfbd 100644 --- a/packages/joint-core/demo/elk/package.json +++ b/packages/joint-core/demo/elk/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-elk-graph", - "version": "4.0.0", + "version": "4.0.1", "description": "JointJS - Eclipse Layout Kernel Graph Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/rough/package.json b/packages/joint-core/demo/rough/package.json index 103234e6e..e7581d420 100644 --- a/packages/joint-core/demo/rough/package.json +++ b/packages/joint-core/demo/rough/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-rough", - "version": "4.0.0", + "version": "4.0.1", "description": "JointJS - RoughJS Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/tree-shake/package.json b/packages/joint-core/demo/tree-shake/package.json index 595a53395..10f649eb1 100644 --- a/packages/joint-core/demo/tree-shake/package.json +++ b/packages/joint-core/demo/tree-shake/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-tree-shake", - "version": "4.0.0", + "version": "4.0.1", "description": "JointJS - Tree Shake Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/ts-demo/package.json b/packages/joint-core/demo/ts-demo/package.json index c96cfea69..9adfcc89f 100644 --- a/packages/joint-core/demo/ts-demo/package.json +++ b/packages/joint-core/demo/ts-demo/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-ts", - "version": "4.0.0", + "version": "4.0.1", "description": "JointJS - TypeScript Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/vuejs/package.json b/packages/joint-core/demo/vuejs/package.json index 92899dbd1..06b7a294b 100644 --- a/packages/joint-core/demo/vuejs/package.json +++ b/packages/joint-core/demo/vuejs/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-vuejs", - "version": "4.0.0", + "version": "4.0.1", "description": "JointJS - VueJS Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/package.json b/packages/joint-core/package.json index 6ad78e645..96c9db1d4 100644 --- a/packages/joint-core/package.json +++ b/packages/joint-core/package.json @@ -1,7 +1,7 @@ { "name": "@joint/core", "title": "JointJS", - "version": "4.0.0", + "version": "4.0.1", "description": "JavaScript diagramming library", "sideEffects": false, "main": "./dist/joint.min.js", @@ -57,7 +57,6 @@ "files": [ "dist/", "src/", - "!src/core.mjs", "types/*.d.ts", "./index.js", "./joint.mjs", diff --git a/packages/joint-decorators/package.json b/packages/joint-decorators/package.json index fed89aa63..7f10ffae6 100644 --- a/packages/joint-decorators/package.json +++ b/packages/joint-decorators/package.json @@ -1,7 +1,7 @@ { "name": "@joint/decorators", "title": "JointJS Decorators", - "version": "4.0.0", + "version": "4.0.1", "description": "Decorators module for JointJS", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/joint-layout-directed-graph/package.json b/packages/joint-layout-directed-graph/package.json index a20cfec0b..71a8df58e 100644 --- a/packages/joint-layout-directed-graph/package.json +++ b/packages/joint-layout-directed-graph/package.json @@ -1,7 +1,7 @@ { "name": "@joint/layout-directed-graph", "title": "JointJS LayoutDirectedGraph", - "version": "4.0.0", + "version": "4.0.1", "description": "LayoutDirectedGraph module for JointJS", "main": "dist/DirectedGraph.js", "module": "./DirectedGraph.mjs", @@ -48,7 +48,7 @@ "dependencies": { "@dagrejs/dagre": "~1.0.4", "@dagrejs/graphlib": "~2.1.13", - "@joint/core": "workspace:^" + "@joint/core": "workspace:~" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", diff --git a/packages/joint-shapes-general-tools/package.json b/packages/joint-shapes-general-tools/package.json index dd928c3df..13538dca1 100644 --- a/packages/joint-shapes-general-tools/package.json +++ b/packages/joint-shapes-general-tools/package.json @@ -1,7 +1,7 @@ { "name": "@joint/shapes-general-tools", "title": "JointJS General Shapes Tools", - "version": "4.0.0", + "version": "4.0.1", "description": "General Shapes Tools module for JointJS", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/joint-shapes-general/package.json b/packages/joint-shapes-general/package.json index 699fdb396..838d658f4 100644 --- a/packages/joint-shapes-general/package.json +++ b/packages/joint-shapes-general/package.json @@ -1,7 +1,7 @@ { "name": "@joint/shapes-general", "title": "JointJS General Shapes", - "version": "4.0.0", + "version": "4.0.1", "description": "General Shapes module for JointJS", "main": "src/index.ts", "homepage": "https://jointjs.com", diff --git a/yarn.lock b/yarn.lock index ca8dd41b5..cc0b66418 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1222,7 +1222,7 @@ __metadata: languageName: node linkType: hard -"@joint/core@workspace:^, @joint/core@workspace:packages/joint-core": +"@joint/core@workspace:^, @joint/core@workspace:packages/joint-core, @joint/core@workspace:~": version: 0.0.0-use.local resolution: "@joint/core@workspace:packages/joint-core" dependencies: @@ -1439,7 +1439,7 @@ __metadata: dependencies: "@dagrejs/dagre": ~1.0.4 "@dagrejs/graphlib": ~2.1.13 - "@joint/core": "workspace:^" + "@joint/core": "workspace:~" "@rollup/plugin-node-resolve": ^15.2.3 karma: ^6.4.2 karma-chrome-launcher: ^3.2.0