Skip to content

Commit

Permalink
11.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Aug 28, 2024
1 parent 22acc41 commit ae48e16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "khiops-visualization",
"title": "khiops Visualization",
"version": "11.0.8",
"version": "11.0.9",
"description": "Khiops Visualization",
"license": "BSD-3-Clause-Clear",
"repository": "https://github.com/KhiopsML/kv-electron",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "khiops-visualization",
"title": "khiops Visualization",
"main": "app/main.js",
"version": "11.0.8",
"version": "11.0.9",
"license": "BSD-3-Clause-Clear",
"author": {
"name": "Orange",
Expand Down Expand Up @@ -50,7 +50,7 @@
"electron:serve": "wait-on tcp:4200 && npm run electron:serve-tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:build": "npm run build:prod && electron-builder build --publish=never",
"version": "11.0.8",
"version": "11.0.9",
"publishReleases": "npm run build-visu && cd ../khiops-visualization-electron && npm run build:prod && electron-builder build --windows --ia32 -p always && electron-builder build --linux -p always && electron-builder build --mac -p always",
"removeDist": "rimraf dist && rimraf release && rimraf .cache",
"removeMocks": "rimraf dist/khiops-visualization/mocks",
Expand Down Expand Up @@ -81,7 +81,7 @@
"electron-log": "3.0.9",
"electron-updater": "6.3.1",
"event-stream": "4.0.1",
"khiops-visualization": "11.4.5",
"khiops-visualization": "11.4.8",
"rxjs": "7.8.1",
"toastify-js": "1.12.0",
"tslib": "2.6.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6908,10 +6908,10 @@ keyv@^4.0.0, keyv@^4.5.3:
dependencies:
json-buffer "3.0.1"

[email protected].5:
version "11.4.5"
resolved "https://registry.yarnpkg.com/khiops-visualization/-/khiops-visualization-11.4.5.tgz#ed12745e466d0c0fa041c287f3b2bf7d131250e8"
integrity sha512-+jj0y+B99UwE05/UIzLCw9zrTL1nXCGwa1RLIbqsaVxuaQwX/u85Gs1Ehh/ayDqFVVI3U8UzhM/52hhb2CNq+A==
[email protected].8:
version "11.4.8"
resolved "https://registry.yarnpkg.com/khiops-visualization/-/khiops-visualization-11.4.8.tgz#03d8e4dabc6a7cca1aa06d5c8d432a1be56ff926"
integrity sha512-X4etDNuNdj/HMGCdySBXyOr2XGhHZtiaEyitzZW6CsDRNOV/5crn4ZwyxsoA2DoQMU9DwpIJp2S6mAzBADEEKQ==

kind-of@^6.0.2:
version "6.0.3"
Expand Down

0 comments on commit ae48e16

Please sign in to comment.