fix linting

This commit is contained in:
bdbch
2026-09-04 15:24:37 +02:00
parent 4055c497aa
commit 6d8e305e24
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
---
"@tiptap/extension-collaboration-caret": patch
'@tiptap/extension-collaboration-caret': patch
---
Fixed a bug which allowed potentially unsafe color values being sent by other clients. Those unsafe colors received from collaboration users are now ignored.
+3 -3
View File
@@ -30,9 +30,9 @@ the branch, to know what is currently stable.
Older major versions live on `release/v*` branches (e.g. `release/v3`). These only
receive critical bug fixes and security patches, no new features.
| Branch | Purpose | Publishes |
| ---------------- | --------------------------------------- | ------------------------------------------------------------------------------ |
| `main` | Active development, default branch | `next` / `alpha` / `beta`, or `latest` once main is the current stable version |
| Branch | Purpose | Publishes |
| ------------ | --------------------------------------- | ------------------------------------------------------------------------------ |
| `main` | Active development, default branch | `next` / `alpha` / `beta`, or `latest` once main is the current stable version |
| `release/v*` | Frozen stable line, critical fixes only | `latest` (while current) or `latest-v*` (once superseded) |
Once a `release/v*` branch is cut, it never merges back into `main`, and `main` never