Skip to content

Commit

Permalink
release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Manganiello committed Apr 8, 2021
1 parent d906701 commit c34daed
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a name="1.0.0-alpha.3"></a>
<a name="1.0.0-alpha.2"></a>

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

- Update class-validator to 0.13.1 to fix "matches" (regexp validator modifiers) [issue #215](https://github.com/jhipster/generator-jhipster-nodejs/issues/215)
- Vue.js support from 7.x jhipster upgrade [issue #158](https://github.com/jhipster/generator-jhipster-nodejs/issues/158)
Expand Down
19 changes: 10 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.5.0/logo-nhipster.png">
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/logo-nhipster.png">
</a>
</div>

Expand All @@ -30,12 +30,13 @@
> 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.5.0)
> - **The sample repo app with** [Angular client and JWT auth](https://github.com/jhipster/jhipster-sample-app-nodejs/tree/v1.5.0)
> - **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)
> - **The sample repo app with** [Angular client and JWT auth](https://github.com/jhipster/jhipster-sample-app-nodejs/tree/v2.0.0-beta.1)
> - **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)
<div align="center">
<a href="https://github.com/jhipster/generator-jhipster-nodejs">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/nhipster-cli-logo.png">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/nhipster-cli-logo.png">
</a>
</div>

Expand All @@ -56,13 +57,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.5.0/nhipster-cli.gif">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/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.5.0/demo-full-app.gif">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/demo-full-app.gif">
</div>

# Prerequisites
Expand Down Expand Up @@ -224,13 +225,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.5.0/jetbrains.png">
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/jetbrains.png">
</a>
<a href="https://code.visualstudio.com">
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.5.0/visualstudio-code.png">
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/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.5.0/jhipster-logo.png">
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v2.0.0-beta.1/jhipster-logo.png">
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.0",
"version": "2.0.0-beta.1",
"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.5.0
sonar.projectVersion=2.0.0-beta.1
sonar.organization=jhipster
sonar.host.url=https://sonarcloud.io
sonar.sources=generators
Expand Down

0 comments on commit c34daed

Please sign in to comment.