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 40842df commit 9f6bd40
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 42 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,37 @@
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)
<a name="0.3.9"></a>

**Note:** Version bump only for package code-dependency
## [0.3.9](https://github.com/Himenon/code-dependency/compare/v0.3.8...v0.3.9) (2020-02-06)

### Chores

- **deps:** update dependencies ([4834458](https://github.com/Himenon/code-dependency/commit/4834458))

### Continuous Integrations

- change release flow ([e36c1a4](https://github.com/Himenon/code-dependency/commit/e36c1a4))
- remove version up in release flow ([d7389b2](https://github.com/Himenon/code-dependency/commit/d7389b2))

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

**Note:** Version bump only for package code-dependency
## 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)

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

<a name="0.3.6"></a>

## 0.3.6 (2020-01-15)

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





<a name="0.3.5"></a>

## 0.3.5 (2020-01-15)
Expand Down
10 changes: 3 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@
"publish": {
"access": "public",
"allowBranch": "master",
"ignoreChanges": [
"CHANGELOG.md"
]
"ignoreChanges": ["CHANGELOG.md"]
}
},
"packages": [
"packages/*"
],
"version": "0.3.8",
"packages": ["packages/*"],
"version": "0.3.9",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
Expand Down
21 changes: 10 additions & 11 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,32 @@
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.9"></a>

## [0.3.9](https://github.com/Himenon/code-dependency/packages/cli/compare/v0.3.8...v0.3.9) (2020-02-06)

### Chores

- **deps:** update dependencies ([4834458](https://github.com/Himenon/code-dependency/packages/cli/commit/4834458))

<a name="0.3.8"></a>

<a name="0.3.7"></a>
## 0.3.7 (2020-02-05)
## 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)


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

<a name="0.3.6"></a>

## 0.3.6 (2020-01-15)

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





<a name="0.3.5"></a>

## 0.3.5 (2020-01-15)
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.8",
"version": "0.3.9",
"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.8",
"@code-dependency/view": "^0.3.9",
"commander": "4.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand Down
21 changes: 10 additions & 11 deletions packages/view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,32 @@
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.9"></a>

## [0.3.9](https://github.com/Himenon/code-dependency/compare/v0.3.8...v0.3.9) (2020-02-06)

### Chores

- **deps:** update dependencies ([4834458](https://github.com/Himenon/code-dependency/commit/4834458))

<a name="0.3.8"></a>

<a name="0.3.7"></a>
## 0.3.7 (2020-02-05)
## 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)


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

<a name="0.3.6"></a>

## 0.3.6 (2020-01-15)

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





<a name="0.3.5"></a>

## 0.3.5 (2020-01-15)
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.8",
"version": "0.3.9",
"homepage": "https://pages.github.com/Himenon/code-dependency",
"bugs": "https://github.com/Himenon/code-dependency/issues",
"repository": {
Expand Down

0 comments on commit 9f6bd40

Please sign in to comment.