Skip to content

Commit

Permalink
docs(change log added): logs of commit in a change log for feature de…
Browse files Browse the repository at this point in the history
…scription

affects: @nodejs-code-generator/client, @nodejs-code-generator/server
  • Loading branch information
saloni-dhiwise committed Jan 11, 2022
1 parent 2c71bf2 commit 9179f57
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)


### Bug Fixes

* **eslint formatting:** resolved eslint errors ([2c71bf2](https://github.com/DhiWise/nodejs-code-generator/commit/2c71bf2661c5e1599de3cb242b5431dce8720137))


### Features

* 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)
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "npm",
"version": "1.0.0",
"version": "1.1.0",
"lerna": "4.0.0",
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)


### Features

* 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)
14 changes: 7 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodejs-code-generator/client",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"dependencies": {
"@babel/parser": "^7.15.8",
Expand Down Expand Up @@ -34,6 +34,8 @@
"prop-types": "^15.7.2",
"rc-drawer": "^4.4.2",
"react": "^17.0.2",
"react-app-rewire-aliases": "^0.2.0",
"react-app-rewired": "^2.1.8",
"react-awesome-query-builder": "^4.7.0",
"react-content-loader": "^6.0.3",
"react-datepicker": "^4.2.1",
Expand Down Expand Up @@ -70,9 +72,7 @@
"tailwindcss": "^2.2.17",
"three": "^0.133.1",
"use-onclickoutside": "^0.4.0",
"web-vitals": "^1.1.2",
"react-app-rewire-aliases": "^0.2.0",
"react-app-rewired": "^2.1.8"
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "npm run watch:css && react-app-rewired start",
Expand Down Expand Up @@ -101,6 +101,7 @@
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"eslint": "^7.32.0",
Expand All @@ -109,7 +110,6 @@
"eslint-plugin-import": "^2.22.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"@babel/eslint-parser": "^7.15.8"
"eslint-plugin-react-hooks": "^4.2.0"
}
}
}
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/DhiWise/nodejs-code-generator/compare/v1.0.0...v1.1.0) (2022-01-11)


### Bug Fixes

* **eslint formatting:** resolved eslint errors ([2c71bf2](https://github.com/DhiWise/nodejs-code-generator/commit/2c71bf2661c5e1599de3cb242b5431dce8720137))
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nodejs-code-generator/server",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "handler.js",
"scripts": {
Expand Down

0 comments on commit 9179f57

Please sign in to comment.