Skip to content

Commit 79aa2c9

Browse files
authored
Merge pull request #245 from sendilkumarn/feat/upgrade-6.10.1
feat: upgrade to 6.10.1
2 parents 448123a + 0350b30 commit 79aa2c9

File tree

8 files changed

+29
-25
lines changed

8 files changed

+29
-25
lines changed

.github/workflows/angular.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
JHI_LIB_REPO: https://github.com/jhipster/jhipster.git
2626
JHI_LIB_BRANCH: release
2727
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
28-
JHI_GEN_BRANCH: v6.10.0
28+
JHI_GEN_BRANCH: v6.10.1
2929
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3030
SPRING_JPA_SHOW_SQL: false
3131
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/applications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
JHI_LIB_REPO: https://github.com/jhipster/jhipster.git
88
JHI_LIB_BRANCH: release
99
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
10-
JHI_GEN_BRANCH: v6.10.0
10+
JHI_GEN_BRANCH: v6.10.1
1111
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
1212
SPRING_JPA_SHOW_SQL: false
1313
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/generator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
JHI_LIB_REPO: https://github.com/jhipster/jhipster.git
88
JHI_LIB_BRANCH: release
99
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
10-
JHI_GEN_BRANCH: v6.10.0
10+
JHI_GEN_BRANCH: v6.10.1
1111
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
1212
SPRING_JPA_SHOW_SQL: false
1313
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/react.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
JHI_LIB_REPO: https://github.com/jhipster/jhipster.git
2626
JHI_LIB_BRANCH: release
2727
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
28-
JHI_GEN_BRANCH: v6.10.0
28+
JHI_GEN_BRANCH: v6.10.1
2929
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3030
SPRING_JPA_SHOW_SQL: false
3131
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/webflux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
JHI_LIB_REPO: https://github.com/jhipster/jhipster.git
2626
JHI_LIB_BRANCH: release
2727
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
28-
JHI_GEN_BRANCH: v6.10.0
28+
JHI_GEN_BRANCH: v6.10.1
2929
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3030
SPRING_JPA_SHOW_SQL: false
3131
JHI_DISABLE_WEBPACK_LOGS: true

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
JHI_LIB_BRANCH: release
3232
# if JHI_GEN_BRANCH value is release, use the release from NPM
3333
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
34-
JHI_GEN_BRANCH: v6.10.0
34+
JHI_GEN_BRANCH: v6.10.1
3535
# specific config
3636
SPRING_OUTPUT_ANSI_ENABLED: NEVER
3737
SPRING_JPA_SHOW_SQL: false

package-lock.json

+22-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"didyoumean": "1.2.1",
4040
"ejs": "3.1.2",
4141
"faker": "4.1.0",
42-
"generator-jhipster": "6.10.0",
42+
"generator-jhipster": "6.10.1",
4343
"glob": "7.1.6",
4444
"insight": "0.10.3",
4545
"jhipster-core": "7.3.1",

0 commit comments

Comments
 (0)