Skip to content

Commit 0f03a0f

Browse files
author
Angelo Manganiello
committed
release 1.5.0
1 parent 170b126 commit 0f03a0f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
<div align="center">
1919
<a href="https://github.com/jhipster/generator-jhipster-nodejs">
20-
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/logo-nhipster.png">
20+
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/logo-nhipster.png">
2121
</a>
2222
</div>
2323

@@ -30,12 +30,12 @@
3030
> The UI is inherited from standard JHipster app client. So only backend generation changes.
3131
> For this, a live app running is less useful than the code and the app structure shows in:
3232
>
33-
> - **The sample repo app with** [React client and Okta OAuth2](https://github.com/jhipster/jhipster-sample-app-nodejs-oauth2/tree/v1.4.0)
34-
> - **The sample repo app with** [Angular client and JWT auth](https://github.com/jhipster/jhipster-sample-app-nodejs/tree/v1.4.0)
33+
> - **The sample repo app with** [React client and Okta OAuth2](https://github.com/jhipster/jhipster-sample-app-nodejs-oauth2/tree/v1.5.0)
34+
> - **The sample repo app with** [Angular client and JWT auth](https://github.com/jhipster/jhipster-sample-app-nodejs/tree/v1.5.0)
3535
3636
<div align="center">
3737
<a href="https://github.com/jhipster/generator-jhipster-nodejs">
38-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/nhipster-cli-logo.png">
38+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/nhipster-cli-logo.png">
3939
</a>
4040
</div>
4141

@@ -56,13 +56,13 @@ This project adds nodejs for your backend, **all TypeScript files generation, no
5656
> - The app runs also as a full stack app including, for the monolitich choice, the Angular/React client with the home page set for NHipster and CRUD operations for entity generated with subgenerator and jdl import
5757
5858
<div align="center">
59-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/nhipster-cli.gif">
59+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/nhipster-cli.gif">
6060
</div>
6161

6262
> A **previous of a jwt auth app:**
6363
6464
<div align="center">
65-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/demo-full-app.gif">
65+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/demo-full-app.gif">
6666
</div>
6767

6868
# Prerequisites
@@ -224,13 +224,13 @@ Thanks goes to these wonderful people:
224224

225225
<div align="left">
226226
<a href="https://www.jetbrains.com/?from=generator-jhipster-nodejs">
227-
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/jetbrains.png">
227+
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/jetbrains.png">
228228
</a>
229229
<a href="https://code.visualstudio.com">
230-
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/visualstudio-code.png">
230+
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/visualstudio-code.png">
231231
</a>
232232
<a href="https://www.jhipster.tech">
233-
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/jhipster-logo.png">
233+
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/jhipster-logo.png">
234234
</a>
235235
</div>
236236

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-jhipster-nodejs",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A NodeJS blueprint that creates the backend using NodeJS with NestJS framework",
55
"keywords": [
66
"yeoman-generator",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# --- properties for sonar cloud ---
22
sonar.projectKey=jhipster_generator-jhipster-nodejs
3-
sonar.projectVersion=1.4.0
3+
sonar.projectVersion=1.5.0
44
sonar.organization=jhipster
55
sonar.host.url=https://sonarcloud.io
66
sonar.sources=generators

0 commit comments

Comments
 (0)