Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 4, 2020
1 parent 093898a commit c3ae131
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/framework-core",
"packages/cli"
],
"version": "0.1.1",
"version": "0.1.2",
"npmClient": "yarn",
"useWorkspaces": true
}
10 changes: 5 additions & 5 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.1",
"version": "0.1.2",
"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.1",
"@boostercloud/framework-types": "^0.1.1",
"@boostercloud/framework-core": "^0.1.2",
"@boostercloud/framework-types": "^0.1.2",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
Expand All @@ -36,8 +36,8 @@
"@types/fs-extra": "^8.0.0",
"@types/inquirer": "^6.5.0",
"@types/mustache": "^0.8.32",
"rewire": "^4.0.1",
"@types/rewire": "^2.5.28"
"@types/rewire": "^2.5.28",
"rewire": "^4.0.1"
},
"engines": {
"node": ">=8.0.0"
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.1",
"version": "0.1.2",
"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.1",
"@boostercloud/framework-types": "^0.1.1",
"@boostercloud/framework-provider-aws": "^0.1.2",
"@boostercloud/framework-types": "^0.1.2",
"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.1",
"version": "0.1.2",
"description": "Handle the Booster deployment process to AWS",
"keywords": [
"framework-provider-aws"
Expand All @@ -27,7 +27,7 @@
"@aws-cdk/aws-kinesis": "^1.17.1",
"@aws-cdk/aws-lambda": "^1.17.1",
"@aws-cdk/aws-lambda-event-sources": "^1.17.1",
"@boostercloud/framework-types": "^0.1.1",
"@boostercloud/framework-types": "^0.1.2",
"aws-cdk": "^1.17.1",
"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.1",
"version": "0.1.2",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"framework-types"
Expand Down

0 comments on commit c3ae131

Please sign in to comment.