Skip to content

Commit 4a2a58e

Browse files
committed
chore: update lerna
1 parent 1666989 commit 4a2a58e

File tree

3 files changed

+760
-589
lines changed

3 files changed

+760
-589
lines changed

lerna.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
},
1212
"publish": {
1313
"npmClient": "yarn",
14-
"allowBranch": "master",
15-
"message": "chore(release): publish %s"
14+
"allowBranch": "master"
1615
},
1716
"version": {
17+
"allowBranch": "master",
1818
"conventionalCommits": true,
19+
"exact": true,
20+
"message": "chore(release): publish %s",
1921
"signGitCommit": true,
2022
"signGitTag": true
2123
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"jest-junit": "6.0.1",
7373
"jest-preset-angular": "6.0.2",
7474
"jest-zone-patch": "0.0.10",
75-
"lerna": "3.10.6",
75+
"lerna": "3.13.4",
7676
"lint-staged": "8.1.0",
7777
"ng-packagr": "4.6.0",
7878
"npm-run-all": "4.1.5",

0 commit comments

Comments
 (0)