Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Nov 1, 2017
1 parent 357545e commit 314fe79
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.2.2"
"version": "0.3.0"
}
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.2.2",
"version": "0.3.0",
"description": "Backend framework written in TypeScript",
"main": "./dist/index.js",
"types": "./dist/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.2.2",
"version": "0.3.0",
"description": "FoalTs examples",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -24,9 +24,9 @@
},
"license": "MIT",
"dependencies": {
"@foal/core": "^0.2.2",
"@foal/express": "^0.2.0",
"@foal/sequelize": "^0.2.2",
"@foal/core": "^0.3.0",
"@foal/express": "^0.3.0",
"@foal/sequelize": "^0.3.0",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"pg": "^7.3.0",
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.2.0",
"version": "0.3.0",
"description": "Foal util to connect a foal application to express",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dist/"
],
"dependencies": {
"@foal/core": "^0.2.2"
"@foal/core": "^0.3.0"
},
"peerDependencies": {
"express": "4.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/sequelize",
"version": "0.2.2",
"version": "0.3.0",
"description": "Foal integration of sequelize (ORM)",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dist/"
],
"dependencies": {
"@foal/core": "^0.2.2",
"@foal/core": "^0.3.0",
"sequelize": "^4.8.4"
},
"devDependencies": {
Expand Down

0 comments on commit 314fe79

Please sign in to comment.