Skip to content

Commit

Permalink
fix: add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Jan 23, 2025
1 parent 1377266 commit 8f98f62
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/nuxt",
"comment": "setup stonecrop when component has been mounted",
"type": "patch"
}
],
"packageName": "@stonecrop/nuxt"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/stonecrop",
"comment": "setup stonecrop when component has been mounted",
"type": "patch"
}
],
"packageName": "@stonecrop/stonecrop"
}
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"definitionName": "lockStepVersion",
"policyName": "stonecrop",
"version": "0.4.0",
"nextBump": "minor"
"nextBump": "patch"
}
// {
// /**
Expand Down

0 comments on commit 8f98f62

Please sign in to comment.