Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jevakallio committed Jul 12, 2020
1 parent 20ae1f2 commit 2501638
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.0-alpha.0"
"version": "0.2.0"
}
4 changes: 2 additions & 2 deletions packages/foam-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g foam-cli
$ foam COMMAND
running command...
$ foam (-v|--version|version)
foam-cli/0.2.0-alpha.0 darwin-x64 node-v12.18.0
foam-cli/0.2.0 darwin-x64 node-v12.18.0
$ foam --help [COMMAND]
USAGE
$ foam COMMAND
Expand Down Expand Up @@ -49,7 +49,7 @@ EXAMPLE
hello world from ./src/hello.ts!
```

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

## `foam help [COMMAND]`

Expand Down
4 changes: 2 additions & 2 deletions packages/foam-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"eslint": "^5.13",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.1",
"foam-core": "^0.2.0",
"globby": "^10",
"ts-node": "^8",
"typescript": "^3.3",
"foam-core": "^0.2.0"
"typescript": "^3.3"
},
"peerDependencies": {
"foam-core": "^0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/foam-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"vscode-test": "^1.3.0"
},
"dependencies": {
"foam-core": "0.2.0"
"foam-core": "^0.2.0"
}
}

0 comments on commit 2501638

Please sign in to comment.