This commit is contained in:
Dominik Biedebach 2024-05-08 17:43:53 +02:00
parent e307034088
commit ca4f13461e
114 changed files with 775 additions and 318 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
### Bug Fixes
* NodePos querySelectorAll function ([#5094](https://github.com/ueberdosis/tiptap/issues/5094)) ([4900a27](https://github.com/ueberdosis/tiptap/commit/4900a27c5389d9a2d0d69f407ca3db0155304315))
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package tiptap

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
### Bug Fixes
* NodePos querySelectorAll function ([#5094](https://github.com/ueberdosis/tiptap/issues/5094)) ([4900a27](https://github.com/ueberdosis/tiptap/commit/4900a27c5389d9a2d0d69f407ca3db0155304315))
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package tiptap-demos

View File

@ -1,12 +1,12 @@
{
"name": "tiptap-demos",
"version": "2.3.1",
"version": "2.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tiptap-demos",
"version": "2.3.1",
"version": "2.3.2",
"dependencies": {
"@hocuspocus/provider": "^2.9.0",
"@lexical/react": "^0.11.1",
@ -18,7 +18,7 @@
"remixicon": "^2.5.0",
"shiki": "^0.10.0",
"simplify-js": "^1.2.4",
"y-prosemirror": "^1.2.2",
"y-prosemirror": "^1.2.5",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.11"
},

View File

@ -1,6 +1,6 @@
{
"name": "tiptap-demos",
"version": "2.3.1",
"version": "2.3.2",
"private": true,
"scripts": {
"start": "vite --host",

View File

@ -10,5 +10,5 @@
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"version": "2.3.1"
"version": "2.3.2"
}

314
package-lock.json generated
View File

@ -52,7 +52,7 @@
},
"demos": {
"name": "tiptap-demos",
"version": "2.3.1",
"version": "2.3.2",
"dependencies": {
"@hocuspocus/provider": "^2.9.0",
"@lexical/react": "^0.11.1",
@ -19050,10 +19050,10 @@
},
"packages/core": {
"name": "@tiptap/core",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/pm": "^2.3.1"
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19065,10 +19065,10 @@
},
"packages/extension-blockquote": {
"name": "@tiptap/extension-blockquote",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19080,10 +19080,10 @@
},
"packages/extension-bold": {
"name": "@tiptap/extension-bold",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19095,14 +19095,14 @@
},
"packages/extension-bubble-menu": {
"name": "@tiptap/extension-bubble-menu",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19115,10 +19115,10 @@
},
"packages/extension-bullet-list": {
"name": "@tiptap/extension-bullet-list",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19130,11 +19130,11 @@
},
"packages/extension-character-count": {
"name": "@tiptap/extension-character-count",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19147,10 +19147,10 @@
},
"packages/extension-code": {
"name": "@tiptap/extension-code",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19162,11 +19162,11 @@
},
"packages/extension-code-block": {
"name": "@tiptap/extension-code-block",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19179,12 +19179,12 @@
},
"packages/extension-code-block-lowlight": {
"name": "@tiptap/extension-code-block-lowlight",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/extension-code-block": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/extension-code-block": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19198,11 +19198,11 @@
},
"packages/extension-collaboration": {
"name": "@tiptap/extension-collaboration",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"y-prosemirror": "^1.2.5"
},
"funding": {
@ -19217,10 +19217,10 @@
},
"packages/extension-collaboration-cursor": {
"name": "@tiptap/extension-collaboration-cursor",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/core": "^2.3.2",
"y-prosemirror": "^1.2.5"
},
"funding": {
@ -19234,11 +19234,11 @@
},
"packages/extension-color": {
"name": "@tiptap/extension-color",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/extension-text-style": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/extension-text-style": "^2.3.2"
},
"funding": {
"type": "github",
@ -19251,10 +19251,10 @@
},
"packages/extension-document": {
"name": "@tiptap/extension-document",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19266,11 +19266,11 @@
},
"packages/extension-dropcursor": {
"name": "@tiptap/extension-dropcursor",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19283,14 +19283,14 @@
},
"packages/extension-floating-menu": {
"name": "@tiptap/extension-floating-menu",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19303,11 +19303,11 @@
},
"packages/extension-focus": {
"name": "@tiptap/extension-focus",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19320,11 +19320,11 @@
},
"packages/extension-font-family": {
"name": "@tiptap/extension-font-family",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/extension-text-style": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/extension-text-style": "^2.3.2"
},
"funding": {
"type": "github",
@ -19337,11 +19337,11 @@
},
"packages/extension-gapcursor": {
"name": "@tiptap/extension-gapcursor",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19354,10 +19354,10 @@
},
"packages/extension-hard-break": {
"name": "@tiptap/extension-hard-break",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19369,10 +19369,10 @@
},
"packages/extension-heading": {
"name": "@tiptap/extension-heading",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19384,10 +19384,10 @@
},
"packages/extension-highlight": {
"name": "@tiptap/extension-highlight",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19399,11 +19399,11 @@
},
"packages/extension-history": {
"name": "@tiptap/extension-history",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19416,11 +19416,11 @@
},
"packages/extension-horizontal-rule": {
"name": "@tiptap/extension-horizontal-rule",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19433,10 +19433,10 @@
},
"packages/extension-image": {
"name": "@tiptap/extension-image",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19448,10 +19448,10 @@
},
"packages/extension-italic": {
"name": "@tiptap/extension-italic",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19463,14 +19463,14 @@
},
"packages/extension-link": {
"name": "@tiptap/extension-link",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"linkifyjs": "^4.1.0"
},
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19483,10 +19483,10 @@
},
"packages/extension-list-item": {
"name": "@tiptap/extension-list-item",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19498,10 +19498,10 @@
},
"packages/extension-list-keymap": {
"name": "@tiptap/extension-list-keymap",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19513,12 +19513,12 @@
},
"packages/extension-mention": {
"name": "@tiptap/extension-mention",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/suggestion": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"@tiptap/suggestion": "^2.3.2"
},
"funding": {
"type": "github",
@ -19532,10 +19532,10 @@
},
"packages/extension-ordered-list": {
"name": "@tiptap/extension-ordered-list",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19547,10 +19547,10 @@
},
"packages/extension-paragraph": {
"name": "@tiptap/extension-paragraph",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19562,11 +19562,11 @@
},
"packages/extension-placeholder": {
"name": "@tiptap/extension-placeholder",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19579,10 +19579,10 @@
},
"packages/extension-strike": {
"name": "@tiptap/extension-strike",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19594,10 +19594,10 @@
},
"packages/extension-subscript": {
"name": "@tiptap/extension-subscript",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19609,10 +19609,10 @@
},
"packages/extension-superscript": {
"name": "@tiptap/extension-superscript",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19624,11 +19624,11 @@
},
"packages/extension-table": {
"name": "@tiptap/extension-table",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19641,10 +19641,10 @@
},
"packages/extension-table-cell": {
"name": "@tiptap/extension-table-cell",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19656,10 +19656,10 @@
},
"packages/extension-table-header": {
"name": "@tiptap/extension-table-header",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19671,10 +19671,10 @@
},
"packages/extension-table-row": {
"name": "@tiptap/extension-table-row",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19686,11 +19686,11 @@
},
"packages/extension-task-item": {
"name": "@tiptap/extension-task-item",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19703,10 +19703,10 @@
},
"packages/extension-task-list": {
"name": "@tiptap/extension-task-list",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19718,10 +19718,10 @@
},
"packages/extension-text": {
"name": "@tiptap/extension-text",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19733,10 +19733,10 @@
},
"packages/extension-text-align": {
"name": "@tiptap/extension-text-align",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19748,10 +19748,10 @@
},
"packages/extension-text-style": {
"name": "@tiptap/extension-text-style",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19763,10 +19763,10 @@
},
"packages/extension-typography": {
"name": "@tiptap/extension-typography",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19778,10 +19778,10 @@
},
"packages/extension-underline": {
"name": "@tiptap/extension-underline",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19793,10 +19793,10 @@
},
"packages/extension-youtube": {
"name": "@tiptap/extension-youtube",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"funding": {
"type": "github",
@ -19808,14 +19808,14 @@
},
"packages/html": {
"name": "@tiptap/html",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"zeed-dom": "^0.10.9"
},
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19828,7 +19828,7 @@
},
"packages/pm": {
"name": "@tiptap/pm",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"prosemirror-changeset": "^2.2.1",
@ -19857,15 +19857,15 @@
},
"packages/react": {
"name": "@tiptap/react",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.3.1",
"@tiptap/extension-floating-menu": "^2.3.1"
"@tiptap/extension-bubble-menu": "^2.3.2",
"@tiptap/extension-floating-menu": "^2.3.2"
},
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"react": "^18.0.0",
@ -19884,28 +19884,28 @@
},
"packages/starter-kit": {
"name": "@tiptap/starter-kit",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/extension-blockquote": "^2.3.1",
"@tiptap/extension-bold": "^2.3.1",
"@tiptap/extension-bullet-list": "^2.3.1",
"@tiptap/extension-code": "^2.3.1",
"@tiptap/extension-code-block": "^2.3.1",
"@tiptap/extension-document": "^2.3.1",
"@tiptap/extension-dropcursor": "^2.3.1",
"@tiptap/extension-gapcursor": "^2.3.1",
"@tiptap/extension-hard-break": "^2.3.1",
"@tiptap/extension-heading": "^2.3.1",
"@tiptap/extension-history": "^2.3.1",
"@tiptap/extension-horizontal-rule": "^2.3.1",
"@tiptap/extension-italic": "^2.3.1",
"@tiptap/extension-list-item": "^2.3.1",
"@tiptap/extension-ordered-list": "^2.3.1",
"@tiptap/extension-paragraph": "^2.3.1",
"@tiptap/extension-strike": "^2.3.1",
"@tiptap/extension-text": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/extension-blockquote": "^2.3.2",
"@tiptap/extension-bold": "^2.3.2",
"@tiptap/extension-bullet-list": "^2.3.2",
"@tiptap/extension-code": "^2.3.2",
"@tiptap/extension-code-block": "^2.3.2",
"@tiptap/extension-document": "^2.3.2",
"@tiptap/extension-dropcursor": "^2.3.2",
"@tiptap/extension-gapcursor": "^2.3.2",
"@tiptap/extension-hard-break": "^2.3.2",
"@tiptap/extension-heading": "^2.3.2",
"@tiptap/extension-history": "^2.3.2",
"@tiptap/extension-horizontal-rule": "^2.3.2",
"@tiptap/extension-italic": "^2.3.2",
"@tiptap/extension-list-item": "^2.3.2",
"@tiptap/extension-ordered-list": "^2.3.2",
"@tiptap/extension-paragraph": "^2.3.2",
"@tiptap/extension-strike": "^2.3.2",
"@tiptap/extension-text": "^2.3.2"
},
"funding": {
"type": "github",
@ -19914,11 +19914,11 @@
},
"packages/suggestion": {
"name": "@tiptap/suggestion",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"funding": {
"type": "github",
@ -19931,16 +19931,16 @@
},
"packages/vue-2": {
"name": "@tiptap/vue-2",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.3.1",
"@tiptap/extension-floating-menu": "^2.3.1",
"@tiptap/extension-bubble-menu": "^2.3.2",
"@tiptap/extension-floating-menu": "^2.3.2",
"vue-ts-types": "^1.6.0"
},
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"vue": "^2.6.0"
},
"funding": {
@ -19960,15 +19960,15 @@
},
"packages/vue-3": {
"name": "@tiptap/vue-3",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.3.1",
"@tiptap/extension-floating-menu": "^2.3.1"
"@tiptap/extension-bubble-menu": "^2.3.2",
"@tiptap/extension-floating-menu": "^2.3.2"
},
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"vue": "^3.0.0"
},
"funding": {

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
### Bug Fixes
* NodePos querySelectorAll function ([#5094](https://github.com/ueberdosis/tiptap/issues/5094)) ([4900a27](https://github.com/ueberdosis/tiptap/commit/4900a27c5389d9a2d0d69f407ca3db0155304315))
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/core

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/core",
"description": "headless rich text editor",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -32,7 +32,7 @@
"dist"
],
"devDependencies": {
"@tiptap/pm": "^2.3.1"
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/pm": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-blockquote
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-blockquote

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-blockquote",
"description": "blockquote extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-bold
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-bold

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bold",
"description": "bold extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-bubble-menu
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-bubble-menu

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bubble-menu",
"description": "bubble-menu extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -38,8 +38,8 @@
},
"sideEffects": false,
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-bullet-list
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-bullet-list

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bullet-list",
"description": "bullet list extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-character-count
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-character-count

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-character-count",
"description": "font family extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code-block-lowlight",
"description": "code block extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,9 +29,9 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/extension-code-block": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/extension-code-block": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-code-block
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-code-block

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code-block",
"description": "code block extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-code
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-code

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code",
"description": "code extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-collaboration-cursor
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-collaboration-cursor

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-collaboration-cursor",
"description": "collaboration cursor extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/core": "^2.3.2",
"y-prosemirror": "^1.2.5"
},
"peerDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-collaboration
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-collaboration

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-collaboration",
"description": "collaboration extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"y-prosemirror": "^1.2.5"
},
"peerDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-color
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-color

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-color",
"description": "text color extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/extension-text-style": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/extension-text-style": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-document
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-document

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-document",
"description": "document extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-dropcursor
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-dropcursor

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-dropcursor",
"description": "dropcursor extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-floating-menu
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-floating-menu

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-floating-menu",
"description": "floating-menu extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-focus
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-focus

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-focus",
"description": "focus extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-font-family
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-font-family

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-font-family",
"description": "font family extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/extension-text-style": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/extension-text-style": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-gapcursor
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-gapcursor

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-gapcursor",
"description": "gapcursor extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-hard-break
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-hard-break

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-hard-break",
"description": "hard break extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-heading
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-heading

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-heading",
"description": "heading extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-highlight
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-highlight

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-highlight",
"description": "highlight extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-history
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-history

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-history",
"description": "history extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-horizontal-rule
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-horizontal-rule

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-horizontal-rule",
"description": "horizontal rule extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-image
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-image

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-image",
"description": "image extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-italic
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-italic

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-italic",
"description": "italic extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-link
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-link

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-link",
"description": "link extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -32,8 +32,8 @@
"linkifyjs": "^4.1.0"
},
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-list-item
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-list-item

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-list-item",
"description": "list item extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-list-keymap
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-list-keymap

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-list-keymap",
"description": "list keymap extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-mention
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-mention

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-mention",
"description": "mention extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,9 +29,9 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/suggestion": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"@tiptap/suggestion": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-ordered-list
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-ordered-list

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-ordered-list",
"description": "ordered list extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-paragraph
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-paragraph

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-paragraph",
"description": "paragraph extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-placeholder
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-placeholder

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-placeholder",
"description": "placeholder extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-strike
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-strike

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-strike",
"description": "strike extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-subscript
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-subscript

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-subscript",
"description": "subscript extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-superscript
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-superscript

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-superscript",
"description": "superscript extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-table-cell
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-table-cell

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-table-cell",
"description": "table cell extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-table-header
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-table-header

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-table-header",
"description": "table cell extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-table-row
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-table-row

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-table-row",
"description": "table row extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-table
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-table

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-table",
"description": "table extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-task-item
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-task-item

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-task-item",
"description": "task item extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/pm": "^2.3.1"
"@tiptap/core": "^2.3.2",
"@tiptap/pm": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-task-list
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-task-list

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-task-list",
"description": "task list extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-text-align
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-text-align

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-text-align",
"description": "text align extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-text-style
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-text-style

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-text-style",
"description": "text style extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-text
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-text

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-text",
"description": "text extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-typography
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-typography

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-typography",
"description": "typography extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-underline
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-underline

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-underline",
"description": "underline extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.2](https://github.com/ueberdosis/tiptap/compare/v2.3.1...v2.3.2) (2024-05-08)
**Note:** Version bump only for package @tiptap/extension-youtube
## [2.3.1](https://github.com/ueberdosis/tiptap/compare/v2.3.0...v2.3.1) (2024-04-30)
**Note:** Version bump only for package @tiptap/extension-youtube

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-youtube",
"description": "a youtube embed extension for tiptap",
"version": "2.3.1",
"version": "2.3.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.3.1"
"@tiptap/core": "^2.3.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

Some files were not shown because too many files have changed in this diff Show More