Skip to content

Commit

Permalink
v0.6.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Sep 7, 2018
1 parent 9baea89 commit b5ae61f
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-beta.3"
"version": "0.6.0-beta.4"
}
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.3",
"version": "0.6.0-beta.4",
"description": "CLI tool for FoalTS",
"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-beta.3",
"version": "0.6.0-beta.4",
"description": "High level web framework to create enterprise-grade Node.JS applications.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -87,7 +87,7 @@
"typeorm": "^0.2.6"
},
"devDependencies": {
"@foal/ejs": "^0.6.0-beta.3",
"@foal/ejs": "^0.6.0-beta.4",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.2",
"@types/supertest": "^2.0.5",
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-beta.3",
"version": "0.6.0-beta.4",
"description": "EJS template package for FoalTS",
"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-beta.3",
"version": "0.6.0-beta.4",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" lib",
Expand Down Expand Up @@ -40,16 +40,16 @@
},
"license": "MIT",
"dependencies": {
"@foal/core": "^0.6.0-beta.3",
"@foal/ejs": "^0.6.0-beta.3",
"@foal/core": "^0.6.0-beta.4",
"@foal/ejs": "^0.6.0-beta.4",
"bootstrap": "^4.0.0",
"connect-sqlite3": "^0.9.11",
"source-map-support": "^0.5.6",
"sqlite3": "^4.0.0",
"typeorm": "^0.2.6"
},
"devDependencies": {
"@foal/cli": "^0.6.0-beta.3",
"@foal/cli": "^0.6.0-beta.4",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.1",
"concurrently": "^3.5.1",
Expand Down

0 comments on commit b5ae61f

Please sign in to comment.