Skip to content

Commit

Permalink
chore(release): publish 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed May 12, 2023
1 parent ab9f7a8 commit 281943c
Show file tree
Hide file tree
Showing 27 changed files with 51,653 additions and 52,803 deletions.
487 changes: 141 additions & 346 deletions CHANGELOG.md

Large diffs are not rendered by default.

46 changes: 20 additions & 26 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
{
"packages": [
"packages/*"
],
"version": "1.3.2",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
"bootstrap": {
"hoist": true
"packages": ["packages/*"],
"version": "2.0.0",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
"bootstrap": {
"hoist": true
},
"publish": {
"preDistTag": "next",
"noGitReset": true
},
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"createRelease": "github",
"gitRemote": "upstream",
"message": "chore(release): publish %v"
}
},
"publish": {
"preDistTag": "next",
"noGitReset": true
},
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"createRelease": "github",
"gitRemote": "upstream",
"message": "chore(release): publish %v"
}
},
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
]
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"]
}
Loading

0 comments on commit 281943c

Please sign in to comment.