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 Apr 19, 2023
1 parent 1757402 commit 7b0a24d
Show file tree
Hide file tree
Showing 22 changed files with 128 additions and 106 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"definitionName": "lockStepVersion",
"policyName": "booster",
"mainProject": "@boostercloud/framework-core",
"version": "1.7.0"
"version": "1.7.1"
}
]
6 changes: 3 additions & 3 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.7.0",
"version": "1.7.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.7.0",
"@boostercloud/framework-types": "workspace:^1.7.1",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link": "1.2.14",
Expand All @@ -50,7 +50,7 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.23.1",
Expand Down
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": "1.7.0",
"version": "1.7.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.7.0",
"@boostercloud/framework-types": "workspace:^1.7.0",
"@boostercloud/framework-core": "workspace:^1.7.1",
"@boostercloud/framework-types": "workspace:^1.7.1",
"@oclif/command": "^1.8",
"@oclif/config": "^1.18",
"@oclif/errors": "^1.3",
Expand All @@ -33,8 +33,8 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.7.0",
"@boostercloud/application-tester": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@boostercloud/application-tester": "workspace:^1.7.1",
"@oclif/dev-cli": "^1.26",
"@oclif/test": "^2.1",
"@types/chai": "4.2.18",
Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "1.7.1",
"description": "Contains Booster common helpers used by the core and provider packages",
"keywords": [
"framework-common-helpers"
Expand Down Expand Up @@ -33,13 +33,13 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-types": "workspace:^1.7.0",
"@boostercloud/framework-types": "workspace:^1.7.1",
"child-process-promise": "^2.2.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/child-process-promise": "^2.2.1",
Expand Down
40 changes: 40 additions & 0 deletions packages/framework-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
{
"name": "@boostercloud/framework-core",
"entries": [
{
"version": "1.7.1",
"tag": "@boostercloud/framework-core_v1.7.1",
"date": "Wed, 19 Apr 2023 21:05:26 GMT",
"comments": {
"patch": [
{
"comment": "Add rush update to wf publish npm",
"author": "Gonzalo Garcia Jaubert <gonzalo@theagilemonkeys.com>",
"commit": "1757402c91e6e5bd90f2d139a9ba3c767e127b71"
},
{
"comment": "Support UUID contains and beginsWith filters",
"author": "gonzalojaubert <111118818+gonzalojaubert@users.noreply.github.com>",
"commit": "a25cf5a9f6297c1a64aafe60e6df71405bf77bef"
}
],
"none": [
{
"comment": "Added tests for partition key generation functions and removed the unused `partitionKeyForIndexByEntity` function from the Azure provider",
"author": "Javier Toledo <javier@theagilemonkeys.com>",
"commit": "e02526f73f286d71de489fe43a6c7cca4a3d8879"
}
],
"dependency": [
{
"comment": "Updating dependency \"@boostercloud/framework-common-helpers\" from `^1.7.0` to `^1.7.1`"
},
{
"comment": "Updating dependency \"@boostercloud/framework-types\" from `^1.7.0` to `^1.7.1`"
},
{
"comment": "Updating dependency \"@boostercloud/metadata-booster\" from `^1.7.0` to `^1.7.1`"
},
{
"comment": "Updating dependency \"@boostercloud/eslint-config\" from `^1.7.0` to `^1.7.1`"
}
]
}
},
{
"version": "1.7.0",
"tag": "@boostercloud/framework-core_v1.7.0",
Expand Down
14 changes: 13 additions & 1 deletion packages/framework-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log - @boostercloud/framework-core

This log was last generated on Mon, 27 Feb 2023 23:02:14 GMT and should not be manually modified.
This log was last generated on Wed, 19 Apr 2023 21:05:26 GMT and should not be manually modified.

## 1.7.1
Wed, 19 Apr 2023 21:05:26 GMT

### Patches

- Add rush update to wf publish npm
- Support UUID contains and beginsWith filters

### Updates

- Added tests for partition key generation functions and removed the unused `partitionKeyForIndexByEntity` function from the Azure provider

## 1.7.0
Mon, 27 Feb 2023 23:02:14 GMT
Expand Down
10 changes: 5 additions & 5 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.7.0",
"version": "1.7.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.7.0",
"@boostercloud/framework-types": "workspace:^1.7.0",
"@boostercloud/framework-common-helpers": "workspace:^1.7.1",
"@boostercloud/framework-types": "workspace:^1.7.1",
"fp-ts": "^2.11.0",
"graphql": "^15.5.1",
"graphql-scalars": "^1.17.0",
Expand All @@ -46,8 +46,8 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/metadata-booster": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.0",
"@boostercloud/metadata-booster": "workspace:^1.7.1",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/faker": "5.1.5",
Expand Down
32 changes: 16 additions & 16 deletions packages/framework-integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "@boostercloud/framework-integration-tests",
"description": "Example project for Booster",
"version": "1.7.0",
"version": "1.7.1",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"publishConfig": {
"access": "restricted"
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^1.7.0",
"@boostercloud/framework-core": "workspace:^1.7.0",
"@boostercloud/framework-provider-aws": "workspace:^1.7.0",
"@boostercloud/framework-provider-azure": "workspace:^1.7.0",
"@boostercloud/framework-provider-kubernetes": "workspace:^1.7.0",
"@boostercloud/framework-provider-local": "workspace:^1.7.0",
"@boostercloud/framework-types": "workspace:^1.7.0",
"@boostercloud/framework-common-helpers": "workspace:^1.7.1",
"@boostercloud/framework-core": "workspace:^1.7.1",
"@boostercloud/framework-provider-aws": "workspace:^1.7.1",
"@boostercloud/framework-provider-azure": "workspace:^1.7.1",
"@boostercloud/framework-provider-kubernetes": "workspace:^1.7.1",
"@boostercloud/framework-provider-local": "workspace:^1.7.1",
"@boostercloud/framework-types": "workspace:^1.7.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.7.0",
"@boostercloud/application-tester": "workspace:^1.7.0",
"@boostercloud/cli": "workspace:^1.7.0",
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^1.7.0",
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^1.7.0",
"@boostercloud/framework-provider-kubernetes-infrastructure": "workspace:^1.7.0",
"@boostercloud/framework-provider-local-infrastructure": "workspace:^1.7.0",
"@boostercloud/metadata-booster": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@boostercloud/application-tester": "workspace:^1.7.1",
"@boostercloud/cli": "workspace:^1.7.1",
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^1.7.1",
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^1.7.1",
"@boostercloud/framework-provider-kubernetes-infrastructure": "workspace:^1.7.1",
"@boostercloud/framework-provider-local-infrastructure": "workspace:^1.7.1",
"@boostercloud/metadata-booster": "workspace:^1.7.1",
"@kubernetes/client-node": "^0.17.0",
"@types/aws-lambda": "8.10.48",
"@types/chai": "4.2.18",
Expand Down
10 changes: 5 additions & 5 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.7.0",
"version": "1.7.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.7.0",
"@boostercloud/framework-provider-aws": "workspace:^1.7.0",
"@boostercloud/framework-types": "workspace:^1.7.0",
"@boostercloud/framework-common-helpers": "workspace:^1.7.1",
"@boostercloud/framework-provider-aws": "workspace:^1.7.1",
"@boostercloud/framework-types": "workspace:^1.7.1",
"constructs": "^3.3.69",
"aws-cdk": "^1.170.0",
"aws-sdk": "2.853.0",
Expand All @@ -65,7 +65,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@types/aws-lambda": "8.10.48",
"@types/aws-sdk": "2.7.0",
"@types/chai": "4.2.18",
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "1.7.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.7.0",
"@boostercloud/framework-types": "workspace:^1.7.0",
"@boostercloud/framework-common-helpers": "workspace:^1.7.1",
"@boostercloud/framework-types": "workspace:^1.7.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
Expand All @@ -39,7 +39,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@types/aws-lambda": "8.10.48",
"@types/chai": "4.2.18",
"@types/chai-arrays": "2.0.0",
Expand Down
12 changes: 6 additions & 6 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.7.0",
"version": "1.7.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.7.0",
"@boostercloud/framework-core": "workspace:^1.7.0",
"@boostercloud/framework-provider-azure": "workspace:^1.7.0",
"@boostercloud/framework-types": "workspace:^1.7.0",
"@boostercloud/framework-common-helpers": "workspace:^1.7.1",
"@boostercloud/framework-core": "workspace:^1.7.1",
"@boostercloud/framework-provider-azure": "workspace:^1.7.1",
"@boostercloud/framework-types": "workspace:^1.7.1",
"@cdktf/provider-azurerm": "^0.2.179",
"@types/archiver": "5.1.0",
"@types/needle": "^2.0.4",
Expand Down Expand Up @@ -64,7 +64,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/faker": "5.1.5",
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "1.7.1",
"description": "Handle Booster's integration with Azure",
"keywords": [
"framework-provider-azure"
Expand All @@ -23,13 +23,13 @@
"@azure/cosmos": "^3.17.0",
"@azure/functions": "^1.2.2",
"@azure/identity": "~2.1.0",
"@boostercloud/framework-common-helpers": "workspace:^1.7.0",
"@boostercloud/framework-types": "workspace:^1.7.0",
"@boostercloud/framework-common-helpers": "workspace:^1.7.1",
"@boostercloud/framework-types": "workspace:^1.7.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^1.7.0",
"@boostercloud/eslint-config": "workspace:^1.7.1",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/faker": "5.1.5",
Expand Down
Loading

0 comments on commit 7b0a24d

Please sign in to comment.