Skip to content

Commit

Permalink
Bump related packages together (#260)
Browse files Browse the repository at this point in the history
# 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
janechu authored Apr 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 143f8f5 commit 12586e3
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions beachball.config.js
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"],
},
],
};
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"
}
2 changes: 1 addition & 1 deletion packages/design-to-code/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "design-to-code",
"description": "A set of utilities to assist in creating web UI",
"sideEffects": false,
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"author": "Jane Chu",
"license": "MIT",

0 comments on commit 12586e3

Please sign in to comment.