Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit df6cb16

Browse files
committed
fix(config): Change lerna config to versioning in release branch
1 parent 935f727 commit df6cb16

6 files changed

Lines changed: 59 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.2](https://github.com/soohoio/sooho/compare/v0.3.1...v0.3.2) (2018-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **advisory-db:** Fix demo version of cli audit and add test files ([624ba74](https://github.com/soohoio/sooho/commit/624ba74))
12+
* **config:** Change lerna config to versioning in release branch ([7f54a18](https://github.com/soohoio/sooho/commit/7f54a18))
13+
14+
15+
### Features
16+
17+
* **advisory:** Add new package [@sooho](https://github.com/sooho)/sooho-advisory-db ([941d518](https://github.com/soohoio/sooho/commit/941d518))
18+
19+
20+
21+
22+
623
## [0.3.1](https://github.com/soohoio/sooho/compare/v0.3.0...v0.3.1) (2018-12-16)
724

825

lerna.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"lerna": "3.4.3",
77
"command": {
88
"publish": {
9-
"allowBranch": "master",
9+
"allowBranch": [
10+
"master",
11+
"release/*"
12+
],
1013
"conventionalCommits": true,
1114
"message": "chore(release): publish %s"
1215
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.3.2](https://github.com/soohoio/sooho/compare/v0.3.1...v0.3.2) (2018-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **advisory-db:** Fix demo version of cli audit and add test files ([624ba74](https://github.com/soohoio/sooho/commit/624ba74))
12+
13+
14+
### Features
15+
16+
* **advisory:** Add new package [@sooho](https://github.com/sooho)/sooho-advisory-db ([941d518](https://github.com/soohoio/sooho/commit/941d518))

packages/sooho-advisory-db/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "@sooho/advisory-db",
3-
"version": "0.3.0",
3+
"version": "0.3.2",
44
"description": "A community-driven vulnerability database of smart contract",
5-
"repository": "https://github.com/soohoio/sooho",
6-
"license": "CC BY-NC-SA-4.0",
7-
"author": "Jisu Park <jisupark@sooho.io>",
85
"repository": {
96
"type": "git",
107
"url": "https://github.com/soohoio/sooho"
118
},
9+
"license": "CC BY-NC-SA-4.0",
10+
"author": "Jisu Park <jisupark@sooho.io>",
1211
"files": [
1312
"/ethereum/*",
1413
"/yarn.lock"

packages/sooho-cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.2](https://github.com/soohoio/sooho/compare/v0.3.1...v0.3.2) (2018-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **advisory-db:** Fix demo version of cli audit and add test files ([624ba74](https://github.com/soohoio/sooho/commit/624ba74))
12+
13+
14+
### Features
15+
16+
* **advisory:** Add new package [@sooho](https://github.com/sooho)/sooho-advisory-db ([941d518](https://github.com/soohoio/sooho/commit/941d518))
17+
18+
19+
20+
21+
622
## [0.3.1](https://github.com/soohoio/sooho/compare/v0.3.0...v0.3.1) (2018-12-16)
723

824

packages/sooho-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sooho/cli",
33
"description": "CLI tool to interact with SOOHO",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"author": "Jisu Park <jisupark@sooho.io>",
66
"bin": {
77
"sooho": "./bin/run"
@@ -16,8 +16,8 @@
1616
"@oclif/config": "^1",
1717
"@oclif/plugin-help": "^2.1.4",
1818
"@oclif/plugin-update": "^1.3.9",
19+
"@sooho/advisory-db": "^0.3.2",
1920
"@sooho/parser": "^0.3.0",
20-
"@sooho/advisory-db": "^0.3.0",
2121
"cli-table": "^0.3.1",
2222
"ora": "^3.0.0",
2323
"powerwalker": "^0.1.0",

0 commit comments

Comments
 (0)