Skip to content

Commit

Permalink
11.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Jun 27, 2024
1 parent 14dec50 commit a40b31a
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-covisualization",
"title": "khiops Covisualization",
"version": "11.0.13",
"version": "11.0.14",
"description": "Khiops Covisualization",
"license": "BSD-3-Clause-Clear",
"repository": "https://github.com/KhiopsML/kc-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-covisualization",
"title": "khiops Covisualization",
"main": "app/main.js",
"version": "11.0.13",
"version": "11.0.14",
"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.13",
"version": "11.0.14",
"publishReleases": "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 @@ -82,7 +82,7 @@
"electron-updater": "6.2.1",
"event-stream": "4.0.1",
"JSONStream": "1.3.5",
"khiops-visualization": "11.4.0",
"khiops-visualization": "11.4.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.6"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7046,10 +7046,10 @@ keyv@^4.0.0, keyv@^4.5.3:
dependencies:
json-buffer "3.0.1"

khiops-visualization@11.4.0:
version "11.4.0"
resolved "https://registry.yarnpkg.com/khiops-visualization/-/khiops-visualization-11.4.0.tgz#453473fcae6e6f669e8cff3d254ad501c264d7ea"
integrity sha512-7sdfPNEvG2rafWmzRhBCh4TU8BZ7EDyBlPwVvRFHFbSGKPnyYimOHHuB9vyQNSQssrYNETQgN4wTLxDN2wVLvg==
khiops-visualization@11.4.1:
version "11.4.1"
resolved "https://registry.yarnpkg.com/khiops-visualization/-/khiops-visualization-11.4.1.tgz#107051c780146f14b312fc9c276eed2155681277"
integrity sha512-R03Y6c02z1XphMwwe07HnVOELpnWK0ccJJ+OQon9g3DUjC7NGAh2wGEzywcQvYUBBCfhMZcgogszM5lYlI1mpg==

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

0 comments on commit a40b31a

Please # to comment.