Skip to content

Commit c34daed

Browse files
author
Angelo Manganiello
committed
release 2.0.0-beta.1
1 parent d906701 commit c34daed

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

CHANGELOG.md

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

16-
# [2.0.0-beta.1](https://github.com/jhipster/generator-jhipster-nodejs/tree/v2.0.0-beta.1) - XX/XX/2021 released date
16+
# [2.0.0-beta.1](https://github.com/jhipster/generator-jhipster-nodejs/tree/v2.0.0-beta.1) - 08/04/2021 released date
1717

1818
- Update class-validator to 0.13.1 to fix "matches" (regexp validator modifiers) [issue #215](https://github.com/jhipster/generator-jhipster-nodejs/issues/215)
1919
- Vue.js support from 7.x jhipster upgrade [issue #158](https://github.com/jhipster/generator-jhipster-nodejs/issues/158)

README.md

Lines changed: 10 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.5.0/logo-nhipster.png">
20+
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/logo-nhipster.png">
2121
</a>
2222
</div>
2323

@@ -30,12 +30,13 @@
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.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)
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)
3536
3637
<div align="center">
3738
<a href="https://github.com/jhipster/generator-jhipster-nodejs">
38-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/nhipster-cli-logo.png">
39+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/nhipster-cli-logo.png">
3940
</a>
4041
</div>
4142

@@ -56,13 +57,13 @@ This project adds nodejs for your backend, **all TypeScript files generation, no
5657
> - 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
5758
5859
<div align="center">
59-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/nhipster-cli.gif">
60+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/nhipster-cli.gif">
6061
</div>
6162

6263
> A **previous of a jwt auth app:**
6364
6465
<div align="center">
65-
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/demo-full-app.gif">
66+
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/demo-full-app.gif">
6667
</div>
6768

6869
# Prerequisites
@@ -224,13 +225,13 @@ Thanks goes to these wonderful people:
224225

225226
<div align="left">
226227
<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.5.0/jetbrains.png">
228+
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/jetbrains.png">
228229
</a>
229230
<a href="https://code.visualstudio.com">
230-
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/visualstudio-code.png">
231+
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/visualstudio-code.png">
231232
</a>
232233
<a href="https://www.jhipster.tech">
233-
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/jhipster-logo.png">
234+
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/jhipster-logo.png">
234235
</a>
235236
</div>
236237

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": "1.5.0",
3+
"version": "2.0.0-beta.1",
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.5.0
3+
sonar.projectVersion=2.0.0-beta.1
44
sonar.organization=jhipster
55
sonar.host.url=https://sonarcloud.io
66
sonar.sources=generators

0 commit comments

Comments
 (0)