Skip to content

Commit

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

<a name="0.3.2"></a>
## 0.3.2 (2020-01-07)

**Note:** Version bump only for package code-dependency





<a name="0.3.1"></a>

## [0.3.1](https://github.com/Himenon/code-dependency/compare/v0.3.0...v0.3.1) (2020-01-06)
Expand Down
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@
"publish": {
"access": "public",
"allowBranch": "master",
"ignoreChanges": ["CHANGELOG.md"]
"ignoreChanges": [
"CHANGELOG.md"
]
}
},
"packages": ["packages/*"],
"version": "0.3.1",
"packages": [
"packages/*"
],
"version": "0.3.2",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.3.2"></a>
## 0.3.2 (2020-01-07)

**Note:** Version bump only for package @code-dependency/cli





<a name="0.3.1"></a>

## [0.3.1](https://github.com/Himenon/code-dependency/packages/cli/compare/v0.3.0...v0.3.1) (2020-01-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.1",
"version": "0.3.2",
"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 @@ -40,7 +40,7 @@
"ts": "ts-node -P tsconfig.json"
},
"dependencies": {
"@code-dependency/view": "^0.3.1",
"@code-dependency/view": "^0.3.2",
"chalk": "^3.0.0",
"commander": "4.0.1",
"compression": "^1.7.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.3.2"></a>
## 0.3.2 (2020-01-07)

**Note:** Version bump only for package @code-dependency/view





<a name="0.3.1"></a>

## [0.3.1](https://github.com/Himenon/code-dependency/compare/v0.3.0...v0.3.1) (2020-01-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.1",
"version": "0.3.2",
"homepage": "https://pages.github.com/Himenon/code-dependency",
"bugs": "https://github.com/Himenon/code-dependency/issues",
"repository": {
Expand Down

0 comments on commit d08df06

Please sign in to comment.