Skip to content

Commit a34842b

Browse files
v0.4.0
1 parent 0c9bbf6 commit a34842b

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.4.0-alpha.0"
7+
"version": "0.4.0"
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.4.0-alpha.0 darwin-x64 node-v10.19.0
22+
foam-cli/0.4.0 darwin-x64 node-v10.19.0
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.4.0-alpha.0/src/commands/janitor.ts)_
68+
_See code: [src/commands/janitor.ts](https://github.com/foambubble/foam/blob/v0.4.0/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.4.0-alpha.0/src/commands/migrate.ts)_
87+
_See code: [src/commands/migrate.ts](https://github.com/foambubble/foam/blob/v0.4.0/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.4.0-alpha.0",
4+
"version": "0.4.0",
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.4.0-alpha.0",
14+
"foam-core": "^0.4.0",
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.4.0-alpha.0",
5+
"version": "0.4.0",
66
"license": "MIT",
77
"files": [
88
"dist"

packages/foam-vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Generate markdown reference lists from wikilinks in a workspace",
55
"author": "Jani Eväkallio",
66
"repository": "https://github.com/foambubble/foam",
7-
"version": "0.4.0-alpha.0",
7+
"version": "0.4.0",
88
"license": "MIT",
99
"publisher": "foam",
1010
"engines": {
@@ -137,6 +137,6 @@
137137
},
138138
"dependencies": {
139139
"dateformat": "^3.0.3",
140-
"foam-core": "^0.4.0-alpha.0"
140+
"foam-core": "^0.4.0"
141141
}
142142
}

0 commit comments

Comments
 (0)