Skip to content

Commit 71e3581

Browse files
Preparation for 0.7.4
1 parent 5249eda commit 71e3581

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

Diff for: 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.3"
7+
"version": "0.7.4-alpha.0"
88
}

Diff for: 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.3 darwin-x64 node-v12.18.2
22+
foam-cli/0.7.4-alpha.0 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.3/src/commands/janitor.ts)_
68+
_See code: [src/commands/janitor.ts](https://github.com/foambubble/foam/blob/v0.7.4-alpha.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.7.3/src/commands/migrate.ts)_
87+
_See code: [src/commands/migrate.ts](https://github.com/foambubble/foam/blob/v0.7.4-alpha.0/src/commands/migrate.ts)_
8888
<!-- commandsstop -->
8989

9090
## Development

Diff for: 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.3",
4+
"version": "0.7.4-alpha.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.7.3",
14+
"foam-core": "^0.7.4-alpha.0",
1515
"ora": "^4.0.4",
1616
"tslib": "^1"
1717
},

Diff for: 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.3",
5+
"version": "0.7.4-alpha.0",
66
"license": "MIT",
77
"files": [
88
"dist"

Diff for: packages/foam-vscode/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to the "foam-vscode" extension will be documented in this fi
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [0.7.2] - 2020-12-13
7+
## [0.7.4] - 2020-12-16
8+
9+
Fixes and Improvement:
10+
- Fixed a bug that was causing Foam to not work correctly in Windows (#391)
11+
12+
## [0.7.3] - 2020-12-13
813

914
Fixes and Improvements:
1015
- Foam model: fix to link references on node update/deletion (#393 - thanks @AndrewNatoli)

Diff for: 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.3",
11+
"version": "0.7.4-alpha.0",
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.3"
205+
"foam-core": "^0.7.4-alpha.0"
206206
}
207207
}

0 commit comments

Comments
 (0)