Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Manganiello committed Mar 19, 2021
1 parent 170b126 commit 0f03a0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div align="center">
<a href="https://github.com/jhipster/generator-jhipster-nodejs">
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/logo-nhipster.png">
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/logo-nhipster.png">
</a>
</div>

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

Expand All @@ -56,13 +56,13 @@ This project adds nodejs for your backend, **all TypeScript files generation, no
> - 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
<div align="center">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/nhipster-cli.gif">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/nhipster-cli.gif">
</div>

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

# Prerequisites
Expand Down Expand Up @@ -224,13 +224,13 @@ Thanks goes to these wonderful people:

<div align="left">
<a href="https://www.jetbrains.com/?from=generator-jhipster-nodejs">
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/jetbrains.png">
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/jetbrains.png">
</a>
<a href="https://code.visualstudio.com">
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/visualstudio-code.png">
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/visualstudio-code.png">
</a>
<a href="https://www.jhipster.tech">
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.4.0/jhipster-logo.png">
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/jhipster-logo.png">
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-nodejs",
"version": "1.4.0",
"version": "1.5.0",
"description": "A NodeJS blueprint that creates the backend using NodeJS with NestJS framework",
"keywords": [
"yeoman-generator",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# --- properties for sonar cloud ---
sonar.projectKey=jhipster_generator-jhipster-nodejs
sonar.projectVersion=1.4.0
sonar.projectVersion=1.5.0
sonar.organization=jhipster
sonar.host.url=https://sonarcloud.io
sonar.sources=generators
Expand Down

0 comments on commit 0f03a0f

Please sign in to comment.