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 3937ac9 commit 6219401
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **bin:** add the missing shebang ([6e0a21d](https://github.com/AllJointTW/TonJS/commit/6e0a21d8e2244931c2fbbf60b0ede7710c044a24))
* **bin:** help and version script run with the main function ([3937ac9](https://github.com/AllJointTW/TonJS/commit/3937ac9dc279cd0ac04cbbcefed8f77af60fa9ed))





# 0.1.0 (2020-05-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": 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.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





# 0.1.0 (2020-05-07)


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.0",
"version": "0.1.1",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -40,6 +40,6 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@tonjs/ton": "0.1.0"
"@tonjs/ton": "0.1.1"
}
}
12 changes: 12 additions & 0 deletions packages/bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **bin:** add the missing shebang ([6e0a21d](https://github.com/AllJointTW/TonJS/commit/6e0a21d8e2244931c2fbbf60b0ede7710c044a24))
* **bin:** help and version script run with the main function ([3937ac9](https://github.com/AllJointTW/TonJS/commit/3937ac9dc279cd0ac04cbbcefed8f77af60fa9ed))





# 0.1.0 (2020-05-07)


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.0",
"version": "0.1.1",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -43,8 +43,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@tonjs/logger": "0.1.0",
"@tonjs/ton": "0.1.0",
"@tonjs/logger": "0.1.1",
"@tonjs/ton": "0.1.1",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/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.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





# 0.1.0 (2020-05-07)


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.0",
"version": "0.1.1",
"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.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





# 0.1.0 (2020-05-07)


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.0",
"version": "0.1.1",
"keywords": [
"http",
"benchmark",
Expand Down Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@tonjs/logger": "0.1.0",
"@tonjs/logger": "0.1.1",
"bytes": "^3.1.0",
"uWebSockets.js": "uNetworking/uWebSockets.js#v17.4.0"
},
Expand Down

0 comments on commit 6219401

Please sign in to comment.