Skip to content

Commit 641250b

Browse files
authored
v1.2
2 parents 695705a + f221e5e commit 641250b

File tree

744 files changed

+10935
-2435
lines changed

Some content is hidden

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

744 files changed

+10935
-2435
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion

README.md

Lines changed: 1 addition & 0 deletions

docs/TOOLING.md

Lines changed: 1 addition & 21 deletions

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "1.1.15"
7+
"version": "1.2.0"
88
}

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@
1212
"test": "lerna run test",
1313
"lint": "lerna run lint",
1414
"deploy": "yarn bootstrap && yarn build",
15-
"prepatch": "generi log prepatch",
1615
"patch": "generi log patch",
17-
"preminor": "generi log preminor",
1816
"minor": "generi log minor",
19-
"premajor": "generi log premajor",
2017
"major": "generi log major"
2118
},
2219
"devDependencies": {
2320
"generi": "1.1.0",
24-
"lerna": "6.6.1"
21+
"lerna": "6.6.2"
2522
},
2623
"packageManager": "yarn@1.22.19"
2724
}
File renamed without changes.

0 commit comments

Comments
 (0)