Skip to content

Commit

Permalink
v0.4.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Dec 28, 2017
1 parent 237f629 commit 6b80b8a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 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.4.0-alpha.1"
"version": "0.4.0-alpha.2"
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/common",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.2",
"description": "Common hooks, controller factories and services for FoalTS.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dist/"
],
"dependencies": {
"@foal/core": "^0.4.0-alpha.0"
"@foal/core": "^0.4.0-alpha.2"
},
"devDependencies": {
"@types/chai": "^4.0.4",
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.4.0-alpha.0",
"version": "0.4.0-alpha.2",
"description": "A Node.js framework for building robust web apps.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/ejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/ejs",
"version": "0.4.0-alpha.1",
"version": "0.4.0-alpha.2",
"description": "Foal package to render ejs templates",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"dist/"
],
"dependencies": {
"@foal/common": "^0.4.0-alpha.0",
"@foal/core": "^0.4.0-alpha.0",
"@foal/common": "^0.4.0-alpha.2",
"@foal/core": "^0.4.0-alpha.2",
"ejs": "^2.5.7"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/examples",
"version": "0.4.0-alpha.1",
"version": "0.4.0-alpha.2",
"description": "FoalTs examples",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,11 +30,11 @@
},
"license": "MIT",
"dependencies": {
"@foal/common": "^0.4.0-alpha.0",
"@foal/core": "^0.4.0-alpha.0",
"@foal/ejs": "^0.4.0-alpha.1",
"@foal/express": "^0.4.0-alpha.0",
"@foal/sequelize": "^0.4.0-alpha.0",
"@foal/common": "^0.4.0-alpha.2",
"@foal/core": "^0.4.0-alpha.2",
"@foal/ejs": "^0.4.0-alpha.2",
"@foal/express": "^0.4.0-alpha.2",
"@foal/sequelize": "^0.4.0-alpha.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"express": "^4.16.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/express",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.2",
"description": "Foal util to connect a foal application to express",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dist/"
],
"dependencies": {
"@foal/core": "^0.4.0-alpha.0"
"@foal/core": "^0.4.0-alpha.2"
},
"peerDependencies": {
"express": "4.x"
Expand Down
6 changes: 3 additions & 3 deletions packages/sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/sequelize",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.2",
"description": "Foal integration of sequelize (ORM)",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"dist/"
],
"dependencies": {
"@foal/common": "^0.4.0-alpha.0",
"@foal/core": "^0.4.0-alpha.0",
"@foal/common": "^0.4.0-alpha.2",
"@foal/core": "^0.4.0-alpha.2",
"sequelize": "^4.8.4"
},
"devDependencies": {
Expand Down

0 comments on commit 6b80b8a

Please sign in to comment.