From fbfea582ddbd19f7befe121b3a9aa8d7b51569b7 Mon Sep 17 00:00:00 2001 From: GITHUBACTION Date: Wed, 7 Oct 2020 13:16:54 +0000 Subject: [PATCH] v0.8.0 --- lerna.json | 2 +- packages/cli/package.json | 6 +++--- packages/framework-core/package.json | 4 ++-- packages/framework-integration-tests/package.json | 14 +++++++------- .../package.json | 6 +++--- packages/framework-provider-aws/package.json | 4 ++-- .../package.json | 6 +++--- packages/framework-provider-azure/package.json | 4 ++-- .../package.json | 4 ++-- .../framework-provider-kubernetes/package.json | 4 ++-- .../package.json | 6 +++--- packages/framework-provider-local/package.json | 6 +++--- packages/framework-types/package.json | 2 +- 13 files changed, 34 insertions(+), 34 deletions(-) diff --git a/lerna.json b/lerna.json index 586adb220..2535e23f6 100644 --- a/lerna.json +++ b/lerna.json @@ -13,7 +13,7 @@ "packages/cli", "packages/framework-integration-tests" ], - "version": "0.7.1", + "version": "0.8.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/cli/package.json b/packages/cli/package.json index 0785b8e7d..8c57969b4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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.7.1", + "version": "0.8.0", "author": "Booster Cloud", "homepage": "https://booster.cloud", "publishConfig": { @@ -12,8 +12,8 @@ }, "bugs": "https://github.com/boostercloud/booster/issues", "dependencies": { - "@boostercloud/framework-core": "^0.7.1", - "@boostercloud/framework-types": "^0.7.1", + "@boostercloud/framework-core": "^0.8.0", + "@boostercloud/framework-types": "^0.8.0", "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^2", diff --git a/packages/framework-core/package.json b/packages/framework-core/package.json index 00cf5808e..fab009c0b 100644 --- a/packages/framework-core/package.json +++ b/packages/framework-core/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-core", - "version": "0.7.1", + "version": "0.8.0", "description": "Library for your Booster apps", "author": "Booster Cloud", "homepage": "https://booster.cloud", @@ -28,7 +28,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "dependencies": { - "@boostercloud/framework-types": "^0.7.1", + "@boostercloud/framework-types": "^0.8.0", "fp-ts": "^2.0.3", "graphql": "^15.0.0", "graphql-subscriptions": "^1.1.0", diff --git a/packages/framework-integration-tests/package.json b/packages/framework-integration-tests/package.json index b54c170c6..274c1ec57 100644 --- a/packages/framework-integration-tests/package.json +++ b/packages/framework-integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "@boostercloud/framework-integration-tests", "description": "Example project for Booster", - "version": "0.7.1", + "version": "0.8.0", "author": "Booster Cloud", "homepage": "https://booster.cloud", "private": true, @@ -10,14 +10,14 @@ }, "bugs": "https://github.com/boostercloud/booster/issues", "dependencies": { - "@boostercloud/framework-core": "^0.7.1", - "@boostercloud/framework-provider-aws": "^0.7.1", - "@boostercloud/framework-provider-local": "^0.7.1", - "@boostercloud/framework-types": "^0.7.1" + "@boostercloud/framework-core": "^0.8.0", + "@boostercloud/framework-provider-aws": "^0.8.0", + "@boostercloud/framework-provider-local": "^0.8.0", + "@boostercloud/framework-types": "^0.8.0" }, "devDependencies": { - "@boostercloud/framework-provider-aws-infrastructure": "^0.7.1", - "@boostercloud/framework-provider-local-infrastructure": "^0.7.1", + "@boostercloud/framework-provider-aws-infrastructure": "^0.8.0", + "@boostercloud/framework-provider-local-infrastructure": "^0.8.0", "@types/aws-lambda": "^8.10.48", "@types/faker": "^4.1.12", "@types/ws": "^7.2.4", diff --git a/packages/framework-provider-aws-infrastructure/package.json b/packages/framework-provider-aws-infrastructure/package.json index 99791d1ae..e28cd7f33 100644 --- a/packages/framework-provider-aws-infrastructure/package.json +++ b/packages/framework-provider-aws-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-aws-infrastructure", - "version": "0.7.1", + "version": "0.8.0", "description": "Handle the Booster deployment process to AWS", "keywords": [ "framework-provider-aws-infrastructure" @@ -30,8 +30,8 @@ "@aws-cdk/aws-lambda-event-sources": "1.26.0", "@aws-cdk/aws-s3": "1.26.0", "@aws-cdk/aws-s3-deployment": "1.26.0", - "@boostercloud/framework-provider-aws": "^0.7.1", - "@boostercloud/framework-types": "^0.7.1", + "@boostercloud/framework-provider-aws": "^0.8.0", + "@boostercloud/framework-types": "^0.8.0", "aws-cdk": "1.26.0", "colors": "^1.4.0" }, diff --git a/packages/framework-provider-aws/package.json b/packages/framework-provider-aws/package.json index 66dc459a4..a93fdf3cd 100644 --- a/packages/framework-provider-aws/package.json +++ b/packages/framework-provider-aws/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-aws", - "version": "0.7.1", + "version": "0.8.0", "description": "Handle Booster's integration with AWS", "keywords": [ "framework-provider-aws" @@ -20,7 +20,7 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-types": "^0.7.1" + "@boostercloud/framework-types": "^0.8.0" }, "scripts": { "lint": "eslint --ext '.js,.ts' **/*.ts", diff --git a/packages/framework-provider-azure-infrastructure/package.json b/packages/framework-provider-azure-infrastructure/package.json index fa51ccbb0..bce91eccf 100644 --- a/packages/framework-provider-azure-infrastructure/package.json +++ b/packages/framework-provider-azure-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-azure-infrastructure", - "version": "0.7.1", + "version": "0.8.0", "description": "Handle the Booster deployment process to Azure", "keywords": [ "framework-provider-azure-infrastructure" @@ -22,8 +22,8 @@ "dependencies": { "@azure/arm-appservice": "^6.0.0", "@azure/cosmos": "^3.7.3", - "@boostercloud/framework-provider-azure": "^0.7.1", - "@boostercloud/framework-types": "^0.7.1", + "@boostercloud/framework-provider-azure": "^0.8.0", + "@boostercloud/framework-types": "^0.8.0", "@types/archiver": "^3.1.0", "@types/needle": "^2.0.4", "archiver": "^4.0.1", diff --git a/packages/framework-provider-azure/package.json b/packages/framework-provider-azure/package.json index 6409c484c..160ea36f6 100644 --- a/packages/framework-provider-azure/package.json +++ b/packages/framework-provider-azure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-azure", - "version": "0.7.1", + "version": "0.8.0", "description": "Handle Booster's integration with Azure", "keywords": [ "framework-provider-azure" @@ -22,7 +22,7 @@ "dependencies": { "@azure/cosmos": "^3.7.2", "@azure/functions": "^1.2.2", - "@boostercloud/framework-types": "^0.7.1" + "@boostercloud/framework-types": "^0.8.0" }, "scripts": { "lint": "eslint --ext '.js,.ts' **/*.ts", diff --git a/packages/framework-provider-kubernetes-infrastructure/package.json b/packages/framework-provider-kubernetes-infrastructure/package.json index b1c0be23c..9fa1c8eb6 100644 --- a/packages/framework-provider-kubernetes-infrastructure/package.json +++ b/packages/framework-provider-kubernetes-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-kubernetes-infrastructure", - "version": "0.7.1", + "version": "0.8.0", "description": "Handle Booster's integration with Kubernetes", "keywords": [ "framework-provider-kubernetes-infrastructure" @@ -38,7 +38,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "devDependencies": { - "@boostercloud/framework-types": "^0.7.1", + "@boostercloud/framework-types": "^0.8.0", "@kubernetes/client-node": "^0.12.0", "@types/archiver": "^3.1.0", "@types/cors": "^2.8.7", diff --git a/packages/framework-provider-kubernetes/package.json b/packages/framework-provider-kubernetes/package.json index af965d313..331b4e49e 100644 --- a/packages/framework-provider-kubernetes/package.json +++ b/packages/framework-provider-kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-kubernetes", - "version": "0.7.1", + "version": "0.8.0", "description": "Handle Booster's integration with Kubernetes", "keywords": [ "framework-provider-kubernetes" @@ -20,7 +20,7 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-types": "^0.7.1" + "@boostercloud/framework-types": "^0.8.0" }, "scripts": { "lint": "eslint --ext '.js,.ts' **/*.ts", diff --git a/packages/framework-provider-local-infrastructure/package.json b/packages/framework-provider-local-infrastructure/package.json index bda94135d..81894dd2b 100644 --- a/packages/framework-provider-local-infrastructure/package.json +++ b/packages/framework-provider-local-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-local-infrastructure", - "version": "0.7.1", + "version": "0.8.0", "description": "Handle the Booster running process of the local runtime", "keywords": [ "framework-provider-local-infrastructure" @@ -20,8 +20,8 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-provider-local": "^0.7.1", - "@boostercloud/framework-types": "^0.7.1", + "@boostercloud/framework-provider-local": "^0.8.0", + "@boostercloud/framework-types": "^0.8.0", "express": "^4.17.1", "nedb": "^1.8.0" }, diff --git a/packages/framework-provider-local/package.json b/packages/framework-provider-local/package.json index c40da9543..af315f1d7 100644 --- a/packages/framework-provider-local/package.json +++ b/packages/framework-provider-local/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-local", - "version": "0.7.1", + "version": "0.8.0", "description": "Debug your Booster projects locally", "keywords": [ "framework-provider-aws" @@ -20,8 +20,8 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-core": "^0.7.1", - "@boostercloud/framework-types": "^0.7.1" + "@boostercloud/framework-core": "^0.8.0", + "@boostercloud/framework-types": "^0.8.0" }, "scripts": { "lint": "eslint --ext '.js,.ts' **/*.ts", diff --git a/packages/framework-types/package.json b/packages/framework-types/package.json index 9a162b654..a3ae561eb 100644 --- a/packages/framework-types/package.json +++ b/packages/framework-types/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-types", - "version": "0.7.1", + "version": "0.8.0", "description": "Contains Booster types related to the information extracted from the user project", "keywords": [ "framework-types"