Skip to content

Commit

Permalink
Auto-release beta 0.5.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Nov 1, 2022
1 parent 723fb75 commit f734dfd
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.5.48 (Beta)

We're back to more regular beta releases while I trial out new functionality!

- Fixed broken list behavior for `dv.markdownTaskList`.
- @GamerGirlandCo: Better handling of block IDs when checking off tasks!
- @s-blu and @AB1908: Lots of big documentation upgrades! Nice!
- @leoccyao: More block ID task checking fixes. Should work after this one.
- Add expression/query parsing to the dataview NPM package.
- @charleshan: Fix a missing header level in the dataview `dv.header` example.

---

# 0.5.47

Improves `date + duration` behavior when either the date or duration are null.
Expand Down
13 changes: 13 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.5.48 (Beta)

We're back to more regular beta releases while I trial out new functionality!

- Fixed broken list behavior for `dv.markdownTaskList`.
- @GamerGirlandCo: Better handling of block IDs when checking off tasks!
- @s-blu and @AB1908: Lots of big documentation upgrades! Nice!
- @leoccyao: More block ID task checking fixes. Should work after this one.
- Add expression/query parsing to the dataview NPM package.
- @charleshan: Fix a missing header level in the dataview `dv.header` example.

---

# 0.5.47

Improves `date + duration` behavior when either the date or duration are null.
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.47",
"version": "0.5.48",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dataview",
"version": "0.5.47",
"version": "0.5.48",
"description": "Advanced data views for Obsidian.md.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@
"0.5.44": "0.12.0",
"0.5.45": "0.12.0",
"0.5.46": "0.12.0",
"0.5.47": "0.12.0"
"0.5.47": "0.12.0",
"0.5.48": "0.13.11"
}

0 comments on commit f734dfd

Please sign in to comment.