From 949b6aa2b350d66310cf80b5d1afa539886f399b Mon Sep 17 00:00:00 2001 From: nicolas63 Date: Sun, 16 Oct 2022 11:53:22 +0200 Subject: [PATCH] Release 3.8.0 --- .sonarcloud.properties | 2 +- docs/conf.py | 2 +- package-lock.json | 4 ++-- package.json | 2 +- test-integration/samples/gateway-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-angular-app/.yo-rc.json | 2 +- .../samples/jwt-with-angular-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-blazor-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-mongo-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-mssql-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-mysql-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-oracle-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-postgres-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-react-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-vue-app/.yo-rc.json | 2 +- test-integration/samples/microservice-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-angular-app/.yo-rc.json | 2 +- .../samples/oauth-with-angular-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-mongo-app/.yo-rc.json | 2 +- .../samples/oauth-with-mongo-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-mssql-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-mysql-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-oracle-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-postgres-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-react-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-sqllite-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-vue-app/.yo-rc.json | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 62b307a57..c788bfac5 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # --- properties for sonar cloud --- sonar.projectKey=jhipster_jhipster-dotnetcore -sonar.projectVersion=3.7.0 +sonar.projectVersion=3.8.0 sonar.organization=jhipster sonar.host.url=https://sonarcloud.io sonar.sources=generators diff --git a/docs/conf.py b/docs/conf.py index ea3b0e4ed..470f7fe14 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = 'Nicolas Raymond' # The full version, including alpha/beta/rc tags -release = '3.7.0' +release = '3.8.0' # -- General configuration --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 98b3f2b57..c4711f52f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0", + "version": "3.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0", + "version": "3.8.0", "license": "Apache-2.0", "dependencies": { "chalk": "4.1.2", diff --git a/package.json b/package.json index b7d27e6c0..789cd19b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0", + "version": "3.8.0", "description": "", "keywords": [ "yeoman-generator", diff --git a/test-integration/samples/gateway-app/.yo-rc.json b/test-integration/samples/gateway-app/.yo-rc.json index 01e873575..78076a290 100644 --- a/test-integration/samples/gateway-app/.yo-rc.json +++ b/test-integration/samples/gateway-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-angular-app/.yo-rc.json b/test-integration/samples/jwt-with-angular-app/.yo-rc.json index ee802b037..f0e8ba6cc 100644 --- a/test-integration/samples/jwt-with-angular-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-angular-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json b/test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json index 70eed468f..0cb765298 100644 --- a/test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json @@ -23,7 +23,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-blazor-app/.yo-rc.json b/test-integration/samples/jwt-with-blazor-app/.yo-rc.json index 98eaeb748..cced9c213 100644 --- a/test-integration/samples/jwt-with-blazor-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-blazor-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json b/test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json index fea4df2a0..66132a673 100644 --- a/test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-mongo-app/.yo-rc.json b/test-integration/samples/jwt-with-mongo-app/.yo-rc.json index ae4d828c4..bee37059f 100644 --- a/test-integration/samples/jwt-with-mongo-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-mongo-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json b/test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json index ec46b8136..d57e140ae 100644 --- a/test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json @@ -23,7 +23,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-mssql-app/.yo-rc.json b/test-integration/samples/jwt-with-mssql-app/.yo-rc.json index 3560fb1e2..1fd1de1e9 100644 --- a/test-integration/samples/jwt-with-mssql-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-mssql-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-mysql-app/.yo-rc.json b/test-integration/samples/jwt-with-mysql-app/.yo-rc.json index 989aa68ca..d5449bd41 100644 --- a/test-integration/samples/jwt-with-mysql-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-mysql-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-oracle-app/.yo-rc.json b/test-integration/samples/jwt-with-oracle-app/.yo-rc.json index e949614ea..b06cb0e02 100644 --- a/test-integration/samples/jwt-with-oracle-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-oracle-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-postgres-app/.yo-rc.json b/test-integration/samples/jwt-with-postgres-app/.yo-rc.json index 13686a699..413e6fdbd 100644 --- a/test-integration/samples/jwt-with-postgres-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-postgres-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-react-app/.yo-rc.json b/test-integration/samples/jwt-with-react-app/.yo-rc.json index 6c51e9f37..443094a0e 100644 --- a/test-integration/samples/jwt-with-react-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-react-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/jwt-with-vue-app/.yo-rc.json b/test-integration/samples/jwt-with-vue-app/.yo-rc.json index afc1f830d..d9ce29610 100644 --- a/test-integration/samples/jwt-with-vue-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-vue-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/microservice-app/.yo-rc.json b/test-integration/samples/microservice-app/.yo-rc.json index b10b9e0f3..340e23e8b 100644 --- a/test-integration/samples/microservice-app/.yo-rc.json +++ b/test-integration/samples/microservice-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/oauth-with-angular-app/.yo-rc.json b/test-integration/samples/oauth-with-angular-app/.yo-rc.json index 4681dbe28..6937a91e6 100644 --- a/test-integration/samples/oauth-with-angular-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-angular-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-angular-cqrs-app/.yo-rc.json b/test-integration/samples/oauth-with-angular-cqrs-app/.yo-rc.json index 25a4a62e1..05315b901 100644 --- a/test-integration/samples/oauth-with-angular-cqrs-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-angular-cqrs-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-mongo-app/.yo-rc.json b/test-integration/samples/oauth-with-mongo-app/.yo-rc.json index 86f02906a..5c6fac76a 100644 --- a/test-integration/samples/oauth-with-mongo-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-mongo-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/oauth-with-mongo-cqrs-app/.yo-rc.json b/test-integration/samples/oauth-with-mongo-cqrs-app/.yo-rc.json index 25ced84f4..1c626d8ab 100644 --- a/test-integration/samples/oauth-with-mongo-cqrs-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-mongo-cqrs-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/oauth-with-mssql-app/.yo-rc.json b/test-integration/samples/oauth-with-mssql-app/.yo-rc.json index 9f2cb4725..0fe9b202a 100644 --- a/test-integration/samples/oauth-with-mssql-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-mssql-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-mysql-app/.yo-rc.json b/test-integration/samples/oauth-with-mysql-app/.yo-rc.json index ae09795a5..34714c665 100644 --- a/test-integration/samples/oauth-with-mysql-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-mysql-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-oracle-app/.yo-rc.json b/test-integration/samples/oauth-with-oracle-app/.yo-rc.json index 0595a3809..4cd54232e 100644 --- a/test-integration/samples/oauth-with-oracle-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-oracle-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-postgres-app/.yo-rc.json b/test-integration/samples/oauth-with-postgres-app/.yo-rc.json index dab076df8..5b55a7202 100644 --- a/test-integration/samples/oauth-with-postgres-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-postgres-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-react-app/.yo-rc.json b/test-integration/samples/oauth-with-react-app/.yo-rc.json index 5fef60f9d..68833ae25 100644 --- a/test-integration/samples/oauth-with-react-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-react-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-sqllite-app/.yo-rc.json b/test-integration/samples/oauth-with-sqllite-app/.yo-rc.json index 1d1d5f39e..e7862a174 100644 --- a/test-integration/samples/oauth-with-sqllite-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-sqllite-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "blueprints": [ diff --git a/test-integration/samples/oauth-with-vue-app/.yo-rc.json b/test-integration/samples/oauth-with-vue-app/.yo-rc.json index 8fbd592a1..135bc81ab 100644 --- a/test-integration/samples/oauth-with-vue-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-vue-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.7.0" + "version": "3.8.0" } ], "enableTranslation": false,