Skip to content

Commit b8242f1

Browse files
committed
v5.0.0-alpha.0-20221217-d87d529d
1 parent d87d529 commit b8242f1

File tree

141 files changed

+41175
-30673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+41175
-30673
lines changed

lerna.json

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
{
2-
"useWorkspaces": true,
3-
"version": "5.0.0-alpha.0-20221202-deec19ee",
4-
"//": "Set up some command options",
5-
"command": {
6-
"//": "Running a script should show the output while it is generated",
7-
"run": {
8-
"stream": true
9-
},
10-
"version": {
11-
"//": "This is required for the release-script",
12-
"allowBranch": [
13-
"master",
14-
"*.x"
15-
],
16-
"ignoreChanges": [
17-
"*.md"
18-
],
19-
"exact": true
2+
"useWorkspaces": true,
3+
"version": "5.0.0-alpha.0-20221217-d87d529d",
4+
"//": "Set up some command options",
5+
"command": {
6+
"//": "Running a script should show the output while it is generated",
7+
"run": {
8+
"stream": true
9+
},
10+
"version": {
11+
"//": "This is required for the release-script",
12+
"allowBranch": ["master", "*.x"],
13+
"ignoreChanges": ["*.md"],
14+
"exact": true
15+
}
2016
}
21-
}
2217
}

0 commit comments

Comments
 (0)