Skip to content

Commit

Permalink
Prepare for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jevakallio committed Jul 25, 2020
1 parent 0ae0ab6 commit 50dd368
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
3 changes: 1 addition & 2 deletions packages/foam-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"foam-core": "^0.2.0",
"foam-core": "^0.3.0",
"ora": "^4.0.4",
"tslib": "^1"
},
Expand All @@ -26,7 +26,6 @@
"eslint": "^5.13",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.1",
"foam-core": "^0.2.0",
"globby": "^10",
"jest": "^26.1.0",
"mock-fs": "^4.12.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/foam-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"test": "echo No tests in VSCode extensions yet",
"lint": "eslint src --ext ts",
"watch": "tsc -watch -p ./",
"vscode:prepublish": "yarn npm-install && yarn run compile",
"vscode:prepublish": "yarn npm-install && yarn run build",
"npm-install": "rimraf node_modules && npm i",
"npm-cleanup": "rimraf package-lock.json node_modules && yarn",
"package-extension": "npx vsce package && yarn npm-cleanup",
Expand All @@ -114,6 +114,6 @@
},
"dependencies": {
"dateformat": "^3.0.3",
"foam-core": "^0.2.0"
"foam-core": "0.3.0"
}
}
}
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5188,6 +5188,22 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

[email protected]:
version "0.3.0-alpha.0"
resolved "https://registry.yarnpkg.com/foam-core/-/foam-core-0.3.0-alpha.0.tgz#792ef6b344854f6e34af954cbbce0a39c1657712"
integrity sha512-HNCjlb8LtWePry/llLQRm5L8pJGredD6bj3WrILivIwIvYiXhhNzuIdFZkkUQKLcxQawKGBs9SkIapYrAk0rFw==
dependencies:
detect-newline "^3.1.0"
github-slugger "^1.3.0"
glob "^7.1.6"
graphlib "^2.1.8"
lodash "^4.17.19"
remark-parse "^8.0.2"
remark-wiki-link "^0.0.4"
title-case "^3.0.2"
unified "^9.0.0"
unist-util-visit "^2.0.2"

for-in@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
Expand Down

0 comments on commit 50dd368

Please sign in to comment.