From 6d8e305e245f04153cda58dc97f1db034a0f1bba Mon Sep 17 00:00:00 2001 From: bdbch Date: Fri, 4 Sep 2026 15:24:37 +0200 Subject: [PATCH] fix linting --- .../2026-08-26-validate-collaboration-caret-colors.md | 2 +- CONTRIBUTING.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.changeset/2026-08-26-validate-collaboration-caret-colors.md b/.changeset/2026-08-26-validate-collaboration-caret-colors.md index daec61290..f2f4bb7b0 100644 --- a/.changeset/2026-08-26-validate-collaboration-caret-colors.md +++ b/.changeset/2026-08-26-validate-collaboration-caret-colors.md @@ -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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7476f6094..5b69bd1fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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