Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 13, 2020
1 parent c89f733 commit cdd5e98
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"packages/framework-provider-aws",
"packages/framework-core",
"packages/cli"
],
"version": "0.1.3",
],
"version": "0.1.4",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostercloud/cli",
"description": "CLI of the Booster Cloud Framework, the next level of abstraction for cloud-native applications",
"version": "0.1.3",
"version": "0.1.4",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-core": "^0.1.3",
"@boostercloud/framework-types": "^0.1.3",
"@boostercloud/framework-core": "^0.1.4",
"@boostercloud/framework-types": "^0.1.4",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-core",
"version": "0.1.3",
"version": "0.1.4",
"description": "Library for your Booster apps",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
Expand Down Expand Up @@ -28,8 +28,8 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-provider-aws": "^0.1.3",
"@boostercloud/framework-types": "^0.1.3",
"@boostercloud/framework-provider-aws": "^0.1.4",
"@boostercloud/framework-types": "^0.1.4",
"fp-ts": "^2.0.3",
"reflect-metadata": "^0.1",
"uuid": "^3.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-provider-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-aws",
"version": "0.1.3",
"version": "0.1.4",
"description": "Handle the Booster deployment process to AWS",
"keywords": [
"framework-provider-aws"
Expand All @@ -27,7 +27,7 @@
"@aws-cdk/aws-kinesis": "^1.22.0",
"@aws-cdk/aws-lambda": "^1.22.0",
"@aws-cdk/aws-lambda-event-sources": "^1.22.0",
"@boostercloud/framework-types": "^0.1.3",
"@boostercloud/framework-types": "^0.1.4",
"aws-cdk": "^1.22.0",
"aws-sdk": "^2.514.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-types",
"version": "0.1.3",
"version": "0.1.4",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"framework-types"
Expand Down

0 comments on commit cdd5e98

Please sign in to comment.