Skip to content

Commit 50075a3

Browse files
v0.7.4
1 parent 71e3581 commit 50075a3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.7.4-alpha.0"
7+
"version": "0.7.4"
88
}

packages/foam-cli/README.md

+3-3
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.7.4-alpha.0 darwin-x64 node-v12.18.2
22+
foam-cli/0.7.4 darwin-x64 node-v12.18.2
2323
$ foam --help [COMMAND]
2424
USAGE
2525
$ foam COMMAND
@@ -65,7 +65,7 @@ EXAMPLE
6565
$ foam-cli janitor path-to-foam-workspace
6666
```
6767

68-
_See code: [src/commands/janitor.ts](https://github.com/foambubble/foam/blob/v0.7.4-alpha.0/src/commands/janitor.ts)_
68+
_See code: [src/commands/janitor.ts](https://github.com/foambubble/foam/blob/v0.7.4/src/commands/janitor.ts)_
6969

7070
## `foam migrate [WORKSPACEPATH]`
7171

@@ -84,7 +84,7 @@ EXAMPLE
8484
Successfully generated link references and heading!
8585
```
8686

87-
_See code: [src/commands/migrate.ts](https://github.com/foambubble/foam/blob/v0.7.4-alpha.0/src/commands/migrate.ts)_
87+
_See code: [src/commands/migrate.ts](https://github.com/foambubble/foam/blob/v0.7.4/src/commands/migrate.ts)_
8888
<!-- commandsstop -->
8989

9090
## Development

packages/foam-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "foam-cli",
33
"description": "Foam CLI",
4-
"version": "0.7.4-alpha.0",
4+
"version": "0.7.4",
55
"author": "Jani Eväkallio @jevakallio",
66
"bin": {
77
"foam": "./bin/run"
@@ -11,7 +11,7 @@
1111
"@oclif/command": "^1",
1212
"@oclif/config": "^1",
1313
"@oclif/plugin-help": "^3",
14-
"foam-core": "^0.7.4-alpha.0",
14+
"foam-core": "^0.7.4",
1515
"ora": "^4.0.4",
1616
"tslib": "^1"
1717
},

packages/foam-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "foam-core",
33
"author": "Jani Eväkallio",
44
"repository": "https://github.com/foambubble/foam",
5-
"version": "0.7.4-alpha.0",
5+
"version": "0.7.4",
66
"license": "MIT",
77
"files": [
88
"dist"

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.7.4-alpha.0",
11+
"version": "0.7.4",
1212
"license": "MIT",
1313
"publisher": "foam",
1414
"engines": {
@@ -202,6 +202,6 @@
202202
},
203203
"dependencies": {
204204
"dateformat": "^3.0.3",
205-
"foam-core": "^0.7.4-alpha.0"
205+
"foam-core": "^0.7.4"
206206
}
207207
}

0 commit comments

Comments
 (0)