Skip to content

Commit

Permalink
Bump daily-notes-interface version
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain committed Mar 31, 2021
1 parent ad03fdf commit 03ceecb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-calendar-ui",
"version": "0.3.11",
"version": "0.3.12",
"description": "Calendar UI that powers obsidian-calendar-plugin",
"author": "liamcain",
"main": "dist/index.js",
Expand All @@ -14,7 +14,7 @@
"test:watch": "yarn test -- --watch"
},
"dependencies": {
"obsidian-daily-notes-interface": "0.8.2",
"obsidian-daily-notes-interface": "0.8.4",
"svelte": "3.35.0",
"tslib": "2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3222,10 +3222,10 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

obsidian-daily-notes-interface@0.8.2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/obsidian-daily-notes-interface/-/obsidian-daily-notes-interface-0.8.2.tgz#5445743acee00f7767e555769da9ec40593a1dbb"
integrity sha512-r9AwcD8pTFx6/u6ZeSHHlOpLRDS34oql4sE3N8gKxKMPhsupQskfXd6fYIUcb3Fgp2c7/1q3SUOl1xFTRxq/BQ==
obsidian-daily-notes-interface@0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/obsidian-daily-notes-interface/-/obsidian-daily-notes-interface-0.8.4.tgz#530cec611878c2d2ae94ba868490df5bf17c8ccf"
integrity sha512-REKQtAuIOKDbvNH/th1C1gWmJWCP5tRn9T/mfZGZt4Zncgko7McXK0aSKFtEInipvgbZJ2nScivvyLdiWluSMw==
dependencies:
obsidian obsidianmd/obsidian-api#master
tslib "2.1.0"
Expand Down

0 comments on commit 03ceecb

Please sign in to comment.