Skip to content

Commit 69cd3b9

Browse files
author
Angelo Manganiello
committed
release 2.0.0
1 parent 07c8e9c commit 69cd3b9

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a name="1.0.0-alpha.3"></a>
1515
<a name="1.0.0-alpha.2"></a>
1616

17-
# [2.0.0](https://github.com/jhipster/generator-jhipster-nodejs/tree/v2.0.0) - xx/xx/2021 released date
17+
# [2.0.0](https://github.com/jhipster/generator-jhipster-nodejs/tree/v2.0.0) - 06/09/2021 released date
1818

1919
- Support entitySuffix generation [issue #209](https://github.com/jhipster/generator-jhipster-nodejs/issues/209)
2020
- ci-cd for nodejs application [issue #104](https://github.com/jhipster/generator-jhipster-nodejs/issues/104)

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
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/v2.0.0-beta.1/logo-nhipster.png">
20+
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0/logo-nhipster.png">
2121
</a>
2222
</div>
2323

2424
> ## Notes
2525
>
26-
> For the features of the last release refers to [CHANGELOG.md](https://github.com/jhipster/generator-jhipster-nodejs/tree/v2.0.0-beta.1/CHANGELOG.md).
26+
> For the features of the last release refers to [CHANGELOG.md](https://github.com/jhipster/generator-jhipster-nodejs/tree/v2.0.0/CHANGELOG.md).
2727
2828
> ## Demo
2929
>
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/v2.0.0-beta.1)
34-
> - **The sample repo app with** [Angular client and JWT auth](https://github.com/jhipster/jhipster-sample-app-nodejs/tree/v2.0.0-beta.1)
35-
> - **The sample repo app with** [Vue.js client and mongodb](https://github.com/jhipster/jhipster-sample-app-nodejs-vuejs/tree/v2.0.0-beta.1)
33+
> - **The sample repo app with** [React client and Okta OAuth2](https://github.com/jhipster/jhipster-sample-app-nodejs-oauth2/tree/v2.0.0)
34+
> - **The sample repo app with** [Angular client and JWT auth](https://github.com/jhipster/jhipster-sample-app-nodejs/tree/v2.0.0)
35+
> - **The sample repo app with** [Vue.js client and mongodb](https://github.com/jhipster/jhipster-sample-app-nodejs-vuejs/tree/v2.0.0)
3636
3737
<div align="center">
3838
<a href="https://github.com/jhipster/generator-jhipster-nodejs">
39-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/nhipster-cli-logo.png">
39+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0/nhipster-cli-logo.png">
4040
</a>
4141
</div>
4242

@@ -57,13 +57,13 @@ This project adds nodejs for your backend, **all TypeScript files generation, no
5757
> - 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
5858
5959
<div align="center">
60-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/nhipster-cli.gif">
60+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0/nhipster-cli.gif">
6161
</div>
6262

6363
> A **previous of a jwt auth app:**
6464
6565
<div align="center">
66-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/demo-full-app.gif">
66+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0/demo-full-app.gif">
6767
</div>
6868

6969
# Prerequisites
@@ -229,13 +229,13 @@ Thanks goes to these wonderful people:
229229

230230
<div align="left">
231231
<a href="https://www.jetbrains.com/?from=generator-jhipster-nodejs">
232-
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/jetbrains.png">
232+
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0/jetbrains.png">
233233
</a>
234234
<a href="https://code.visualstudio.com">
235-
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/visualstudio-code.png">
235+
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0/visualstudio-code.png">
236236
</a>
237237
<a href="https://www.jhipster.tech">
238-
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/jhipster-logo.png">
238+
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0/jhipster-logo.png">
239239
</a>
240240
</div>
241241

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"description": "A NodeJS blueprint that creates the backend using NodeJS with NestJS framework",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)