Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed Sep 5, 2024
1 parent 680801d commit de025dd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "recent-files-obsidian",
"name": "Recent Files",
"version": "1.4.2",
"version": "1.5.0",
"minAppVersion": "0.16.3",
"description": "List files by most recently opened",
"author": "Tony Grosinger",
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": "recent-files-obsidian",
"version": "1.4.2",
"version": "1.5.0",
"description": "List files by most recently opened",
"main": "main.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-simple-import-sort": "10.0.0",
"front-matter-plugin-api-provider": "0.1.4-alpha",
"obsidian": "https://github.com/obsidianmd/obsidian-api/archive/8b2eda0f24285636c8aa116972643e5233a23dc1.tar.gz",
"obsidian": "https://github.com/obsidianmd/obsidian-api/archive/df9434bec6883bd32727f61b1ed1336f7663d0e4.tar.gz",
"tslib": "2.6.2",
"typescript": "5.3.3"
}
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.5.0": "1.6.3",
"1.3.9": "1.5.3",
"1.3.6": "1.3.2",
"1.3.4": "0.16.3",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

"@esbuild/linux-x64@0.21.3":
version "0.21.3"
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.3.tgz#994d347e7f530c33628e35e48ccde8f299adbcb6"
resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.3.tgz"
integrity sha512-IOXOIm9WaK7plL2gMhsWJd+l2bfrhfilv0uPTptoRoSb2p09RghhQQp9YY6ZJhk/kqmeRt6siRdMSLLwzuT0KQ==

"@esbuild/netbsd-x64@0.21.3":
Expand Down Expand Up @@ -665,7 +665,7 @@ es-to-primitive@^1.2.1:

esbuild@0.21.3:
version "0.21.3"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.3.tgz#cbb10b100c768b0cfb35d61d9e70324553437c38"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.21.3.tgz"
integrity sha512-Kgq0/ZsAPzKrbOjCQcjoSmPoWhlcVnGAUo7jvaLHoxW1Drto0KGkR1xBNg2Cp43b9ImvxmPEJZ9xkfcnqPsfBw==
optionalDependencies:
"@esbuild/aix-ppc64" "0.21.3"
Expand Down Expand Up @@ -939,6 +939,13 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.1.3"

front-matter-plugin-api-provider@0.1.4-alpha:
version "0.1.4-alpha"
resolved "https://registry.npmjs.org/front-matter-plugin-api-provider/-/front-matter-plugin-api-provider-0.1.4-alpha.tgz"
integrity sha512-amv+xSnxY1VUCtNu1y+mr2QZSDBAktiaP67G1CF6LOYnW11fctTKro75rAzDEjW5EkdDwnM5PvJjBHB+IMSYzw==
dependencies:
obsidian "^1.2.8"

fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
Expand Down Expand Up @@ -1427,9 +1434,10 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

"obsidian@https://github.com/obsidianmd/obsidian-api/archive/8b2eda0f24285636c8aa116972643e5233a23dc1.tar.gz":
version "1.5.7"
resolved "https://github.com/obsidianmd/obsidian-api/archive/8b2eda0f24285636c8aa116972643e5233a23dc1.tar.gz#ae12a11e04d5a6657891548268e4746e156236ec"
obsidian@^1.2.8, "obsidian@https://github.com/obsidianmd/obsidian-api/archive/df9434bec6883bd32727f61b1ed1336f7663d0e4.tar.gz":
version "1.6.6"
resolved "https://github.com/obsidianmd/obsidian-api/archive/df9434bec6883bd32727f61b1ed1336f7663d0e4.tar.gz"
integrity sha512-1WopEbouo1HHDdc6rEGAkpDyaEYe/qcjQI5bakEGRa+I6GY6oVp+tv6ejgZl0Xp0AavKXOfksaHObAfrV7yWvA==
dependencies:
"@types/codemirror" "5.60.8"
moment "2.29.4"
Expand Down

0 comments on commit de025dd

Please sign in to comment.