Skip to content

Commit b614ada

Browse files
Merge branch 'master' of https://github.com/DhiWise/dhiwise-nodejs into code-refactor
1 parent ebe1a9d commit b614ada

File tree

6 files changed

+67
-3
lines changed

6 files changed

+67
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/DhiWise/dhiwise-nodejs/compare/v1.2.0...v1.3.0) (2022-04-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **Clean Code Sequelize:** bug Fixes for Clean code sequelize ([fc7ba02](https://github.com/DhiWise/dhiwise-nodejs/commit/fc7ba024dae562f758f89dac6fada9bf04d52809))
12+
* **clean-code:** ejs variable updated ([44f91af](https://github.com/DhiWise/dhiwise-nodejs/commit/44f91afd4bd249d2ae528acd1b56a7e2909e02b4))
13+
* **eslint fixes:** eslint rules violation removed ([7682a2a](https://github.com/DhiWise/dhiwise-nodejs/commit/7682a2af8031955655e5c943be580fb18f2cce5a))
14+
* **file upload in cc:** fix file upload in controller of cc ([387562a](https://github.com/DhiWise/dhiwise-nodejs/commit/387562a1b9ecc6636200c6c9fb7d56451a0c5878))
15+
* **file-upload-cc:** steps added ([f06995e](https://github.com/DhiWise/dhiwise-nodejs/commit/f06995e53f9eb75c63bc54da5f61b9e7d3e5bdb0))
16+
* **minor bug fixes:** - ([876f01a](https://github.com/DhiWise/dhiwise-nodejs/commit/876f01aea94c8f803030554fd123c9aa4654555b))
17+
* **model data save warning:** when model data change and change the model without save ask warning p ([791f20f](https://github.com/DhiWise/dhiwise-nodejs/commit/791f20fc716e3acba8271ca6109e36b460848d09))
18+
* **overlay issue no able to click:** propstypes forbidden remove and overlay issue fix ([3abc5fa](https://github.com/DhiWise/dhiwise-nodejs/commit/3abc5fab37b580789691effb46231cbb9dd1c760)), closes [#27](https://github.com/DhiWise/dhiwise-nodejs/issues/27)
19+
* **Remove configuration tab in routes:** file upload - removal form custom routes ([98a7e54](https://github.com/DhiWise/dhiwise-nodejs/commit/98a7e540e5bface7478edf1940914df4e53ef42e))
20+
21+
22+
### Features
23+
24+
* **Clean-code file uplaod:** file upload use-cases added for clean-code architecture ([af56105](https://github.com/DhiWise/dhiwise-nodejs/commit/af5610501d7d98897ab02115873c76ee9f75b4bc))
25+
* **Clean-code mongoose:** comments added ([c6b432c](https://github.com/DhiWise/dhiwise-nodejs/commit/c6b432cf69dbe0ff58745f554af92e9d04129473))
26+
* **server:** custom routes with query builder for mvc architecture ([6949d44](https://github.com/DhiWise/dhiwise-nodejs/commit/6949d441687cdb2a23b76f580a0b88f408663678))
27+
28+
29+
30+
31+
632
# [1.2.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.1.0...v1.2.0) (2022-02-02)
733

834

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"npmClient": "npm",
6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"lerna": "4.0.0",
88
"command": {
99
"publish": {

packages/client/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/DhiWise/dhiwise-nodejs/compare/v1.2.0...v1.3.0) (2022-04-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint fixes:** eslint rules violation removed ([7682a2a](https://github.com/DhiWise/dhiwise-nodejs/commit/7682a2af8031955655e5c943be580fb18f2cce5a))
12+
* **file upload in cc:** fix file upload in controller of cc ([387562a](https://github.com/DhiWise/dhiwise-nodejs/commit/387562a1b9ecc6636200c6c9fb7d56451a0c5878))
13+
* **model data save warning:** when model data change and change the model without save ask warning p ([791f20f](https://github.com/DhiWise/dhiwise-nodejs/commit/791f20fc716e3acba8271ca6109e36b460848d09))
14+
* **overlay issue no able to click:** propstypes forbidden remove and overlay issue fix ([3abc5fa](https://github.com/DhiWise/dhiwise-nodejs/commit/3abc5fab37b580789691effb46231cbb9dd1c760)), closes [#27](https://github.com/DhiWise/dhiwise-nodejs/issues/27)
15+
* **Remove configuration tab in routes:** file upload - removal form custom routes ([98a7e54](https://github.com/DhiWise/dhiwise-nodejs/commit/98a7e540e5bface7478edf1940914df4e53ef42e))
16+
17+
18+
19+
20+
621
# [1.2.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.1.0...v1.2.0) (2022-02-02)
722

823
**Note:** Version bump only for package @nodejs-code-generator/client

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodejs-code-generator/client",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"dependencies": {
66
"@babel/parser": "^7.15.8",

packages/server/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/DhiWise/dhiwise-nodejs/compare/v1.2.0...v1.3.0) (2022-04-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **Clean Code Sequelize:** bug Fixes for Clean code sequelize ([fc7ba02](https://github.com/DhiWise/dhiwise-nodejs/commit/fc7ba024dae562f758f89dac6fada9bf04d52809))
12+
* **clean-code:** ejs variable updated ([44f91af](https://github.com/DhiWise/dhiwise-nodejs/commit/44f91afd4bd249d2ae528acd1b56a7e2909e02b4))
13+
* **eslint fixes:** eslint rules violation removed ([7682a2a](https://github.com/DhiWise/dhiwise-nodejs/commit/7682a2af8031955655e5c943be580fb18f2cce5a))
14+
* **file upload in cc:** fix file upload in controller of cc ([387562a](https://github.com/DhiWise/dhiwise-nodejs/commit/387562a1b9ecc6636200c6c9fb7d56451a0c5878))
15+
* **file-upload-cc:** steps added ([f06995e](https://github.com/DhiWise/dhiwise-nodejs/commit/f06995e53f9eb75c63bc54da5f61b9e7d3e5bdb0))
16+
* **minor bug fixes:** - ([876f01a](https://github.com/DhiWise/dhiwise-nodejs/commit/876f01aea94c8f803030554fd123c9aa4654555b))
17+
18+
19+
### Features
20+
21+
* **Clean-code file uplaod:** file upload use-cases added for clean-code architecture ([af56105](https://github.com/DhiWise/dhiwise-nodejs/commit/af5610501d7d98897ab02115873c76ee9f75b4bc))
22+
* **Clean-code mongoose:** comments added ([c6b432c](https://github.com/DhiWise/dhiwise-nodejs/commit/c6b432cf69dbe0ff58745f554af92e9d04129473))
23+
* **server:** custom routes with query builder for mvc architecture ([6949d44](https://github.com/DhiWise/dhiwise-nodejs/commit/6949d441687cdb2a23b76f580a0b88f408663678))
24+
25+
26+
27+
28+
629
# [1.2.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.1.0...v1.2.0) (2022-02-02)
730

831

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nodejs-code-generator/server",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "",
66
"main": "handler.js",
77
"scripts": {

0 commit comments

Comments
 (0)