Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoferretti committed Nov 28, 2020
1 parent 42ec29d commit 4e624d5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.1"
"version": "0.7.2"
}
6 changes: 3 additions & 3 deletions packages/foam-cli/README.md
Expand Up @@ -19,7 +19,7 @@ $ npm install -g foam-cli
$ foam COMMAND
running command...
$ foam (-v|--version|version)
foam-cli/0.7.1 darwin-x64 node-v12.18.2
foam-cli/0.7.2 darwin-x64 node-v12.18.2
$ foam --help [COMMAND]
USAGE
$ foam COMMAND
Expand Down Expand Up @@ -65,7 +65,7 @@ EXAMPLE
$ foam-cli janitor path-to-foam-workspace
```

_See code: [src/commands/janitor.ts](https://github.com/foambubble/foam/blob/v0.7.1/src/commands/janitor.ts)_
_See code: [src/commands/janitor.ts](https://github.com/foambubble/foam/blob/v0.7.2/src/commands/janitor.ts)_

## `foam migrate [WORKSPACEPATH]`

Expand All @@ -84,7 +84,7 @@ EXAMPLE
Successfully generated link references and heading!
```

_See code: [src/commands/migrate.ts](https://github.com/foambubble/foam/blob/v0.7.1/src/commands/migrate.ts)_
_See code: [src/commands/migrate.ts](https://github.com/foambubble/foam/blob/v0.7.2/src/commands/migrate.ts)_
<!-- commandsstop -->

## Development
Expand Down
4 changes: 2 additions & 2 deletions packages/foam-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "foam-cli",
"description": "Foam CLI",
"version": "0.7.1",
"version": "0.7.2",
"author": "Jani Eväkallio @jevakallio",
"bin": {
"foam": "./bin/run"
Expand All @@ -11,7 +11,7 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"foam-core": "^0.7.1",
"foam-core": "^0.7.2",
"ora": "^4.0.4",
"tslib": "^1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/foam-core/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "foam-core",
"author": "Jani Eväkallio",
"repository": "https://github.com/foambubble/foam",
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/foam-vscode/package.json
Expand Up @@ -8,7 +8,7 @@
"type": "git"
},
"homepage": "https://github.com/foambubble/foam",
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",
"publisher": "foam",
"engines": {
Expand Down Expand Up @@ -200,6 +200,6 @@
},
"dependencies": {
"dateformat": "^3.0.3",
"foam-core": "^0.7.1"
"foam-core": "^0.7.2"
}
}

0 comments on commit 4e624d5

Please sign in to comment.