Skip to content

Commit

Permalink
Merge pull request #6 from codingsamuel/feat/version
Browse files Browse the repository at this point in the history
feat: add .versionrc.json to update all packages
  • Loading branch information
codingsamuel authored May 9, 2024
2 parents 6299ae0 + 5d53129 commit f1c3e90
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"bumpFiles": [
{
"filename": "package.json",
"type": "json"
},
{
"filename": "projects/core/package.json",
"type": "json"
},
{
"filename": "projects/material/package.json",
"type": "json"
}
]
}

0 comments on commit f1c3e90

Please sign in to comment.