Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 10, 2022
1 parent 3789f91 commit bcad4f1
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
"policyName": "booster",
"nextBump": "patch",
"mainProject": "@boostercloud/framework-core",
"version": "1.0.0"
"version": "1.0.1"
}
]
4 changes: 2 additions & 2 deletions packages/application-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/application-tester",
"version": "1.0.0",
"version": "1.0.1",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"application-tester"
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.1",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link": "1.2.14",
Expand Down
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": "1.0.0",
"version": "1.0.1",
"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": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-core": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"@oclif/command": "^1.8",
"@oclif/config": "^1.18",
"@oclif/errors": "^1.3",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.0.0",
"@boostercloud/application-tester": "workspace:^1.0.0",
"@boostercloud/application-tester": "workspace:^1.0.1",
"@oclif/dev-cli": "^1.26",
"@oclif/test": "^2.1",
"@types/chai": "4.2.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-common-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-common-helpers",
"version": "1.0.0",
"version": "1.0.1",
"description": "Contains Booster common helpers used by the core and provider packages",
"keywords": [
"framework-common-helpers"
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.1",
"child-process-promise": "^2.2.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
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": "1.0.0",
"version": "1.0.1",
"description": "Library for your Booster apps",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
Expand Down Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"fp-ts": "^2.11.0",
"graphql": "^15.5.1",
"graphql-scalars": "^1.17.0",
Expand All @@ -46,7 +46,7 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/metadata-booster": "workspace:^1.0.0",
"@boostercloud/metadata-booster": "workspace:^1.0.1",
"@boostercloud/eslint-config": "workspace:^1.0.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
Expand Down
28 changes: 14 additions & 14 deletions packages/framework-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^1.0.0",
"@boostercloud/framework-core": "workspace:^1.0.0",
"@boostercloud/framework-provider-aws": "workspace:^1.0.0",
"@boostercloud/framework-provider-azure": "workspace:^1.0.0",
"@boostercloud/framework-provider-kubernetes": "workspace:^1.0.0",
"@boostercloud/framework-provider-local": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-core": "workspace:^1.0.1",
"@boostercloud/framework-provider-aws": "workspace:^1.0.1",
"@boostercloud/framework-provider-azure": "workspace:^1.0.1",
"@boostercloud/framework-provider-kubernetes": "workspace:^1.0.1",
"@boostercloud/framework-provider-local": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"aws-sdk": "2.853.0",
"graphql": "^15.5.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.0.0",
"@boostercloud/application-tester": "workspace:^1.0.0",
"@boostercloud/cli": "workspace:^1.0.0",
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^1.0.0",
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^1.0.0",
"@boostercloud/framework-provider-kubernetes-infrastructure": "workspace:^1.0.0",
"@boostercloud/framework-provider-local-infrastructure": "workspace:^1.0.0",
"@boostercloud/metadata-booster": "workspace:^1.0.0",
"@boostercloud/application-tester": "workspace:^1.0.1",
"@boostercloud/cli": "workspace:^1.0.1",
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^1.0.1",
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^1.0.1",
"@boostercloud/framework-provider-kubernetes-infrastructure": "workspace:^1.0.1",
"@boostercloud/framework-provider-local-infrastructure": "workspace:^1.0.1",
"@boostercloud/metadata-booster": "workspace:^1.0.1",
"@kubernetes/client-node": "^0.17.0",
"@types/aws-lambda": "8.10.48",
"@types/chai": "4.2.18",
Expand Down
8 changes: 4 additions & 4 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": "1.0.0",
"version": "1.0.1",
"description": "Handle the Booster deployment process to AWS",
"keywords": [
"framework-provider-aws-infrastructure"
Expand Down Expand Up @@ -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.0",
"@boostercloud/framework-provider-aws": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-provider-aws": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"constructs": "^3.3.69",
"aws-cdk": "^1.170.0",
"aws-sdk": "2.853.0",
Expand Down
6 changes: 3 additions & 3 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": "1.0.0",
"version": "1.0.1",
"description": "Handle Booster's integration with AWS",
"keywords": [
"framework-provider-aws"
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/framework-provider-azure-infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-azure-infrastructure",
"version": "1.0.0",
"version": "1.0.1",
"description": "Handle the Booster deployment process to Azure",
"keywords": [
"framework-provider-azure-infrastructure"
Expand All @@ -22,10 +22,10 @@
"dependencies": {
"@azure/arm-appservice": "^13.0.0",
"@azure/cosmos": "^3.17.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.0",
"@boostercloud/framework-core": "workspace:^1.0.0",
"@boostercloud/framework-provider-azure": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-core": "workspace:^1.0.1",
"@boostercloud/framework-provider-azure": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"@cdktf/provider-azurerm": "^0.2.179",
"@types/archiver": "5.1.0",
"@types/needle": "^2.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-provider-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-azure",
"version": "1.0.0",
"version": "1.0.1",
"description": "Handle Booster's integration with Azure",
"keywords": [
"framework-provider-azure"
Expand All @@ -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.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-kubernetes-infrastructure",
"version": "1.0.0",
"version": "1.0.1",
"description": "Handle Booster's integration with Kubernetes",
"keywords": [
"framework-provider-kubernetes-infrastructure"
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@boostercloud/eslint-config": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@kubernetes/client-node": "^0.17.0",
"archiver": "5.3.0",
"body-parser": "^1.18.3",
Expand Down Expand Up @@ -50,7 +50,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.1",
"@types/archiver": "5.1.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-provider-kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-kubernetes",
"version": "1.0.0",
"version": "1.0.1",
"description": "Handle Booster's integration with Kubernetes",
"keywords": [
"framework-provider-kubernetes"
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"body-parser": "^1.18.3",
"cors": "2.8.5",
"express": "^4.17.1",
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": "1.0.0",
"version": "1.0.1",
"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-common-helpers": "workspace:^1.0.0",
"@boostercloud/framework-provider-local": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-provider-local": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"cors": "2.8.5",
"express": "^4.17.1",
"nedb": "^1.8.0",
Expand Down
6 changes: 3 additions & 3 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": "1.0.0",
"version": "1.0.1",
"description": "Debug your Booster projects locally",
"keywords": [
"framework-provider-aws"
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^1.0.0",
"@boostercloud/framework-types": "workspace:^1.0.0",
"@boostercloud/framework-common-helpers": "workspace:^1.0.1",
"@boostercloud/framework-types": "workspace:^1.0.1",
"@types/nedb": "^1.8.12",
"nedb": "^1.8.0",
"tslib": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-types",
"version": "1.0.0",
"version": "1.0.1",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"framework-types"
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.0.0",
"@boostercloud/metadata-booster": "workspace:^1.0.0",
"@boostercloud/metadata-booster": "workspace:^1.0.1",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/mocha": "8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata-booster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/metadata-booster",
"version": "1.0.0",
"version": "1.0.1",
"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": [
Expand Down

0 comments on commit bcad4f1

Please sign in to comment.