Skip to content

Commit 6ee8855

Browse files
committed
chore: release [release-beta]
1 parent e33b91c commit 6ee8855

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.1.0-beta.3",
4+
"version": "9.1.0-beta.5",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

src/styles/kanban/kanban.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
display: flex;
155155
flex-direction: column;
156156
gap: 8px;
157+
background-color: var(--background-secondary-alt);
157158
/* padding-right: 0; */
158159
-webkit-overflow-scrolling: touch;
159160
overscroll-behavior: contain; /* Keep contain for mobile drag compatibility */

styles.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@
8888
"9.0.6": "0.15.2",
8989
"9.1.0-beta.1": "0.15.2",
9090
"9.1.0-beta.2": "0.15.2",
91-
"9.1.0-beta.3": "0.15.2"
91+
"9.1.0-beta.3": "0.15.2",
92+
"9.1.0-beta.5": "0.15.2"
9293
}

0 commit comments

Comments
 (0)