Skip to content

Commit

Permalink
v0.6.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Oct 10, 2018
1 parent 19dcb81 commit 5d9a9b4
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-beta.5"
"version": "0.6.0-beta.6"
}
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-beta.5",
"version": "0.6.0-beta.6",
"description": "CLI tool for FoalTS",
"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-beta.5",
"version": "0.6.0-beta.6",
"description": "High level web framework to create enterprise-grade Node.JS applications.",
"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-beta.5",
"version": "0.6.0-beta.6",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" lib",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"license": "MIT",
"dependencies": {
"@foal/core": "^0.6.0-beta.5",
"@foal/core": "^0.6.0-beta.6",
"@foal/ejs": "^0.6.0-beta.5",
"bootstrap": "^4.0.0",
"connect-sqlite3": "^0.9.11",
Expand All @@ -49,7 +49,7 @@
"typeorm": "^0.2.6"
},
"devDependencies": {
"@foal/cli": "^0.6.0-beta.5",
"@foal/cli": "^0.6.0-beta.6",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.1",
"concurrently": "^3.5.1",
Expand Down

0 comments on commit 5d9a9b4

Please sign in to comment.