Skip to content

Commit

Permalink
Fix locale for displayedMonth (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain authored Jan 19, 2021
1 parent 3978613 commit 207aba4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.4.15",
"version": "1.4.16",
"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.4.15",
"version": "1.4.16",
"description": "Calendar view of your daily notes",
"author": "liamcain",
"main": "main.js",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"obsidian": "obsidianmd/obsidian-api#master",
"obsidian-calendar-ui": "0.2.2",
"obsidian-calendar-ui": "0.2.3",
"obsidian-daily-notes-interface": "0.5.1",
"svelte": "3.31.0",
"tslib": "2.0.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3314,10 +3314,10 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

[email protected].2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/obsidian-calendar-ui/-/obsidian-calendar-ui-0.2.2.tgz#3b9bc8b81790c674fce292e01a785fd2511d3145"
integrity sha512-T5za9xsS7XiUBhkfVTcrVzAFbdSQhCdo55fa3O22Og0jN2RlYhC5RzwcI9gbxOYcVBcdL6jwzdmhYypnXm/u3A==
[email protected].3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/obsidian-calendar-ui/-/obsidian-calendar-ui-0.2.3.tgz#7c0c1b23e439788c777e641a06ebb39e629e0b46"
integrity sha512-R6m+HFqoonRQ+Iei33QJ7/gjWaZTvJ/YYa/NQz8MDqjS7QxQXI+sLm7dF/ybbK8toIfHB8Dm2gjmTEf+EG5sog==
dependencies:
obsidian-daily-notes-interface "0.5.1"
svelte "3.31.0"
Expand Down

0 comments on commit 207aba4

Please sign in to comment.