Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilfors committed Jan 21, 2019
1 parent fff748a commit 8d21429
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 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.16.0"
"version": "0.17.0"
}
4 changes: 2 additions & 2 deletions packages/laconia-acceptance-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@laconia/acceptance-test",
"version": "0.16.0",
"version": "0.17.0",
"description": "",
"keywords": [
"aws",
Expand Down Expand Up @@ -31,7 +31,7 @@
"remove:8": "AWS_REGION=eu-west-1 NODE_RUNTIME=nodejs8.10 NODE_VERSION=node8 sls remove"
},
"dependencies": {
"@laconia/api": "^0.16.0",
"@laconia/api": "^0.17.0",
"@laconia/batch": "^0.16.0",
"@laconia/config": "^0.16.0",
"@laconia/core": "^0.16.0",
Expand Down
13 changes: 10 additions & 3 deletions packages/laconia-api/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "@laconia/api",
"version": "0.16.0",
"version": "0.17.0",
"description": "Adapts API Gateway events into your application input",
"keywords": ["aws", "lambda", "laconia", "serverless"],
"keywords": [
"aws",
"lambda",
"laconia",
"serverless"
],
"homepage": "https://github.com/ceilfors/laconia",
"bugs": {
"url": "https://github.com/ceilfors/laconia/issues"
},
"license": "Apache-2.0",
"author": "Wisen Tanasa <wisen@ceilfors.com>",
"files": ["src"],
"files": [
"src"
],
"main": "src/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8d21429

Please sign in to comment.