Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6171af7

Browse filesBrowse files
committed
chore(release): publish
1 parent 1e0822a commit 6171af7
Copy full SHA for 6171af7

File tree

Expand file treeCollapse file tree

6 files changed

+37
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

6 files changed

+37
-6
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
<a name="0.3.4"></a>
7+
## 0.3.4 (2020-01-08)
8+
9+
**Note:** Version bump only for package code-dependency
10+
11+
12+
13+
14+
615
<a name="0.3.3"></a>
716

817
## 0.3.3 (2020-01-07)
Collapse file

‎lerna.json‎

Copy file name to clipboardExpand all lines: lerna.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
"publish": {
1212
"access": "public",
1313
"allowBranch": "master",
14-
"ignoreChanges": ["CHANGELOG.md"]
14+
"ignoreChanges": [
15+
"CHANGELOG.md"
16+
]
1517
}
1618
},
17-
"packages": ["packages/*"],
18-
"version": "0.3.3",
19+
"packages": [
20+
"packages/*"
21+
],
22+
"version": "0.3.4",
1923
"npmClient": "yarn",
2024
"registry": "https://registry.npmjs.org/",
2125
"useWorkspaces": true,
Collapse file

‎packages/cli/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/cli/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
<a name="0.3.4"></a>
7+
## 0.3.4 (2020-01-08)
8+
9+
**Note:** Version bump only for package @code-dependency/cli
10+
11+
12+
13+
14+
615
<a name="0.3.3"></a>
716

817
## 0.3.3 (2020-01-07)
Collapse file

‎packages/cli/package.json‎

Copy file name to clipboardExpand all lines: packages/cli/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-dependency/cli",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "It is a command line tool for using code-dependency library.",
55
"keywords": [],
66
"homepage": "https://github.com/Himenon/code-dependency#readme",
@@ -40,7 +40,7 @@
4040
"ts": "ts-node -P tsconfig.json"
4141
},
4242
"dependencies": {
43-
"@code-dependency/view": "^0.3.3",
43+
"@code-dependency/view": "^0.3.4",
4444
"commander": "4.0.1",
4545
"compression": "^1.7.4",
4646
"cors": "^2.8.5",
Collapse file

‎packages/view/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/view/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
<a name="0.3.4"></a>
7+
## 0.3.4 (2020-01-08)
8+
9+
**Note:** Version bump only for package @code-dependency/view
10+
11+
12+
13+
14+
615
<a name="0.3.3"></a>
716

817
## 0.3.3 (2020-01-07)
Collapse file

‎packages/view/package.json‎

Copy file name to clipboardExpand all lines: packages/view/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-dependency/view",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"homepage": "https://pages.github.com/Himenon/code-dependency",
55
"bugs": "https://github.com/Himenon/code-dependency/issues",
66
"repository": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.