Skip to content

Commit 92739ce

Browse files
committed
Auto-release beta 0.5.69
1 parent 77ab745 commit 92739ce

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.69 (Beta)
2+
3+
Attempting to fix #2557, but uncertain to any side effects.
4+
5+
6+
---
7+
18
# 0.5.68
29

310
- Many fixes to the documentation

docs/docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.69 (Beta)
2+
3+
Attempting to fix #2557, but uncertain to any side effects.
4+
5+
6+
---
7+
18
# 0.5.68
29

310
- Many fixes to the documentation
@@ -289,7 +296,7 @@ will be finishing up the associated new "extension" functionality shortly, which
289296
2. For custom renderable objects (progress bars, embedded task lists, embedded tables) to be added to any Dataview view via plugins.
290297
3. For plugins to provide alternative behavior for some dataview functionality (such as integrating task plugins with
291298
the dataview task query).
292-
299+
293300
As part of the API revamp, it is now possible to programmatically execute Dataview and DataviewJS queries - either for
294301
using the existing Dataview query language in your own plugin, or for embedding dataview. The Dataview npm library also
295302
now exposes many useful internal Dataview types, including the AST structure for all dataview queries.

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.68",
4+
"version": "0.5.69",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

package-lock.json

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

package.json

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

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,6 @@
144144
"0.5.65": "0.12.0",
145145
"0.5.66": "0.12.0",
146146
"0.5.67": "0.12.0",
147-
"0.5.68": "0.12.0"
147+
"0.5.68": "0.12.0",
148+
"0.5.69": "0.13.11"
148149
}

0 commit comments

Comments
 (0)