Skip to content

Commit

Permalink
Add changeset types to existing changesets
Browse files Browse the repository at this point in the history
In the latest mono version support for changeset types were added. Newer
mono versions won't publish package changesets without types. Add these
types for existing changesets so they can be published with the latest
mono version.

[skip changeset]
[skip ci]
  • Loading branch information
tombruijn committed Dec 1, 2021
1 parent 25f0ef9 commit dd19f67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changesets/add-fish-shell-support.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
bump: "minor"
type: "add"
---

Add support for the `fish` shell in the `script/setup` installation script.
1 change: 1 addition & 0 deletions .changesets/fix-changeset-package-index-validation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
bump: "patch"
type: "fix"
---

Validate user input of the package number for changesets in mono repositories better. Non number characters and other invalid strings will prompt the user again to enter a valid package number.
1 change: 1 addition & 0 deletions .changesets/print-changeset-summaries-on-publish.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
bump: "patch"
type: "add"
---

Print changeset summaries on publish. This makes it easier to tell which changes are about to be published for every package.
2 changes: 1 addition & 1 deletion .changesets/print-changeset-type-on-publish-preview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
bump: "patch"
type: "change"
type: "add"
---

Print changeset type on publish preview.

0 comments on commit dd19f67

Please sign in to comment.