Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
trylovetom committed May 7, 2020
1 parent 1016674 commit e93b141
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 15 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log

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

# 0.1.0 (2020-05-07)


### Bug Fixes

* wrong status in handler when send error ([c506641](https://github.com/AllJointTW/TonJS/commit/c50664150e9c70c03fd4d2eacf816d894208d85a))
* yarn workspace duplicate error ([dfd6c61](https://github.com/AllJointTW/TonJS/commit/dfd6c619a1b7c55576a0123163d4702503155068))


### Features

* **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
* **logger:** add the silent mode and format dependent on NODE_ENV ([c389839](https://github.com/AllJointTW/TonJS/commit/c389839557b3976720d003c07ce3f7b3193c9e6f))
* **logger:** add the ton logger ([fd2ebda](https://github.com/AllJointTW/TonJS/commit/fd2ebda91fe467d93dd1edc2438327fe670f47f2))
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
* **ton:** add the specific method route, such as post, get, put, del ([159a0c4](https://github.com/AllJointTW/TonJS/commit/159a0c4ec835c262b64484d1feb7303f4437cd59))
* add the createApp and listen app for server manual setup ([4d03482](https://github.com/AllJointTW/TonJS/commit/4d03482f8a89805b84dd45c6c49bfc404c53dc08))
* support ssl app ([1f1b33d](https://github.com/AllJointTW/TonJS/commit/1f1b33d76c5238c0eddf0600c59656bbae2651c2))
* **tonjs:** add code of utils and bin of tonjs ([efd929d](https://github.com/AllJointTW/TonJS/commit/efd929db6a38b4165341ddba02ee4a029a7f1196))
* **tonjs:** add new feature about graceful shutdown ([092ca67](https://github.com/AllJointTW/TonJS/commit/092ca67216007758685244a24abe8b755cf88c5a))
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"version": "0.0.0",
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
"exact": true,
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"init": {
"exact": true
Expand Down
11 changes: 11 additions & 0 deletions packages/balance/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.

# 0.1.0 (2020-05-07)


### Features

* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
7 changes: 3 additions & 4 deletions packages/balance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonjs/balance",
"version": "0.0.0",
"version": "0.1.0",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -36,7 +36,6 @@
"build": "tsc"
},
"dependencies": {
"@tonjs/ton": "0.0.0"
},
"devDependencies": {}
"@tonjs/ton": "0.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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

# 0.1.0 (2020-05-07)


### Features

* **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
6 changes: 3 additions & 3 deletions packages/bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonjs/bin",
"version": "0.0.0",
"version": "0.1.0",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "tsc"
},
"dependencies": {
"@tonjs/logger": "0.0.0",
"@tonjs/ton": "0.0.0",
"@tonjs/logger": "0.1.0",
"@tonjs/ton": "0.1.0",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

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

# 0.1.0 (2020-05-07)


### Features

* **logger:** add the silent mode and format dependent on NODE_ENV ([c389839](https://github.com/AllJointTW/TonJS/commit/c389839557b3976720d003c07ce3f7b3193c9e6f))
* **logger:** add the ton logger ([fd2ebda](https://github.com/AllJointTW/TonJS/commit/fd2ebda91fe467d93dd1edc2438327fe670f47f2))
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
6 changes: 2 additions & 4 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonjs/logger",
"version": "0.0.0",
"version": "0.1.0",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -34,7 +34,5 @@
"license": "GPL-3.0",
"scripts": {
"build": "tsc"
},
"dependencies": {},
"devDependencies": {}
}
}
13 changes: 13 additions & 0 deletions packages/ton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

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

# 0.1.0 (2020-05-07)


### Features

* **bin:** add the full feature and some e2e test ([e7c5d78](https://github.com/AllJointTW/TonJS/commit/e7c5d78a92814e7fc3c085e3266db1bbd824833c))
* **ton:** add full feature of routes ([df3992f](https://github.com/AllJointTW/TonJS/commit/df3992fc9648365d8552a1146948818f6e3a1387))
* **ton:** add the specific method route, such as post, get, put, del ([159a0c4](https://github.com/AllJointTW/TonJS/commit/159a0c4ec835c262b64484d1feb7303f4437cd59))
4 changes: 2 additions & 2 deletions packages/ton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonjs/ton",
"version": "0.0.0",
"version": "0.1.0",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -39,7 +39,7 @@
"build": "tsc"
},
"dependencies": {
"@tonjs/logger": "0.0.0",
"@tonjs/logger": "0.1.0",
"bytes": "^3.1.0",
"uWebSockets.js": "uNetworking/uWebSockets.js#v17.4.0"
},
Expand Down

0 comments on commit e93b141

Please sign in to comment.