Skip to content

Commit 2501638

Browse files
committed
v0.2.0
1 parent 20ae1f2 commit 2501638

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.2.0-alpha.0"
7+
"version": "0.2.0"
88
}

packages/foam-cli/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g foam-cli
1919
$ foam COMMAND
2020
running command...
2121
$ foam (-v|--version|version)
22-
foam-cli/0.2.0-alpha.0 darwin-x64 node-v12.18.0
22+
foam-cli/0.2.0 darwin-x64 node-v12.18.0
2323
$ foam --help [COMMAND]
2424
USAGE
2525
$ foam COMMAND
@@ -49,7 +49,7 @@ EXAMPLE
4949
hello world from ./src/hello.ts!
5050
```
5151

52-
_See code: [src/commands/hello.ts](https://github.com/foambubble/foam/blob/v0.2.0-alpha.0/src/commands/hello.ts)_
52+
_See code: [src/commands/hello.ts](https://github.com/foambubble/foam/blob/v0.2.0/src/commands/hello.ts)_
5353

5454
## `foam help [COMMAND]`
5555

packages/foam-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"eslint": "^5.13",
2121
"eslint-config-oclif": "^3.1",
2222
"eslint-config-oclif-typescript": "^0.1",
23+
"foam-core": "^0.2.0",
2324
"globby": "^10",
2425
"ts-node": "^8",
25-
"typescript": "^3.3",
26-
"foam-core": "^0.2.0"
26+
"typescript": "^3.3"
2727
},
2828
"peerDependencies": {
2929
"foam-core": "^0.2.0"

packages/foam-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"vscode-test": "^1.3.0"
5050
},
5151
"dependencies": {
52-
"foam-core": "0.2.0"
52+
"foam-core": "^0.2.0"
5353
}
5454
}

0 commit comments

Comments
 (0)