-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update changesets to be valid again
- Loading branch information
1 parent
97b4c1e
commit efe6daf
Showing
3 changed files
with
6 additions
and
6 deletions.
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,5 +1,5 @@ | ||
--- | ||
'@tiptap/extension-font-size': patch | ||
'@tiptap/extension-text-style': minor | ||
--- | ||
|
||
This adds the new @tiptap/extension-font-size extension for changing the font-size of text based on the textStyle extension | ||
This adds the `font-size` to `text-style` package, which can set the font size of `textStyle`s |
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,5 +1,5 @@ | ||
--- | ||
'@tiptap/extension-background-color': patch | ||
'@tiptap/extension-text-style': minor | ||
--- | ||
|
||
Adds a new extension, `extension-background-color` which can color the background of `textStyle`s | ||
This adds the `background-color` to `text-style` package, which can color the background of `textStyle`s |
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,5 +1,5 @@ | ||
--- | ||
'@tiptap/extension-line-height': patch | ||
'@tiptap/extension-text-style': minor | ||
--- | ||
|
||
This adds the `extension-line-height` package which controls the line-height of text like `font-size`, `font-family`, etc. | ||
This adds the `line-height` to `text-style` package, which controls the line-height of text like `font-size`, `font-family`, etc. |