Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Feb 16, 2019
1 parent 04d0d4f commit ab43c2f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.7.7"
"version": "0.8.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/cli",
"version": "0.7.7",
"version": "0.8.0",
"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
@@ -1,6 +1,6 @@
{
"name": "@foal/core",
"version": "0.7.7",
"version": "0.8.0",
"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 @@
"reflect-metadata": "^0.1.10"
},
"devDependencies": {
"@foal/ejs": "^0.7.3",
"@foal/ejs": "^0.8.0",
"@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
@@ -1,6 +1,6 @@
{
"name": "@foal/ejs",
"version": "0.7.3",
"version": "0.8.0",
"description": "EJS template package for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/examples",
"version": "0.7.7",
"version": "0.8.0",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" lib",
Expand Down Expand Up @@ -40,17 +40,17 @@
},
"license": "MIT",
"dependencies": {
"@foal/core": "^0.7.7",
"@foal/ejs": "^0.7.3",
"@foal/typeorm": "^0.7.7",
"@foal/core": "^0.8.0",
"@foal/ejs": "^0.8.0",
"@foal/typeorm": "^0.8.0",
"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.7.7",
"@foal/cli": "^0.8.0",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.1",
"concurrently": "^3.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/jwt/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/jwt",
"version": "0.7.7",
"version": "0.8.0",
"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.7.7",
"@foal/core": "^0.8.0",
"@types/jsonwebtoken": "^8.3.0",
"jsonwebtoken": "^8.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mongoose/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/mongoose",
"version": "0.7.6",
"version": "0.8.0",
"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.7.3",
"@foal/core": "^0.8.0",
"@types/mocha": "^2.2.43",
"@types/node": "^10.5.6",
"copy": "^0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/password/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/password",
"version": "0.7.3",
"version": "0.8.0",
"description": "Password utilities for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/typeorm/package.json
@@ -1,6 +1,6 @@
{
"name": "@foal/typeorm",
"version": "0.7.7",
"version": "0.8.0",
"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.7.7"
"@foal/core": "^0.8.0"
},
"peerDependencies": {
"typeorm": "^0.2.6"
Expand Down

0 comments on commit ab43c2f

Please sign in to comment.