Skip to content

Commit

Permalink
chore: update changesets to be valid again
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jan 8, 2025
1 parent 97b4c1e commit efe6daf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .changeset/red-rivers-exist.md
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
4 changes: 2 additions & 2 deletions .changeset/smart-turtles-happen.md
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
4 changes: 2 additions & 2 deletions .changeset/twelve-paws-work.md
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.

0 comments on commit efe6daf

Please sign in to comment.