Skip to content

Commit ec20d7b

Browse files
committed
Auto-release 0.1.24
1 parent 46fd350 commit ec20d7b

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.24
2+
3+
- Add official datacore API typings at '@blacksmithgu/datacore'.
4+
5+
---
6+
17
# 0.1.23
28

39
- Datacore views now properly re-render and update paths when the file they are in is renamed.

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "datacore",
33
"name": "Datacore",
4-
"version": "0.1.23",
4+
"version": "0.1.24",
55
"minAppVersion": "1.4.11",
66
"description": "Reactive data engine for Obsidian.md.",
77
"author": "Michael Brenan",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "datacore",
33
"name": "Datacore",
4-
"version": "0.1.23",
4+
"version": "0.1.24",
55
"minAppVersion": "1.4.11",
66
"description": "Reactive data engine for Obsidian.md.",
77
"author": "Michael Brenan",

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@blacksmithgu/datacore",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "Reactive data engine for Obsidian.md.",
55
"main": "build/library/index.js",
66
"types": "build/library/index.d.ts",
7-
"files": ["build/library"],
7+
"files": [
8+
"build/library"
9+
],
810
"scripts": {
911
"build": "tsc && tsc --project tsconfig.library.json && api-extractor run --local && node esbuild.config.mjs production all",
1012
"build-plugin": "tsc && node esbuild.config.mjs production plugin",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"0.1.20": "0.12.0",
2323
"0.1.21": "1.4.11",
2424
"0.1.22": "1.4.11",
25-
"0.1.23": "0.12.0"
25+
"0.1.23": "0.12.0",
26+
"0.1.24": "0.12.0"
2627
}

0 commit comments

Comments
 (0)