mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 11:45:15 +08:00
chore: update changesets to be valid again
This commit is contained in:
parent
97b4c1e41e
commit
efe6dafa57
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user