chore: update changesets to be valid again

This commit is contained in:
Nick the Sick 2025-01-08 08:35:09 +01:00
parent 97b4c1e41e
commit efe6dafa57
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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.