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 6, 2020
1 parent d7d0deb commit 4b1629e
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.8"></a>
## 0.3.8 (2020-02-06)

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





<a name="0.3.7"></a>
## 0.3.7 (2020-02-05)

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.7",
"packages": [
"packages/*"
],
"version": "0.3.8",
"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.8"></a>
## 0.3.8 (2020-02-06)

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





<a name="0.3.7"></a>
## 0.3.7 (2020-02-05)

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.7",
"version": "0.3.8",
"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 @@ -43,7 +43,7 @@
"ts": "ts-node -P tsconfig.json"
},
"dependencies": {
"@code-dependency/view": "^0.3.7",
"@code-dependency/view": "^0.3.8",
"commander": "4.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
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.8"></a>
## 0.3.8 (2020-02-06)

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





<a name="0.3.7"></a>
## 0.3.7 (2020-02-05)

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.7",
"version": "0.3.8",
"homepage": "https://pages.github.com/Himenon/code-dependency",
"bugs": "https://github.com/Himenon/code-dependency/issues",
"repository": {
Expand Down

0 comments on commit 4b1629e

Please sign in to comment.