Skip to content

Commit

Permalink
11.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Jul 10, 2024
1 parent 4d37df4 commit 268dabf
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.7",
"version": "11.0.8",
"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.7",
"version": "11.0.8",
"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.7",
"version": "11.0.8",
"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.2.1",
"event-stream": "4.0.1",
"khiops-visualization": "11.4.3",
"khiops-visualization": "11.4.5",
"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 @@ -7027,10 +7027,10 @@ keyv@^4.0.0, keyv@^4.5.3:
dependencies:
json-buffer "3.0.1"

[email protected].2:
version "11.4.2"
resolved "https://registry.yarnpkg.com/khiops-visualization/-/khiops-visualization-11.4.2.tgz#c05e0102ded5810c9c8911e9d835b8a64c425f90"
integrity sha512-BSyDvtXKZgeDice0ZgOQzP7gk6luY2tSM05eRX/u03izDGwaneq1s7KtruHWqQkq2OUe+ySY4U3lwKjpVeZrlw==
[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==

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

0 comments on commit 268dabf

Please sign in to comment.