diff --git a/common/changes/@boostercloud/framework-core/integration-1200_2022-11-15-20-22.json b/common/changes/@boostercloud/framework-core/integration-1200_2022-11-15-20-22.json deleted file mode 100644 index 7d15c4380..000000000 --- a/common/changes/@boostercloud/framework-core/integration-1200_2022-11-15-20-22.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "Fix BEM events processing", - "type": "minor", - "packageName": "@boostercloud/framework-core" - } - ], - "packageName": "@boostercloud/framework-core", - "email": "javier@booster.cloud" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index ce0d40ca5..cacf53361 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -103,6 +103,6 @@ "definitionName": "lockStepVersion", "policyName": "booster", "mainProject": "@boostercloud/framework-core", - "version": "1.0.2" + "version": "1.1.0" } ] diff --git a/packages/application-tester/package.json b/packages/application-tester/package.json index fd80567e3..629f6970e 100644 --- a/packages/application-tester/package.json +++ b/packages/application-tester/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/application-tester", - "version": "1.0.2", + "version": "1.1.0", "description": "Contains Booster types related to the information extracted from the user project", "keywords": [ "application-tester" @@ -32,7 +32,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "dependencies": { - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-types": "workspace:^1.1.0", "apollo-cache-inmemory": "1.6.6", "apollo-client": "2.6.10", "apollo-link": "1.2.14", diff --git a/packages/cli/package.json b/packages/cli/package.json index 00f19dd11..156116370 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": "1.0.2", + "version": "1.1.0", "author": "Booster Cloud", "homepage": "https://booster.cloud", "publishConfig": { @@ -12,8 +12,8 @@ }, "bugs": "https://github.com/boostercloud/booster/issues", "dependencies": { - "@boostercloud/framework-core": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-core": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "@oclif/command": "^1.8", "@oclif/config": "^1.18", "@oclif/errors": "^1.3", @@ -34,7 +34,7 @@ }, "devDependencies": { "@boostercloud/eslint-config": "workspace:^1.0.0", - "@boostercloud/application-tester": "workspace:^1.0.2", + "@boostercloud/application-tester": "workspace:^1.1.0", "@oclif/dev-cli": "^1.26", "@oclif/test": "^2.1", "@types/chai": "4.2.18", diff --git a/packages/framework-common-helpers/package.json b/packages/framework-common-helpers/package.json index 1278eeb07..c9f828dcb 100644 --- a/packages/framework-common-helpers/package.json +++ b/packages/framework-common-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-common-helpers", - "version": "1.0.2", + "version": "1.1.0", "description": "Contains Booster common helpers used by the core and provider packages", "keywords": [ "framework-common-helpers" @@ -33,7 +33,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "dependencies": { - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-types": "workspace:^1.1.0", "child-process-promise": "^2.2.1", "tslib": "^2.4.0", "@effect-ts/core": "^0.60.4" diff --git a/packages/framework-core/CHANGELOG.json b/packages/framework-core/CHANGELOG.json index 98982c8bf..c710a41f1 100644 --- a/packages/framework-core/CHANGELOG.json +++ b/packages/framework-core/CHANGELOG.json @@ -1,6 +1,31 @@ { "name": "@boostercloud/framework-core", "entries": [ + { + "version": "1.1.0", + "tag": "@boostercloud/framework-core_v1.1.0", + "date": "Thu, 17 Nov 2022 15:58:44 GMT", + "comments": { + "minor": [ + { + "comment": "Fix BEM events processing", + "author": "Javier Toledo ", + "commit": "d2f94da3f717cc4a5f180b121a7a245d36bb5774" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@boostercloud/framework-common-helpers\" from `^1.0.2` to `^1.1.0`" + }, + { + "comment": "Updating dependency \"@boostercloud/framework-types\" from `^1.0.2` to `^1.1.0`" + }, + { + "comment": "Updating dependency \"@boostercloud/metadata-booster\" from `^1.0.2` to `^1.1.0`" + } + ] + } + }, { "version": "1.0.2", "tag": "@boostercloud/framework-core_v1.0.2", diff --git a/packages/framework-core/CHANGELOG.md b/packages/framework-core/CHANGELOG.md index 76c34a01f..6edd5f78c 100644 --- a/packages/framework-core/CHANGELOG.md +++ b/packages/framework-core/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @boostercloud/framework-core -This log was last generated on Fri, 11 Nov 2022 00:15:47 GMT and should not be manually modified. +This log was last generated on Thu, 17 Nov 2022 15:58:44 GMT and should not be manually modified. + +## 1.1.0 +Thu, 17 Nov 2022 15:58:44 GMT + +### Minor changes + +- Fix BEM events processing ## 1.0.2 Fri, 11 Nov 2022 00:15:47 GMT diff --git a/packages/framework-core/package.json b/packages/framework-core/package.json index df6b3e812..caab3b0e2 100644 --- a/packages/framework-core/package.json +++ b/packages/framework-core/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-core", - "version": "1.0.2", + "version": "1.1.0", "description": "Library for your Booster apps", "author": "Booster Cloud", "homepage": "https://booster.cloud", @@ -30,8 +30,8 @@ "url": "https://github.com/boostercloud/booster/issues" }, "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "fp-ts": "^2.11.0", "graphql": "^15.5.1", "graphql-scalars": "^1.17.0", @@ -46,7 +46,7 @@ "@effect-ts/core": "^0.60.4" }, "devDependencies": { - "@boostercloud/metadata-booster": "workspace:^1.0.2", + "@boostercloud/metadata-booster": "workspace:^1.1.0", "@boostercloud/eslint-config": "workspace:^1.0.0", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", diff --git a/packages/framework-integration-tests/package.json b/packages/framework-integration-tests/package.json index a00f349cc..e51dbbf27 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": "1.0.2", + "version": "1.1.0", "author": "Booster Cloud", "homepage": "https://booster.cloud", "publishConfig": { @@ -9,13 +9,13 @@ }, "bugs": "https://github.com/boostercloud/booster/issues", "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-core": "workspace:^1.0.2", - "@boostercloud/framework-provider-aws": "workspace:^1.0.2", - "@boostercloud/framework-provider-azure": "workspace:^1.0.2", - "@boostercloud/framework-provider-kubernetes": "workspace:^1.0.2", - "@boostercloud/framework-provider-local": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-core": "workspace:^1.1.0", + "@boostercloud/framework-provider-aws": "workspace:^1.1.0", + "@boostercloud/framework-provider-azure": "workspace:^1.1.0", + "@boostercloud/framework-provider-kubernetes": "workspace:^1.1.0", + "@boostercloud/framework-provider-local": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "aws-sdk": "2.853.0", "graphql": "^15.5.1", "tslib": "^2.4.0", @@ -23,13 +23,13 @@ }, "devDependencies": { "@boostercloud/eslint-config": "workspace:^1.0.0", - "@boostercloud/application-tester": "workspace:^1.0.2", - "@boostercloud/cli": "workspace:^1.0.2", - "@boostercloud/framework-provider-aws-infrastructure": "workspace:^1.0.2", - "@boostercloud/framework-provider-azure-infrastructure": "workspace:^1.0.2", - "@boostercloud/framework-provider-kubernetes-infrastructure": "workspace:^1.0.2", - "@boostercloud/framework-provider-local-infrastructure": "workspace:^1.0.2", - "@boostercloud/metadata-booster": "workspace:^1.0.2", + "@boostercloud/application-tester": "workspace:^1.1.0", + "@boostercloud/cli": "workspace:^1.1.0", + "@boostercloud/framework-provider-aws-infrastructure": "workspace:^1.1.0", + "@boostercloud/framework-provider-azure-infrastructure": "workspace:^1.1.0", + "@boostercloud/framework-provider-kubernetes-infrastructure": "workspace:^1.1.0", + "@boostercloud/framework-provider-local-infrastructure": "workspace:^1.1.0", + "@boostercloud/metadata-booster": "workspace:^1.1.0", "@kubernetes/client-node": "^0.17.0", "@types/aws-lambda": "8.10.48", "@types/chai": "4.2.18", diff --git a/packages/framework-provider-aws-infrastructure/package.json b/packages/framework-provider-aws-infrastructure/package.json index 28d2600b2..6b74535e1 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": "1.0.2", + "version": "1.1.0", "description": "Handle the Booster deployment process to AWS", "keywords": [ "framework-provider-aws-infrastructure" @@ -37,9 +37,9 @@ "@aws-cdk/aws-s3-deployment": "^1.170.0", "@aws-cdk/core": "^1.170.0", "@aws-cdk/cx-api": "^1.170.0", - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-provider-aws": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-provider-aws": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "constructs": "^3.3.69", "aws-cdk": "^1.170.0", "aws-sdk": "2.853.0", diff --git a/packages/framework-provider-aws/package.json b/packages/framework-provider-aws/package.json index 8882223d9..7833d53a7 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": "1.0.2", + "version": "1.1.0", "description": "Handle Booster's integration with AWS", "keywords": [ "framework-provider-aws" @@ -20,8 +20,8 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "tslib": "^2.4.0", "@effect-ts/core": "^0.60.4" }, diff --git a/packages/framework-provider-azure-infrastructure/package.json b/packages/framework-provider-azure-infrastructure/package.json index 6630fd352..df6e7e4e9 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": "1.0.2", + "version": "1.1.0", "description": "Handle the Booster deployment process to Azure", "keywords": [ "framework-provider-azure-infrastructure" @@ -22,10 +22,10 @@ "dependencies": { "@azure/arm-appservice": "^13.0.0", "@azure/cosmos": "^3.17.0", - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-core": "workspace:^1.0.2", - "@boostercloud/framework-provider-azure": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-core": "workspace:^1.1.0", + "@boostercloud/framework-provider-azure": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "@cdktf/provider-azurerm": "^0.2.179", "@types/archiver": "5.1.0", "@types/needle": "^2.0.4", diff --git a/packages/framework-provider-azure/package.json b/packages/framework-provider-azure/package.json index 0922f3dab..03e2d7ea5 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": "1.0.2", + "version": "1.1.0", "description": "Handle Booster's integration with Azure", "keywords": [ "framework-provider-azure" @@ -23,8 +23,8 @@ "@azure/cosmos": "^3.17.0", "@azure/functions": "^1.2.2", "@azure/identity": "~2.1.0", - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "tslib": "^2.4.0", "@effect-ts/core": "^0.60.4" }, diff --git a/packages/framework-provider-kubernetes-infrastructure/package.json b/packages/framework-provider-kubernetes-infrastructure/package.json index 021cb9cb9..28274e106 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": "1.0.2", + "version": "1.1.0", "description": "Handle Booster's integration with Kubernetes", "keywords": [ "framework-provider-kubernetes-infrastructure" @@ -21,7 +21,7 @@ }, "dependencies": { "@boostercloud/eslint-config": "workspace:^1.0.0", - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", "@kubernetes/client-node": "^0.17.0", "archiver": "5.3.0", "body-parser": "^1.18.3", @@ -50,7 +50,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "devDependencies": { - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-types": "workspace:^1.1.0", "@types/archiver": "5.1.0", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", diff --git a/packages/framework-provider-kubernetes/package.json b/packages/framework-provider-kubernetes/package.json index bc02bc8f0..57475caa1 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": "1.0.2", + "version": "1.1.0", "description": "Handle Booster's integration with Kubernetes", "keywords": [ "framework-provider-kubernetes" @@ -20,8 +20,8 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "body-parser": "^1.18.3", "cors": "2.8.5", "express": "^4.17.1", diff --git a/packages/framework-provider-local-infrastructure/package.json b/packages/framework-provider-local-infrastructure/package.json index 22a6f80c0..09b7a0657 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": "1.0.2", + "version": "1.1.0", "description": "Handle the Booster running process of the local runtime", "keywords": [ "framework-provider-local-infrastructure" @@ -20,9 +20,9 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-provider-local": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-provider-local": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "cors": "2.8.5", "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 93bcbc051..64ecca43a 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": "1.0.2", + "version": "1.1.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-common-helpers": "workspace:^1.0.2", - "@boostercloud/framework-types": "workspace:^1.0.2", + "@boostercloud/framework-common-helpers": "workspace:^1.1.0", + "@boostercloud/framework-types": "workspace:^1.1.0", "@types/nedb": "^1.8.12", "nedb": "^1.8.0", "tslib": "^2.4.0", diff --git a/packages/framework-types/package.json b/packages/framework-types/package.json index 65baa4398..e304bd343 100644 --- a/packages/framework-types/package.json +++ b/packages/framework-types/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-types", - "version": "1.0.2", + "version": "1.1.0", "description": "Contains Booster types related to the information extracted from the user project", "keywords": [ "framework-types" @@ -42,7 +42,7 @@ }, "devDependencies": { "@boostercloud/eslint-config": "workspace:^1.0.0", - "@boostercloud/metadata-booster": "workspace:^1.0.2", + "@boostercloud/metadata-booster": "workspace:^1.1.0", "@types/chai": "4.2.18", "@types/chai-as-promised": "7.1.4", "@types/mocha": "8.2.2", diff --git a/packages/metadata-booster/package.json b/packages/metadata-booster/package.json index 919811f90..1c441ec29 100644 --- a/packages/metadata-booster/package.json +++ b/packages/metadata-booster/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/metadata-booster", - "version": "1.0.2", + "version": "1.1.0", "description": "Emits detailed metadata of your types. You can then get it in runtime to deal with schema-aware operation, like defining GraphQL schemas, ORM operations, etc.", "repository": "https://github.com/boostercloud/booster.git", "keywords": [