Skip to content

Commit 9179f57

Browse files
docs(change log added): logs of commit in a change log for feature description
affects: @nodejs-code-generator/client, @nodejs-code-generator/server
1 parent 2c71bf2 commit 9179f57

6 files changed

Lines changed: 47 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint formatting:** resolved eslint errors ([2c71bf2](https://github.com/DhiWise/nodejs-code-generator/commit/2c71bf2661c5e1599de3cb242b5431dce8720137))
12+
13+
14+
### Features
15+
16+
* add confirmation popup when second time build application ([a7fe3c0](https://github.com/DhiWise/nodejs-code-generator/commit/a7fe3c001fab1972a8f2f151feb6deb18220c3e5)), closes [#20](https://github.com/DhiWise/nodejs-code-generator/issues/20)

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.0.0",
6+
"version": "1.1.0",
77
"lerna": "4.0.0",
88
"command": {
99
"publish": {

packages/client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)
7+
8+
9+
### Features
10+
11+
* add confirmation popup when second time build application ([a7fe3c0](https://github.com/DhiWise/nodejs-code-generator/commit/a7fe3c001fab1972a8f2f151feb6deb18220c3e5)), closes [#20](https://github.com/DhiWise/nodejs-code-generator/issues/20)

packages/client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodejs-code-generator/client",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"dependencies": {
66
"@babel/parser": "^7.15.8",
@@ -34,6 +34,8 @@
3434
"prop-types": "^15.7.2",
3535
"rc-drawer": "^4.4.2",
3636
"react": "^17.0.2",
37+
"react-app-rewire-aliases": "^0.2.0",
38+
"react-app-rewired": "^2.1.8",
3739
"react-awesome-query-builder": "^4.7.0",
3840
"react-content-loader": "^6.0.3",
3941
"react-datepicker": "^4.2.1",
@@ -70,9 +72,7 @@
7072
"tailwindcss": "^2.2.17",
7173
"three": "^0.133.1",
7274
"use-onclickoutside": "^0.4.0",
73-
"web-vitals": "^1.1.2",
74-
"react-app-rewire-aliases": "^0.2.0",
75-
"react-app-rewired": "^2.1.8"
75+
"web-vitals": "^1.1.2"
7676
},
7777
"scripts": {
7878
"start": "npm run watch:css && react-app-rewired start",
@@ -101,6 +101,7 @@
101101
]
102102
},
103103
"devDependencies": {
104+
"@babel/eslint-parser": "^7.15.8",
104105
"@babel/plugin-proposal-class-properties": "^7.14.5",
105106
"@babel/plugin-transform-react-jsx": "^7.14.9",
106107
"eslint": "^7.32.0",
@@ -109,7 +110,6 @@
109110
"eslint-plugin-import": "^2.22.2",
110111
"eslint-plugin-jsx-a11y": "^6.4.1",
111112
"eslint-plugin-react": "^7.26.1",
112-
"eslint-plugin-react-hooks": "^4.2.0",
113-
"@babel/eslint-parser": "^7.15.8"
113+
"eslint-plugin-react-hooks": "^4.2.0"
114114
}
115-
}
115+
}

packages/server/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint formatting:** resolved eslint errors ([2c71bf2](https://github.com/DhiWise/nodejs-code-generator/commit/2c71bf2661c5e1599de3cb242b5431dce8720137))

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.0.0",
4+
"version": "1.1.0",
55
"description": "",
66
"main": "handler.js",
77
"scripts": {

0 commit comments

Comments
 (0)