Skip to content

Commit

Permalink
v0.6.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 21, 2018
1 parent b076929 commit 35cb076
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4"
"version": "0.6.0-beta.0"
}
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.4",
"version": "0.6.0-beta.0",
"description": "Foal command line interface",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.6.0-beta.0",
"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
6 changes: 3 additions & 3 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.4",
"version": "0.6.0-beta.0",
"description": "FoalTs examples",
"scripts": {
"start": "node ./lib/server.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"license": "MIT",
"dependencies": {
"@foal/core": "^0.6.0-alpha.4",
"@foal/core": "^0.6.0-beta.0",
"@foal/ejs": "^0.6.0-alpha.3",
"bootstrap": "^4.0.0",
"connect-sqlite3": "^0.9.11",
Expand All @@ -48,7 +48,7 @@
"typeorm": "^0.2.6"
},
"devDependencies": {
"@foal/cli": "^0.6.0-alpha.4",
"@foal/cli": "^0.6.0-beta.0",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.1",
"clean-webpack-plugin": "^0.1.19",
Expand Down

0 comments on commit 35cb076

Please sign in to comment.