Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Feb 16, 2019
1 parent fd6ff0e commit 98e1573
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.8.0"
"version": "0.8.1"
}
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.8.0",
"version": "0.8.1",
"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.8.0",
"version": "0.8.1",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" lib",
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"license": "MIT",
"dependencies": {
"@foal/core": "^0.8.0",
"@foal/core": "^0.8.1",
"@foal/ejs": "^0.8.0",
"@foal/typeorm": "^0.8.0",
"@foal/typeorm": "^0.8.1",
"bootstrap": "^4.0.0",
"connect-sqlite3": "^0.9.11",
"source-map-support": "^0.5.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/jwt",
"version": "0.8.0",
"version": "0.8.1",
"description": "Authentication with JWT for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^0.8.0",
"@foal/core": "^0.8.1",
"@types/jsonwebtoken": "^8.3.0",
"jsonwebtoken": "^8.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/mongoose",
"version": "0.8.0",
"version": "0.8.1",
"description": "FoalTS integration of Mongoose",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"mongoose": "^5.4.9"
},
"devDependencies": {
"@foal/core": "^0.8.0",
"@foal/core": "^0.8.1",
"@types/mocha": "^2.2.43",
"@types/node": "^10.5.6",
"copy": "^0.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/typeorm",
"version": "0.8.0",
"version": "0.8.1",
"description": "FoalTS integration of TypeORM",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^0.8.0"
"@foal/core": "^0.8.1"
},
"peerDependencies": {
"typeorm": "^0.2.6"
Expand Down

0 comments on commit 98e1573

Please sign in to comment.