Skip to content

Commit

Permalink
v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Jan 23, 2019
1 parent 4388d5f commit 7089e1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.7.4"
"version": "0.7.5"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/cli",
"version": "0.7.3",
"version": "0.7.5",
"description": "CLI tool for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/examples",
"version": "0.7.3",
"version": "0.7.5",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" lib",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typeorm": "^0.2.6"
},
"devDependencies": {
"@foal/cli": "^0.7.3",
"@foal/cli": "^0.7.5",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.1",
"concurrently": "^3.5.1",
Expand Down

0 comments on commit 7089e1c

Please sign in to comment.