Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit f7d3bf7

Browse files
committed
chore: bump version
1 parent 5acd80e commit f7d3bf7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"fundingUrl": {
1010
"Buymeacoffee": "https://www.buymeacoffee.com/treywallis"
1111
},
12-
"version": "8.15.6"
12+
"version": "8.15.7"
1313
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataloom",
3-
"version": "8.15.6",
3+
"version": "8.15.7",
44
"description": "Weave together data from diverse sources into different views. Inspired by Excel Spreadsheets and Notion.so.",
55
"main": "main.js",
66
"scripts": {

src/react/loom-app/option-bar/filter-menu/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ export default function FilterMenu({
432432
}
433433
case CellType.CHECKBOX: {
434434
const { value } = filter as CheckboxFilter;
435-
console.log(value);
436435
inputNode = (
437436
<CheckboxFilterSelect
438437
value={value}

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,6 @@
155155
"8.15.3": "1.4.0",
156156
"8.15.4": "1.4.0",
157157
"8.15.5": "1.4.0",
158-
"8.15.6": "1.4.0"
158+
"8.15.6": "1.4.0",
159+
"8.15.7": "1.4.0"
159160
}

0 commit comments

Comments
 (0)