Skip to content

Commit 83deb7f

Browse files
authored
Version 0.20251206.1.
2 parents ecdc140 + e4ffd07 commit 83deb7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/opencor/webapp.git"
2424
},
2525
"type": "module",
26-
"version": "0.20251206.0",
26+
"version": "0.20251206.1",
2727
"scripts": {
2828
"archive:web": "bun src/renderer/scripts/archive.web.js",
2929
"build": "electron-vite build",

src/renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"./style.css": "./dist/opencor.css"
4141
},
42-
"version": "0.20251206.0",
42+
"version": "0.20251206.1",
4343
"scripts": {
4444
"build": "vite build",
4545
"build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts",

src/renderer/src/components/OpenCOR.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ async function onGitHubButtonClick(): Promise<void> {
10841084
container-type: inline-size;
10851085
}
10861086
1087-
.opencor-scoped-styles :deep(.p-) {
1087+
.opencor-scoped-styles :deep([class^="p-"]) {
10881088
all: initial;
10891089
all: revert;
10901090
}

0 commit comments

Comments
 (0)