Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endforeach()

# Project details.

project(libOpenCOR VERSION 0.20251204.0)
project(libOpenCOR VERSION 0.20260211.0)

# Enable C++20.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ There are two versions of OpenCOR:
2. **OpenCOR's Web app:** a [Web app](https://en.wikipedia.org/wiki/Web_application) that can be run on a Web browser.

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/opencor/webapp)
![Alt](https://repobeats.axiom.co/api/embed/d0a1f79856e596650302d182fea50cdccfed853a.svg "Repobeats analytics image")
18 changes: 10 additions & 8 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "git+https://github.com/opencor/webapp.git"
},
"type": "module",
"version": "0.20260209.5",
"version": "0.20260211.0",
"scripts": {
"archive:web": "bun src/renderer/scripts/archive.web.js",
"build": "electron-vite build",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@napi-rs/keyring": "^1.2.0",
"@primeuix/themes": "^2.0.3",
"@primevue/auto-import-resolver": "4.2.5",
"@vueuse/core": "^14.2.0",
"@vueuse/core": "^14.2.1",
"crypto-js": "^4.2.0",
"jsonschema": "^1.5.0",
"jszip": "^3.10.1",
Expand All @@ -73,7 +73,7 @@
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@types/crypto-js": "^4.2.2",
"@types/node": "^25.2.2",
"@types/node": "^25.2.3",
"@types/plotly.js": "^3.0.9",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/tsconfig": "^0.8.1",
Expand All @@ -87,7 +87,7 @@
"electron-vite": "^5.0.0",
"esbuild": "^0.27.3",
"node-addon-api": "^8.5.0",
"stylelint": "^17.1.1",
"stylelint": "^17.2.0",
"stylelint-config-standard": "^40.0.0",
"tailwindcss": "^4.1.18",
"tailwindcss-primeui": "^0.6.1",
Expand Down
18 changes: 10 additions & 8 deletions src/renderer/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"./style.css": "./dist/opencor.css"
},
"version": "0.20260209.5",
"version": "0.20260211.0",
"scripts": {
"build": "vite build && bun scripts/generate.version.js",
"build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts",
Expand All @@ -64,7 +64,7 @@
"@napi-rs/keyring": "^1.2.0",
"@primeuix/themes": "^2.0.3",
"@primevue/auto-import-resolver": "4.2.5",
"@vueuse/core": "^14.2.0",
"@vueuse/core": "^14.2.1",
"crypto-js": "^4.2.0",
"jsonschema": "^1.5.0",
"jszip": "^3.10.1",
Expand All @@ -80,13 +80,13 @@
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@types/crypto-js": "^4.2.2",
"@types/node": "^25.2.2",
"@types/node": "^25.2.3",
"@types/plotly.js": "^3.0.9",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/tsconfig": "^0.8.1",
"autoprefixer": "^10.4.24",
"esbuild": "^0.27.3",
"stylelint": "^17.1.1",
"stylelint": "^17.2.0",
"stylelint-config-standard": "^40.0.0",
"tailwindcss": "^4.1.18",
"tailwindcss-primeui": "^0.6.1",
Expand Down
Loading
Loading