Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 27, 2020
1 parent 8814f82 commit 963fa5a
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/cli",
"packages/framework-integration-tests"
],
"version": "0.2.7",
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 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.2.7",
"version": "0.3.0",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"publishConfig": {
Expand All @@ -12,9 +12,9 @@
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-core": "^0.2.7",
"@boostercloud/framework-provider-local-infrastructure": "^0.2.7",
"@boostercloud/framework-types": "^0.2.7",
"@boostercloud/framework-core": "^0.3.0",
"@boostercloud/framework-provider-local-infrastructure": "^0.3.0",
"@boostercloud/framework-types": "^0.3.0",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
Expand Down
8 changes: 4 additions & 4 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.2.7",
"version": "0.3.0",
"description": "Library for your Booster apps",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
Expand Down Expand Up @@ -28,14 +28,14 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-types": "^0.2.7",
"@boostercloud/framework-types": "^0.3.0",
"fp-ts": "^2.0.3",
"graphql": "^15.0.0-rc.2",
"graphql-subscriptions": "^1.1.0",
"graphql-type-json": "^0.3.1",
"inflection": "^1.12.0",
"reflect-metadata": "^0.1",
"iterall": "^1.3.0"
"iterall": "^1.3.0",
"reflect-metadata": "^0.1"
},
"devDependencies": {
"@types/graphql-type-json": "^0.3.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/framework-integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostercloud/framework-integration-tests",
"description": "Example project for Booster",
"version": "0.2.7",
"version": "0.3.0",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"private": true,
Expand All @@ -10,15 +10,15 @@
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-core": "^0.2.7",
"@boostercloud/framework-provider-aws": "^0.2.7",
"@boostercloud/framework-provider-local": "^0.2.7",
"@boostercloud/framework-core": "^0.3.0",
"@boostercloud/framework-provider-aws": "^0.3.0",
"@boostercloud/framework-provider-local": "^0.3.0",
"aws-sdk": "^2.656.0",
"typescript": "^3.8.3"
},
"devDependencies": {
"@boostercloud/framework-provider-aws-infrastructure": "^0.2.7",
"@boostercloud/framework-provider-local-infrastructure": "^0.2.7",
"@boostercloud/framework-provider-aws-infrastructure": "^0.3.0",
"@boostercloud/framework-provider-local-infrastructure": "^0.3.0",
"@types/aws-lambda": "^8.10.48"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-provider-aws-infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-aws-infrastructure",
"version": "0.2.7",
"version": "0.3.0",
"description": "Handle the Booster deployment process to AWS",
"keywords": [
"framework-provider-aws-infrastructure"
Expand Down Expand Up @@ -28,8 +28,8 @@
"@aws-cdk/aws-kinesis": "1.26.0",
"@aws-cdk/aws-lambda": "1.26.0",
"@aws-cdk/aws-lambda-event-sources": "1.26.0",
"@boostercloud/framework-provider-aws": "^0.2.7",
"@boostercloud/framework-types": "^0.2.7",
"@boostercloud/framework-provider-aws": "^0.3.0",
"@boostercloud/framework-types": "^0.3.0",
"aws-cdk": "1.26.0"
},
"scripts": {
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.2.7",
"version": "0.3.0",
"description": "Handle Booster's integration with AWS",
"keywords": [
"framework-provider-aws"
Expand All @@ -20,7 +20,7 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-types": "^0.2.7",
"@boostercloud/framework-types": "^0.3.0",
"aws-sdk": "^2.656.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/framework-provider-local-infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-local-infrastructure",
"version": "0.2.7",
"version": "0.3.0",
"description": "Handle the Booster running process of the local runtime",
"keywords": [
"framework-provider-local-infrastructure"
Expand All @@ -20,9 +20,9 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-core": "^0.2.7",
"@boostercloud/framework-provider-local": "^0.2.7",
"@boostercloud/framework-types": "^0.2.7",
"@boostercloud/framework-core": "^0.3.0",
"@boostercloud/framework-provider-local": "^0.3.0",
"@boostercloud/framework-types": "^0.3.0",
"express": "^4.17.1",
"nedb": "^1.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-provider-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-local",
"version": "0.2.7",
"version": "0.3.0",
"description": "Debug your Booster projects locally",
"keywords": [
"framework-provider-aws"
Expand All @@ -20,7 +20,7 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-types": "^0.2.7"
"@boostercloud/framework-types": "^0.3.0"
},
"scripts": {
"lint": "eslint --ext '.js,.ts' **/*.ts",
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.2.7",
"version": "0.3.0",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"framework-types"
Expand Down

0 comments on commit 963fa5a

Please sign in to comment.