Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Nov 11, 2018
1 parent 52cdc5d commit 86a09e9
Show file tree
Hide file tree
Showing 6 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.6.1"
"version": "0.6.2"
}
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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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 @@ -88,7 +88,7 @@
"typeorm": "^0.2.6"
},
"devDependencies": {
"@foal/ejs": "^0.6.1",
"@foal/ejs": "^0.6.2",
"@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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1",
"@foal/ejs": "^0.6.1",
"@foal/core": "^0.6.2",
"@foal/ejs": "^0.6.2",
"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.1",
"@foal/cli": "^0.6.2",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.1",
"concurrently": "^3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/password",
"version": "0.6.1",
"version": "0.6.2",
"description": "Password utilities for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 86a09e9

Please sign in to comment.