Skip to content

Commit 27b73fa

Browse files
committed
Auto-release 0.5.58
1 parent 6edd384 commit 27b73fa

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.58
2+
3+
- Negative durations will now be properly rendered.
4+
5+
---
6+
17
# 0.5.57
28

39
Maintenance patch which bumps many internal dependency versions and which includes approximately ~20 community-contributed PRs which add some new functions, fix some Dataview interactions with properties, and more!

docs/docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.58
2+
3+
- Negative durations will now be properly rendered.
4+
5+
---
6+
17
# 0.5.57
28

39
Maintenance patch which bumps many internal dependency versions and which includes approximately ~20 community-contributed PRs which add some new functions, fix some Dataview interactions with properties, and more!

manifest-beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.57",
4+
"version": "0.5.58",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.57",
4+
"version": "0.5.58",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataview",
3-
"version": "0.5.57",
3+
"version": "0.5.58",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,6 @@
133133
"0.5.54": "0.12.0",
134134
"0.5.55": "0.12.0",
135135
"0.5.56": "0.12.0",
136-
"0.5.57": "0.12.0"
136+
"0.5.57": "0.12.0",
137+
"0.5.58": "0.12.0"
137138
}

0 commit comments

Comments
 (0)