Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop #5873

Merged
merged 12 commits into from
Nov 26, 2024
Merged
5 changes: 5 additions & 0 deletions .changeset/chilled-pigs-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/extension-character-count": major
---

fix: #5851 - While setting `content` directly while using character-count
5 changes: 5 additions & 0 deletions .changeset/famous-bags-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/extension-code": patch
---

Update inline code formatting for text enclosed in backticks
5 changes: 5 additions & 0 deletions .changeset/four-islands-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/extension-list-keymap": patch
---

Improve selected text deletion at the end of list items
5 changes: 5 additions & 0 deletions .changeset/silver-waves-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---

Updates the typings to be inline with Prosemirror-view #5867
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
with:
path: |
**/node_modules
**/.turbo
/home/runner/.cache/Cypress
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

Expand All @@ -163,3 +164,7 @@ jobs:
- name: Try to build the packages
id: build-packages
run: npm run build:ci

- name: Soft release
id: soft-release
run: npx pkg-pr-new publish './packages/*' --compact
Loading