Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon committed Feb 7, 2020
1 parent 40245db commit 53718af
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.0"></a>

# [0.4.0](https://github.com/Himenon/code-dependency/compare/v0.3.9...v0.4.0) (2020-02-07)

### Documentation

- generate static site ([aa793cb](https://github.com/Himenon/code-dependency/commit/aa793cb))
- no formated ([25ac2c4](https://github.com/Himenon/code-dependency/commit/25ac2c4))
- **cli:** update arguments ([4671ae0](https://github.com/Himenon/code-dependency/commit/4671ae0))
- **cli:** update export static docs ([ebde7a8](https://github.com/Himenon/code-dependency/commit/ebde7a8))
- update README ([b75167f](https://github.com/Himenon/code-dependency/commit/b75167f))

### Features

- **view:** add client and server renderer ([6775e3d](https://github.com/Himenon/code-dependency/commit/6775e3d))
- add cli exception ([a3e8426](https://github.com/Himenon/code-dependency/commit/a3e8426))
- add error template ([144bf70](https://github.com/Himenon/code-dependency/commit/144bf70))
- add native dot engine ([4369d7d](https://github.com/Himenon/code-dependency/commit/4369d7d))
- add redirect settings ([e48fb94](https://github.com/Himenon/code-dependency/commit/e48fb94))
- add rendererType ([ec1c4a8](https://github.com/Himenon/code-dependency/commit/ec1c4a8))
- create svg element api ([07d3fd7](https://github.com/Himenon/code-dependency/commit/07d3fd7))
- enabled render over 300kb dot source ([35bd148](https://github.com/Himenon/code-dependency/commit/35bd148))
- update svg-element api ([fd9d37d](https://github.com/Himenon/code-dependency/commit/fd9d37d))

<a name="0.3.9"></a>

## [0.3.9](https://github.com/Himenon/code-dependency/compare/v0.3.8...v0.3.9) (2020-02-06)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"packages": ["packages/*"],
"version": "0.3.9",
"version": "0.4.0",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.0"></a>

# [0.4.0](https://github.com/Himenon/code-dependency/packages/cli/compare/v0.3.9...v0.4.0) (2020-02-07)

### Documentation

- **cli:** update arguments ([4671ae0](https://github.com/Himenon/code-dependency/packages/cli/commit/4671ae0))
- **cli:** update export static docs ([ebde7a8](https://github.com/Himenon/code-dependency/packages/cli/commit/ebde7a8))
- update README ([b75167f](https://github.com/Himenon/code-dependency/packages/cli/commit/b75167f))

### Features

- **view:** add client and server renderer ([6775e3d](https://github.com/Himenon/code-dependency/packages/cli/commit/6775e3d))
- add cli exception ([a3e8426](https://github.com/Himenon/code-dependency/packages/cli/commit/a3e8426))
- add error template ([144bf70](https://github.com/Himenon/code-dependency/packages/cli/commit/144bf70))
- add native dot engine ([4369d7d](https://github.com/Himenon/code-dependency/packages/cli/commit/4369d7d))
- add redirect settings ([e48fb94](https://github.com/Himenon/code-dependency/packages/cli/commit/e48fb94))
- add rendererType ([ec1c4a8](https://github.com/Himenon/code-dependency/packages/cli/commit/ec1c4a8))
- create svg element api ([07d3fd7](https://github.com/Himenon/code-dependency/packages/cli/commit/07d3fd7))
- enabled render over 300kb dot source ([35bd148](https://github.com/Himenon/code-dependency/packages/cli/commit/35bd148))
- update svg-element api ([fd9d37d](https://github.com/Himenon/code-dependency/packages/cli/commit/fd9d37d))

<a name="0.3.9"></a>

## [0.3.9](https://github.com/Himenon/code-dependency/packages/cli/compare/v0.3.8...v0.3.9) (2020-02-06)
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-dependency/cli",
"version": "0.3.9",
"version": "0.4.0",
"description": "It is a command line tool for using code-dependency library.",
"keywords": [],
"homepage": "https://github.com/Himenon/code-dependency#readme",
Expand Down Expand Up @@ -44,7 +44,7 @@
"ts": "ts-node -P tsconfig.json"
},
"dependencies": {
"@code-dependency/view": "^0.3.9",
"@code-dependency/view": "^0.4.0",
"commander": "4.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand Down
12 changes: 12 additions & 0 deletions packages/view/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.

<a name="0.4.0"></a>

# [0.4.0](https://github.com/Himenon/code-dependency/compare/v0.3.9...v0.4.0) (2020-02-07)

### Features

- **view:** add client and server renderer ([6775e3d](https://github.com/Himenon/code-dependency/commit/6775e3d))
- add error template ([144bf70](https://github.com/Himenon/code-dependency/commit/144bf70))
- add rendererType ([ec1c4a8](https://github.com/Himenon/code-dependency/commit/ec1c4a8))
- create svg element api ([07d3fd7](https://github.com/Himenon/code-dependency/commit/07d3fd7))
- update svg-element api ([fd9d37d](https://github.com/Himenon/code-dependency/commit/fd9d37d))

<a name="0.3.9"></a>

## [0.3.9](https://github.com/Himenon/code-dependency/compare/v0.3.8...v0.3.9) (2020-02-06)
Expand Down
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-dependency/view",
"version": "0.3.9",
"version": "0.4.0",
"homepage": "https://pages.github.com/Himenon/code-dependency",
"bugs": "https://github.com/Himenon/code-dependency/issues",
"repository": {
Expand Down

0 comments on commit 53718af

Please sign in to comment.