Skip to content

Commit

Permalink
v0.6.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 6, 2018
1 parent 27a7e11 commit 6273f3f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.6.0-alpha.2"
"version": "0.6.0-alpha.3"
}
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.6.0-alpha.2",
"version": "0.6.0-alpha.3",
"description": "Foal command line interface",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/core",
"version": "0.6.0-alpha.2",
"version": "0.6.0-alpha.3",
"description": "A high-level Node.JS framework to quickly build web apps in TypeScript.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -73,7 +73,7 @@
"typeorm": "^0.2.6"
},
"devDependencies": {
"@foal/ejs": "^0.6.0-alpha.1",
"@foal/ejs": "^0.6.0-alpha.3",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.2",
"mocha": "^3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/ejs",
"version": "0.6.0-alpha.1",
"version": "0.6.0-alpha.3",
"description": "Foal package to render ejs templates",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/examples",
"version": "0.6.0-alpha.2",
"version": "0.6.0-alpha.3",
"description": "FoalTs examples",
"scripts": {
"start": "node ./lib/server.js",
Expand Down Expand Up @@ -39,15 +39,15 @@
},
"license": "MIT",
"dependencies": {
"@foal/core": "^0.6.0-alpha.2",
"@foal/ejs": "^0.6.0-alpha.1",
"@foal/core": "^0.6.0-alpha.3",
"@foal/ejs": "^0.6.0-alpha.3",
"bootstrap": "^4.0.0",
"source-map-support": "^0.5.6",
"sqlite3": "^4.0.0",
"typeorm": "^0.2.6"
},
"devDependencies": {
"@foal/cli": "^0.6.0-alpha.2",
"@foal/cli": "^0.6.0-alpha.3",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.1",
"clean-webpack-plugin": "^0.1.19",
Expand Down

0 comments on commit 6273f3f

Please sign in to comment.