Skip to content

Commit

Permalink
Parse ambiguous dates twice to avoid false positives (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain authored Feb 12, 2021
1 parent dab40e6 commit f6c7c78
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.5.1",
"version": "1.5.2",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar",
"version": "1.5.1",
"version": "1.5.2",
"description": "Calendar view of your daily notes",
"author": "liamcain",
"main": "main.js",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"obsidian": "obsidianmd/obsidian-api#master",
"obsidian-calendar-ui": "0.3.3",
"obsidian-daily-notes-interface": "0.7.1",
"obsidian-daily-notes-interface": "0.7.2",
"svelte": "3.32.3",
"tslib": "2.1.0"
},
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3325,6 +3325,20 @@ [email protected]:
obsidian obsidianmd/obsidian-api#master
tslib "2.0.3"

[email protected]:
version "0.7.2"
resolved "https://registry.yarnpkg.com/obsidian-daily-notes-interface/-/obsidian-daily-notes-interface-0.7.2.tgz#02f732707abe7f68269fd8fed816ea60320b2ed1"
integrity sha512-NKnC5lIB8qnf6otXTcXSPt6aJQxydstvJXntQyKNcqoQtta9bJDG++VyJ1ijORUFeK2QZzG9hHCDTnb7Om47Tg==
dependencies:
obsidian obsidianmd/obsidian-api#master
tslib "2.0.3"

"obsidian@github:obsidianmd/obsidian-api#master":
version "0.11.0"
resolved "https://codeload.github.com/obsidianmd/obsidian-api/tar.gz/81ab85ade4552c9116c1e10d009127e62019c923"
dependencies:
"@types/codemirror" "0.0.98"

obsidian@obsidianmd/obsidian-api#master:
version "0.10.6"
resolved "https://codeload.github.com/obsidianmd/obsidian-api/tar.gz/a0e0c245561215ced9468859091e01d015f5cda9"
Expand Down

0 comments on commit f6c7c78

Please sign in to comment.