Skip to content

Commit 473cd90

Browse files
committed
chore: lint the code
1 parent e4c711c commit 473cd90

File tree

6 files changed

+27
-67
lines changed

6 files changed

+27
-67
lines changed

CHANGELOG.md

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## [0.1.2](https://github.com/AllJointTW/TonJS/compare/v0.1.1...v0.1.2) (2020-05-07)
77

8-
98
### Bug Fixes
109

11-
* **bin:** help and version parse error ([ab3e4c2](https://github.com/AllJointTW/TonJS/commit/ab3e4c27fd95c8326a033521e081b0dbb8b6cab9))
12-
13-
14-
15-
10+
- **bin:** help and version parse error ([ab3e4c2](https://github.com/AllJointTW/TonJS/commit/ab3e4c27fd95c8326a033521e081b0dbb8b6cab9))
1611

1712
## [0.1.1](https://github.com/AllJointTW/TonJS/compare/v0.1.0...v0.1.1) (2020-05-07)
1813

19-
2014
### Bug Fixes
2115

22-
* **bin:** add the missing shebang ([6e0a21d](https://github.com/AllJointTW/TonJS/commit/6e0a21d8e2244931c2fbbf60b0ede7710c044a24))
23-
* **bin:** help and version script run with the main function ([3937ac9](https://github.com/AllJointTW/TonJS/commit/3937ac9dc279cd0ac04cbbcefed8f77af60fa9ed))
24-
25-
26-
27-
16+
- **bin:** add the missing shebang ([6e0a21d](https://github.com/AllJointTW/TonJS/commit/6e0a21d8e2244931c2fbbf60b0ede7710c044a24))
17+
- **bin:** help and version script run with the main function ([3937ac9](https://github.com/AllJointTW/TonJS/commit/3937ac9dc279cd0ac04cbbcefed8f77af60fa9ed))
2818

2919
# 0.1.0 (2020-05-07)
3020

31-
3221
### Bug Fixes
3322

34-
* wrong status in handler when send error ([c506641](https://github.com/AllJointTW/TonJS/commit/c50664150e9c70c03fd4d2eacf816d894208d85a))
35-
* yarn workspace duplicate error ([dfd6c61](https://github.com/AllJointTW/TonJS/commit/dfd6c619a1b7c55576a0123163d4702503155068))
36-
23+
- wrong status in handler when send error ([c506641](https://github.com/AllJointTW/TonJS/commit/c50664150e9c70c03fd4d2eacf816d894208d85a))
24+
- yarn workspace duplicate error ([dfd6c61](https://github.com/AllJointTW/TonJS/commit/dfd6c619a1b7c55576a0123163d4702503155068))
3725

3826
### Features
3927

40-
* **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
41-
* **logger:** add the silent mode and format dependent on NODE_ENV ([c389839](https://github.com/AllJointTW/TonJS/commit/c389839557b3976720d003c07ce3f7b3193c9e6f))
42-
* **logger:** add the ton logger ([fd2ebda](https://github.com/AllJointTW/TonJS/commit/fd2ebda91fe467d93dd1edc2438327fe670f47f2))
43-
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
44-
* **ton:** add the specific method route, such as post, get, put, del ([159a0c4](https://github.com/AllJointTW/TonJS/commit/159a0c4ec835c262b64484d1feb7303f4437cd59))
45-
* add the createApp and listen app for server manual setup ([4d03482](https://github.com/AllJointTW/TonJS/commit/4d03482f8a89805b84dd45c6c49bfc404c53dc08))
46-
* support ssl app ([1f1b33d](https://github.com/AllJointTW/TonJS/commit/1f1b33d76c5238c0eddf0600c59656bbae2651c2))
47-
* **tonjs:** add code of utils and bin of tonjs ([efd929d](https://github.com/AllJointTW/TonJS/commit/efd929db6a38b4165341ddba02ee4a029a7f1196))
48-
* **tonjs:** add new feature about graceful shutdown ([092ca67](https://github.com/AllJointTW/TonJS/commit/092ca67216007758685244a24abe8b755cf88c5a))
28+
- **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
29+
- **logger:** add the silent mode and format dependent on NODE_ENV ([c389839](https://github.com/AllJointTW/TonJS/commit/c389839557b3976720d003c07ce3f7b3193c9e6f))
30+
- **logger:** add the ton logger ([fd2ebda](https://github.com/AllJointTW/TonJS/commit/fd2ebda91fe467d93dd1edc2438327fe670f47f2))
31+
- **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
32+
- **ton:** add the specific method route, such as post, get, put, del ([159a0c4](https://github.com/AllJointTW/TonJS/commit/159a0c4ec835c262b64484d1feb7303f4437cd59))
33+
- add the createApp and listen app for server manual setup ([4d03482](https://github.com/AllJointTW/TonJS/commit/4d03482f8a89805b84dd45c6c49bfc404c53dc08))
34+
- support ssl app ([1f1b33d](https://github.com/AllJointTW/TonJS/commit/1f1b33d76c5238c0eddf0600c59656bbae2651c2))
35+
- **tonjs:** add code of utils and bin of tonjs ([efd929d](https://github.com/AllJointTW/TonJS/commit/efd929db6a38b4165341ddba02ee4a029a7f1196))
36+
- **tonjs:** add new feature about graceful shutdown ([092ca67](https://github.com/AllJointTW/TonJS/commit/092ca67216007758685244a24abe8b755cf88c5a))

lerna.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"useWorkspaces": true,
55
"conventionalCommits": true,
66
"exact": true,
7-
"packages": [
8-
"packages/*"
9-
],
7+
"packages": ["packages/*"],
108
"command": {
119
"init": {
1210
"exact": true

packages/balance/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package @tonjs/balance
99

10-
11-
12-
13-
1410
# 0.1.0 (2020-05-07)
1511

16-
1712
### Features
1813

19-
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
14+
- **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))

packages/bin/CHANGELOG.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## [0.1.2](https://github.com/AllJointTW/TonJS/compare/v0.1.1...v0.1.2) (2020-05-07)
77

8-
98
### Bug Fixes
109

11-
* **bin:** help and version parse error ([ab3e4c2](https://github.com/AllJointTW/TonJS/commit/ab3e4c27fd95c8326a033521e081b0dbb8b6cab9))
12-
13-
14-
15-
10+
- **bin:** help and version parse error ([ab3e4c2](https://github.com/AllJointTW/TonJS/commit/ab3e4c27fd95c8326a033521e081b0dbb8b6cab9))
1611

1712
## [0.1.1](https://github.com/AllJointTW/TonJS/compare/v0.1.0...v0.1.1) (2020-05-07)
1813

19-
2014
### Bug Fixes
2115

22-
* **bin:** add the missing shebang ([6e0a21d](https://github.com/AllJointTW/TonJS/commit/6e0a21d8e2244931c2fbbf60b0ede7710c044a24))
23-
* **bin:** help and version script run with the main function ([3937ac9](https://github.com/AllJointTW/TonJS/commit/3937ac9dc279cd0ac04cbbcefed8f77af60fa9ed))
24-
25-
26-
27-
16+
- **bin:** add the missing shebang ([6e0a21d](https://github.com/AllJointTW/TonJS/commit/6e0a21d8e2244931c2fbbf60b0ede7710c044a24))
17+
- **bin:** help and version script run with the main function ([3937ac9](https://github.com/AllJointTW/TonJS/commit/3937ac9dc279cd0ac04cbbcefed8f77af60fa9ed))
2818

2919
# 0.1.0 (2020-05-07)
3020

31-
3221
### Features
3322

34-
* **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
35-
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
23+
- **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
24+
- **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))

packages/logger/CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package @tonjs/logger
99

10-
11-
12-
13-
1410
# 0.1.0 (2020-05-07)
1511

16-
1712
### Features
1813

19-
* **logger:** add the silent mode and format dependent on NODE_ENV ([c389839](https://github.com/AllJointTW/TonJS/commit/c389839557b3976720d003c07ce3f7b3193c9e6f))
20-
* **logger:** add the ton logger ([fd2ebda](https://github.com/AllJointTW/TonJS/commit/fd2ebda91fe467d93dd1edc2438327fe670f47f2))
21-
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
14+
- **logger:** add the silent mode and format dependent on NODE_ENV ([c389839](https://github.com/AllJointTW/TonJS/commit/c389839557b3976720d003c07ce3f7b3193c9e6f))
15+
- **logger:** add the ton logger ([fd2ebda](https://github.com/AllJointTW/TonJS/commit/fd2ebda91fe467d93dd1edc2438327fe670f47f2))
16+
- **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))

packages/ton/CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package @tonjs/ton
99

10-
11-
12-
13-
1410
# 0.1.0 (2020-05-07)
1511

16-
1712
### Features
1813

19-
* **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
20-
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
21-
* **ton:** add the specific method route, such as post, get, put, del ([159a0c4](https://github.com/AllJointTW/TonJS/commit/159a0c4ec835c262b64484d1feb7303f4437cd59))
14+
- **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
15+
- **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
16+
- **ton:** add the specific method route, such as post, get, put, del ([159a0c4](https://github.com/AllJointTW/TonJS/commit/159a0c4ec835c262b64484d1feb7303f4437cd59))

0 commit comments

Comments
 (0)