diff --git a/.changeset/red-rivers-exist.md b/.changeset/red-rivers-exist.md index 6ed874dc67..6efed4a00c 100644 --- a/.changeset/red-rivers-exist.md +++ b/.changeset/red-rivers-exist.md @@ -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 diff --git a/.changeset/smart-turtles-happen.md b/.changeset/smart-turtles-happen.md index b8976b6c88..e5c9b11709 100644 --- a/.changeset/smart-turtles-happen.md +++ b/.changeset/smart-turtles-happen.md @@ -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 diff --git a/.changeset/twelve-paws-work.md b/.changeset/twelve-paws-work.md index 6168596d8a..6192c35ab8 100644 --- a/.changeset/twelve-paws-work.md +++ b/.changeset/twelve-paws-work.md @@ -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.