This commit is contained in:
svenadlung 2024-02-07 13:47:00 +01:00
parent 56a5737ed1
commit d308d7c31f
114 changed files with 771 additions and 317 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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
### Bug Fixes
* **react:** use ref instead of state in useEditor to prevent rerenders ([#4856](https://github.com/ueberdosis/tiptap/issues/4856)) ([56a5737](https://github.com/ueberdosis/tiptap/commit/56a5737ed102ee75ec72f9cc2847e3c977f431bd))
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**Note:** Version bump only for package tiptap

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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package tiptap-demos
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**Note:** Version bump only for package tiptap-demos

View File

@ -1,12 +1,12 @@
{
"name": "tiptap-demos",
"version": "2.2.1",
"version": "2.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tiptap-demos",
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"@hocuspocus/provider": "^2.9.0",
"@lexical/react": "^0.11.1",

View File

@ -1,6 +1,6 @@
{
"name": "tiptap-demos",
"version": "2.2.1",
"version": "2.2.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.2.1"
"version": "2.2.2"
}

314
package-lock.json generated
View File

@ -52,7 +52,7 @@
},
"demos": {
"name": "tiptap-demos",
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"@hocuspocus/provider": "^2.9.0",
"@lexical/react": "^0.11.1",
@ -19035,10 +19035,10 @@
},
"packages/core": {
"name": "@tiptap/core",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/pm": "^2.2.1"
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19050,10 +19050,10 @@
},
"packages/extension-blockquote": {
"name": "@tiptap/extension-blockquote",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19065,10 +19065,10 @@
},
"packages/extension-bold": {
"name": "@tiptap/extension-bold",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19080,14 +19080,14 @@
},
"packages/extension-bubble-menu": {
"name": "@tiptap/extension-bubble-menu",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19100,10 +19100,10 @@
},
"packages/extension-bullet-list": {
"name": "@tiptap/extension-bullet-list",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19115,11 +19115,11 @@
},
"packages/extension-character-count": {
"name": "@tiptap/extension-character-count",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19132,10 +19132,10 @@
},
"packages/extension-code": {
"name": "@tiptap/extension-code",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19147,11 +19147,11 @@
},
"packages/extension-code-block": {
"name": "@tiptap/extension-code-block",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19164,12 +19164,12 @@
},
"packages/extension-code-block-lowlight": {
"name": "@tiptap/extension-code-block-lowlight",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/extension-code-block": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/extension-code-block": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19183,11 +19183,11 @@
},
"packages/extension-collaboration": {
"name": "@tiptap/extension-collaboration",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"y-prosemirror": "^1.2.1"
},
"funding": {
@ -19202,10 +19202,10 @@
},
"packages/extension-collaboration-cursor": {
"name": "@tiptap/extension-collaboration-cursor",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/core": "^2.2.2",
"y-prosemirror": "^1.2.1"
},
"funding": {
@ -19219,11 +19219,11 @@
},
"packages/extension-color": {
"name": "@tiptap/extension-color",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/extension-text-style": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/extension-text-style": "^2.2.2"
},
"funding": {
"type": "github",
@ -19236,10 +19236,10 @@
},
"packages/extension-document": {
"name": "@tiptap/extension-document",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19251,11 +19251,11 @@
},
"packages/extension-dropcursor": {
"name": "@tiptap/extension-dropcursor",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19268,14 +19268,14 @@
},
"packages/extension-floating-menu": {
"name": "@tiptap/extension-floating-menu",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19288,11 +19288,11 @@
},
"packages/extension-focus": {
"name": "@tiptap/extension-focus",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19305,11 +19305,11 @@
},
"packages/extension-font-family": {
"name": "@tiptap/extension-font-family",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/extension-text-style": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/extension-text-style": "^2.2.2"
},
"funding": {
"type": "github",
@ -19322,11 +19322,11 @@
},
"packages/extension-gapcursor": {
"name": "@tiptap/extension-gapcursor",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19339,10 +19339,10 @@
},
"packages/extension-hard-break": {
"name": "@tiptap/extension-hard-break",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19354,10 +19354,10 @@
},
"packages/extension-heading": {
"name": "@tiptap/extension-heading",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19369,10 +19369,10 @@
},
"packages/extension-highlight": {
"name": "@tiptap/extension-highlight",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19384,11 +19384,11 @@
},
"packages/extension-history": {
"name": "@tiptap/extension-history",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19401,11 +19401,11 @@
},
"packages/extension-horizontal-rule": {
"name": "@tiptap/extension-horizontal-rule",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19418,10 +19418,10 @@
},
"packages/extension-image": {
"name": "@tiptap/extension-image",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19433,10 +19433,10 @@
},
"packages/extension-italic": {
"name": "@tiptap/extension-italic",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19448,14 +19448,14 @@
},
"packages/extension-link": {
"name": "@tiptap/extension-link",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"linkifyjs": "^4.1.0"
},
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19468,10 +19468,10 @@
},
"packages/extension-list-item": {
"name": "@tiptap/extension-list-item",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19483,10 +19483,10 @@
},
"packages/extension-list-keymap": {
"name": "@tiptap/extension-list-keymap",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19498,12 +19498,12 @@
},
"packages/extension-mention": {
"name": "@tiptap/extension-mention",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/suggestion": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"@tiptap/suggestion": "^2.2.2"
},
"funding": {
"type": "github",
@ -19517,10 +19517,10 @@
},
"packages/extension-ordered-list": {
"name": "@tiptap/extension-ordered-list",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19532,10 +19532,10 @@
},
"packages/extension-paragraph": {
"name": "@tiptap/extension-paragraph",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19547,11 +19547,11 @@
},
"packages/extension-placeholder": {
"name": "@tiptap/extension-placeholder",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19564,10 +19564,10 @@
},
"packages/extension-strike": {
"name": "@tiptap/extension-strike",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19579,10 +19579,10 @@
},
"packages/extension-subscript": {
"name": "@tiptap/extension-subscript",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19594,10 +19594,10 @@
},
"packages/extension-superscript": {
"name": "@tiptap/extension-superscript",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19609,11 +19609,11 @@
},
"packages/extension-table": {
"name": "@tiptap/extension-table",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19626,10 +19626,10 @@
},
"packages/extension-table-cell": {
"name": "@tiptap/extension-table-cell",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19641,10 +19641,10 @@
},
"packages/extension-table-header": {
"name": "@tiptap/extension-table-header",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19656,10 +19656,10 @@
},
"packages/extension-table-row": {
"name": "@tiptap/extension-table-row",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19671,11 +19671,11 @@
},
"packages/extension-task-item": {
"name": "@tiptap/extension-task-item",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19688,10 +19688,10 @@
},
"packages/extension-task-list": {
"name": "@tiptap/extension-task-list",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19703,10 +19703,10 @@
},
"packages/extension-text": {
"name": "@tiptap/extension-text",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19718,10 +19718,10 @@
},
"packages/extension-text-align": {
"name": "@tiptap/extension-text-align",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19733,10 +19733,10 @@
},
"packages/extension-text-style": {
"name": "@tiptap/extension-text-style",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19748,10 +19748,10 @@
},
"packages/extension-typography": {
"name": "@tiptap/extension-typography",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19763,10 +19763,10 @@
},
"packages/extension-underline": {
"name": "@tiptap/extension-underline",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19778,10 +19778,10 @@
},
"packages/extension-youtube": {
"name": "@tiptap/extension-youtube",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"funding": {
"type": "github",
@ -19793,14 +19793,14 @@
},
"packages/html": {
"name": "@tiptap/html",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"zeed-dom": "^0.10.9"
},
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19813,7 +19813,7 @@
},
"packages/pm": {
"name": "@tiptap/pm",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"prosemirror-changeset": "^2.2.1",
@ -19842,15 +19842,15 @@
},
"packages/react": {
"name": "@tiptap/react",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.2.1",
"@tiptap/extension-floating-menu": "^2.2.1"
"@tiptap/extension-bubble-menu": "^2.2.2",
"@tiptap/extension-floating-menu": "^2.2.2"
},
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"react": "^18.0.0",
@ -19869,28 +19869,28 @@
},
"packages/starter-kit": {
"name": "@tiptap/starter-kit",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/extension-blockquote": "^2.2.1",
"@tiptap/extension-bold": "^2.2.1",
"@tiptap/extension-bullet-list": "^2.2.1",
"@tiptap/extension-code": "^2.2.1",
"@tiptap/extension-code-block": "^2.2.1",
"@tiptap/extension-document": "^2.2.1",
"@tiptap/extension-dropcursor": "^2.2.1",
"@tiptap/extension-gapcursor": "^2.2.1",
"@tiptap/extension-hard-break": "^2.2.1",
"@tiptap/extension-heading": "^2.2.1",
"@tiptap/extension-history": "^2.2.1",
"@tiptap/extension-horizontal-rule": "^2.2.1",
"@tiptap/extension-italic": "^2.2.1",
"@tiptap/extension-list-item": "^2.2.1",
"@tiptap/extension-ordered-list": "^2.2.1",
"@tiptap/extension-paragraph": "^2.2.1",
"@tiptap/extension-strike": "^2.2.1",
"@tiptap/extension-text": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/extension-blockquote": "^2.2.2",
"@tiptap/extension-bold": "^2.2.2",
"@tiptap/extension-bullet-list": "^2.2.2",
"@tiptap/extension-code": "^2.2.2",
"@tiptap/extension-code-block": "^2.2.2",
"@tiptap/extension-document": "^2.2.2",
"@tiptap/extension-dropcursor": "^2.2.2",
"@tiptap/extension-gapcursor": "^2.2.2",
"@tiptap/extension-hard-break": "^2.2.2",
"@tiptap/extension-heading": "^2.2.2",
"@tiptap/extension-history": "^2.2.2",
"@tiptap/extension-horizontal-rule": "^2.2.2",
"@tiptap/extension-italic": "^2.2.2",
"@tiptap/extension-list-item": "^2.2.2",
"@tiptap/extension-ordered-list": "^2.2.2",
"@tiptap/extension-paragraph": "^2.2.2",
"@tiptap/extension-strike": "^2.2.2",
"@tiptap/extension-text": "^2.2.2"
},
"funding": {
"type": "github",
@ -19899,11 +19899,11 @@
},
"packages/suggestion": {
"name": "@tiptap/suggestion",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2"
},
"funding": {
"type": "github",
@ -19916,16 +19916,16 @@
},
"packages/vue-2": {
"name": "@tiptap/vue-2",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.2.1",
"@tiptap/extension-floating-menu": "^2.2.1",
"@tiptap/extension-bubble-menu": "^2.2.2",
"@tiptap/extension-floating-menu": "^2.2.2",
"vue-ts-types": "^1.6.0"
},
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"vue": "^2.6.0"
},
"funding": {
@ -19945,15 +19945,15 @@
},
"packages/vue-3": {
"name": "@tiptap/vue-3",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.2.1",
"@tiptap/extension-floating-menu": "^2.2.1"
"@tiptap/extension-bubble-menu": "^2.2.2",
"@tiptap/extension-floating-menu": "^2.2.2"
},
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"vue": "^3.0.0"
},
"funding": {

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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/core
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**Note:** Version bump only for package @tiptap/core

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/core",
"description": "headless rich text editor",
"version": "2.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -32,7 +32,7 @@
"dist"
],
"devDependencies": {
"@tiptap/pm": "^2.2.1"
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-blockquote
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-bold
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-bubble-menu
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -38,8 +38,8 @@
},
"sideEffects": false,
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-bullet-list
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-character-count
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,9 +29,9 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/extension-code-block": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/extension-code-block": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-code-block
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-code
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-collaboration-cursor
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/core": "^2.2.2",
"y-prosemirror": "^1.2.1"
},
"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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-collaboration
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"y-prosemirror": "^1.2.1"
},
"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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-color
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/extension-text-style": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/extension-text-style": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-document
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-dropcursor
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-floating-menu
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-focus
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-font-family
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/extension-text-style": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/extension-text-style": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-gapcursor
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-hard-break
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-heading
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-highlight
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-history
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-horizontal-rule
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-image
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-italic
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-link
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -32,8 +32,8 @@
"linkifyjs": "^4.1.0"
},
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-list-item
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-list-keymap
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-mention
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,9 +29,9 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/suggestion": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"@tiptap/suggestion": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-ordered-list
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-paragraph
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-placeholder
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-strike
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-subscript
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-superscript
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-table-cell
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-table-header
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-table-row
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-table
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-task-item
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1",
"@tiptap/pm": "^2.2.1"
"@tiptap/core": "^2.2.2",
"@tiptap/pm": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-task-list
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-text-align
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-text-style
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-text
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-typography
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-underline
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.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.2.2](https://github.com/ueberdosis/tiptap/compare/v2.2.1...v2.2.2) (2024-02-07)
**Note:** Version bump only for package @tiptap/extension-youtube
## [2.2.1](https://github.com/ueberdosis/tiptap/compare/v2.2.0...v2.2.1) (2024-01-31)
**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.2.1",
"version": "2.2.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.2.1"
"@tiptap/core": "^2.2.2"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0"

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