Skip to content

Commit 048623d

Browse files
v0.20.8
1 parent f2fbe92 commit 048623d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.20.7"
7+
"version": "0.20.8"
88
}

packages/foam-vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git"
99
},
1010
"homepage": "https://github.com/foambubble/foam",
11-
"version": "0.20.7",
11+
"version": "0.20.8",
1212
"license": "MIT",
1313
"publisher": "foam",
1414
"engines": {
@@ -487,6 +487,7 @@
487487
"@types/vscode": "^1.70.0",
488488
"@typescript-eslint/eslint-plugin": "^5.51.0",
489489
"@typescript-eslint/parser": "^5.51.0",
490+
"dts-cli": "^1.6.3",
490491
"esbuild": "^0.17.7",
491492
"eslint": "^8.33.0",
492493
"eslint-import-resolver-typescript": "^3.5.3",
@@ -499,7 +500,6 @@
499500
"micromatch": "^4.0.2",
500501
"rimraf": "^3.0.2",
501502
"ts-jest": "^27.1.5",
502-
"dts-cli": "^1.6.3",
503503
"tslib": "^2.0.0",
504504
"typescript": "^4.9.5",
505505
"vscode-test": "^1.3.0",

0 commit comments

Comments
 (0)