-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump related packages together (#260)
# Pull Request ## 📖 Description Sets the `design-to-code` and `design-to-code-react` packages to version together. This will make documentation easier.
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
module.exports = { | ||
disallowedChangeTypes: ["major"], | ||
bumpDeps: true, | ||
groups: [ | ||
{ | ||
name: "dtc", | ||
include: ["packages/design-to-code", "packages/design-to-code-react"], | ||
}, | ||
], | ||
}; |
7 changes: 7 additions & 0 deletions
7
change/design-to-code-b16b55f4-5391-483e-a6a4-a8361c6af870.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Setting the packages to bump versions together", | ||
"packageName": "design-to-code", | ||
"email": "7559015+janechu@users.noreply.github.com", | ||
"dependentChangeType": "none" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters