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 13, 2020
1 parent 473cd90 commit d581e7c
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 14 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/AllJointTW/TonJS/compare/v0.1.2...v0.2.0) (2020-05-13)


* refactor!: make the all argument in same logger, print in the one line ([9215054](https://github.com/AllJointTW/TonJS/commit/92150545f1e10013b692fa2802f7bb4903398790))


### BREAKING CHANGES

* rename the printWithColor to printIn, and make the all argument print in one line





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

### Bug Fixes
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"version": "0.1.2",
"version": "0.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
"exact": true,
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"init": {
"exact": true
Expand Down
8 changes: 8 additions & 0 deletions packages/balance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/AllJointTW/TonJS/compare/v0.1.2...v0.2.0) (2020-05-13)

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





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

**Note:** Version bump only for package @tonjs/balance
Expand Down
4 changes: 2 additions & 2 deletions packages/balance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonjs/balance",
"version": "0.1.1",
"version": "0.2.0",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -40,6 +40,6 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@tonjs/ton": "0.1.1"
"@tonjs/ton": "0.2.0"
}
}
8 changes: 8 additions & 0 deletions packages/bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/AllJointTW/TonJS/compare/v0.1.2...v0.2.0) (2020-05-13)

**Note:** Version bump only for package @tonjs/bin





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

### Bug Fixes
Expand Down
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.1.2",
"version": "0.2.0",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -43,8 +43,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@tonjs/logger": "0.1.1",
"@tonjs/ton": "0.1.1",
"@tonjs/logger": "0.2.0",
"@tonjs/ton": "0.2.0",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [0.2.0](https://github.com/AllJointTW/TonJS/compare/v0.1.2...v0.2.0) (2020-05-13)

**Note:** Version bump only for package @tonjs/cors
7 changes: 3 additions & 4 deletions packages/cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonjs/cors",
"version": "0.1.2",
"version": "0.2.0",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -40,7 +40,6 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@tonjs/ton": "0.1.1"
},
"devDependencies": {}
"@tonjs/ton": "0.2.0"
}
}
14 changes: 14 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/AllJointTW/TonJS/compare/v0.1.2...v0.2.0) (2020-05-13)


* refactor!: make the all argument in same logger, print in the one line ([9215054](https://github.com/AllJointTW/TonJS/commit/92150545f1e10013b692fa2802f7bb4903398790))


### BREAKING CHANGES

* rename the printWithColor to printIn, and make the all argument print in one line





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

**Note:** Version bump only for package @tonjs/logger
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonjs/logger",
"version": "0.1.1",
"version": "0.2.0",
"keywords": [
"http",
"benchmark",
Expand Down
8 changes: 8 additions & 0 deletions packages/ton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/AllJointTW/TonJS/compare/v0.1.2...v0.2.0) (2020-05-13)

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





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

**Note:** Version bump only for package @tonjs/ton
Expand Down
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.1.1",
"version": "0.2.0",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@tonjs/logger": "0.1.1",
"@tonjs/logger": "0.2.0",
"bytes": "^3.1.0",
"uWebSockets.js": "uNetworking/uWebSockets.js#v17.4.0"
},
Expand Down

0 comments on commit d581e7c

Please sign in to comment.