Skip to content

Commit

Permalink
release: 🔖 publish v0.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil4udo committed Nov 15, 2022
1 parent df24209 commit 74eff26
Show file tree
Hide file tree
Showing 19 changed files with 1,706 additions and 2,172 deletions.
287 changes: 112 additions & 175 deletions CHANGELOG.md

Large diffs are not rendered by default.

58 changes: 27 additions & 31 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
{
"version": "0.11.12",
"packages": [
"packages/*"
],
"npmClient": "pnpm",
"useWorkspaces": true,
"granularPathspec": false,
"command": {
"version": {
"allowBranch": [
"master"
],
"conventionalCommits": true,
"createRelease": "github",
"message": "release: 🔖 publish %s"
},
"publish": {
"npmClient": "npm"
}
},
"changelog": {
"labels": {
"feature": "New Feature",
"fix": "Bug Fix",
"docs": "Documentation",
"types": "Types",
"perf": "Performance",
"refactoring": "Refactor"
}
}
}
"version": "0.11.13",
"packages": ["packages/*"],
"npmClient": "pnpm",
"useWorkspaces": true,
"granularPathspec": false,
"command": {
"version": {
"allowBranch": ["master"],
"conventionalCommits": true,
"createRelease": "github",
"message": "release: 🔖 publish %s"
},
"publish": {
"npmClient": "npm"
}
},
"changelog": {
"labels": {
"feature": "New Feature",
"fix": "Bug Fix",
"docs": "Documentation",
"types": "Types",
"perf": "Performance",
"refactoring": "Refactor"
}
}
}
Loading

0 comments on commit 74eff26

Please sign in to comment.