mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
chore(release): publish a new release version (#6312)
Some checks failed
build / lint (20) (push) Has been cancelled
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Has been cancelled
build / build (20) (push) Has been cancelled
Publish / Release (20) (push) Has been cancelled
Some checks failed
build / lint (20) (push) Has been cancelled
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Has been cancelled
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Has been cancelled
build / build (20) (push) Has been cancelled
Publish / Release (20) (push) Has been cancelled
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
df265f5ec7
commit
405c209ee5
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tiptap/extension-text-align": patch
|
||||
---
|
||||
|
||||
Added new `toggleTextAlign` command to TextAlign extension to make toggling text alignments easier to handle
|
316
package-lock.json
generated
316
package-lock.json
generated
@ -20097,10 +20097,10 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@tiptap/core",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20112,10 +20112,10 @@
|
||||
},
|
||||
"packages/extension-blockquote": {
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20127,10 +20127,10 @@
|
||||
},
|
||||
"packages/extension-bold": {
|
||||
"name": "@tiptap/extension-bold",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20142,14 +20142,14 @@
|
||||
},
|
||||
"packages/extension-bubble-menu": {
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20162,10 +20162,10 @@
|
||||
},
|
||||
"packages/extension-bullet-list": {
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20177,11 +20177,11 @@
|
||||
},
|
||||
"packages/extension-character-count": {
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20194,10 +20194,10 @@
|
||||
},
|
||||
"packages/extension-code": {
|
||||
"name": "@tiptap/extension-code",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20209,11 +20209,11 @@
|
||||
},
|
||||
"packages/extension-code-block": {
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20226,12 +20226,12 @@
|
||||
},
|
||||
"packages/extension-code-block-lowlight": {
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/extension-code-block": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/extension-code-block": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"funding": {
|
||||
@ -20248,11 +20248,11 @@
|
||||
},
|
||||
"packages/extension-collaboration": {
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -20267,10 +20267,10 @@
|
||||
},
|
||||
"packages/extension-collaboration-cursor": {
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"funding": {
|
||||
@ -20334,11 +20334,11 @@
|
||||
},
|
||||
"packages/extension-color": {
|
||||
"name": "@tiptap/extension-color",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/extension-text-style": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/extension-text-style": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20351,10 +20351,10 @@
|
||||
},
|
||||
"packages/extension-document": {
|
||||
"name": "@tiptap/extension-document",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20366,11 +20366,11 @@
|
||||
},
|
||||
"packages/extension-dropcursor": {
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20383,14 +20383,14 @@
|
||||
},
|
||||
"packages/extension-floating-menu": {
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20403,11 +20403,11 @@
|
||||
},
|
||||
"packages/extension-focus": {
|
||||
"name": "@tiptap/extension-focus",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20420,11 +20420,11 @@
|
||||
},
|
||||
"packages/extension-font-family": {
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/extension-text-style": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/extension-text-style": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20437,11 +20437,11 @@
|
||||
},
|
||||
"packages/extension-gapcursor": {
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20454,10 +20454,10 @@
|
||||
},
|
||||
"packages/extension-hard-break": {
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20469,10 +20469,10 @@
|
||||
},
|
||||
"packages/extension-heading": {
|
||||
"name": "@tiptap/extension-heading",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20484,10 +20484,10 @@
|
||||
},
|
||||
"packages/extension-highlight": {
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20499,11 +20499,11 @@
|
||||
},
|
||||
"packages/extension-history": {
|
||||
"name": "@tiptap/extension-history",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20516,11 +20516,11 @@
|
||||
},
|
||||
"packages/extension-horizontal-rule": {
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20533,10 +20533,10 @@
|
||||
},
|
||||
"packages/extension-image": {
|
||||
"name": "@tiptap/extension-image",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20548,10 +20548,10 @@
|
||||
},
|
||||
"packages/extension-italic": {
|
||||
"name": "@tiptap/extension-italic",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20563,14 +20563,14 @@
|
||||
},
|
||||
"packages/extension-link": {
|
||||
"name": "@tiptap/extension-link",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"linkifyjs": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20589,10 +20589,10 @@
|
||||
},
|
||||
"packages/extension-list-item": {
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20604,10 +20604,10 @@
|
||||
},
|
||||
"packages/extension-list-keymap": {
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20619,12 +20619,12 @@
|
||||
},
|
||||
"packages/extension-mention": {
|
||||
"name": "@tiptap/extension-mention",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/suggestion": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"@tiptap/suggestion": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20638,10 +20638,10 @@
|
||||
},
|
||||
"packages/extension-ordered-list": {
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20653,10 +20653,10 @@
|
||||
},
|
||||
"packages/extension-paragraph": {
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20668,11 +20668,11 @@
|
||||
},
|
||||
"packages/extension-placeholder": {
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20685,10 +20685,10 @@
|
||||
},
|
||||
"packages/extension-strike": {
|
||||
"name": "@tiptap/extension-strike",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20700,10 +20700,10 @@
|
||||
},
|
||||
"packages/extension-subscript": {
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20715,10 +20715,10 @@
|
||||
},
|
||||
"packages/extension-superscript": {
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20730,11 +20730,11 @@
|
||||
},
|
||||
"packages/extension-table": {
|
||||
"name": "@tiptap/extension-table",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20747,10 +20747,10 @@
|
||||
},
|
||||
"packages/extension-table-cell": {
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20762,10 +20762,10 @@
|
||||
},
|
||||
"packages/extension-table-header": {
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20777,10 +20777,10 @@
|
||||
},
|
||||
"packages/extension-table-row": {
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20792,11 +20792,11 @@
|
||||
},
|
||||
"packages/extension-task-item": {
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20809,10 +20809,10 @@
|
||||
},
|
||||
"packages/extension-task-list": {
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20824,10 +20824,10 @@
|
||||
},
|
||||
"packages/extension-text": {
|
||||
"name": "@tiptap/extension-text",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20839,10 +20839,10 @@
|
||||
},
|
||||
"packages/extension-text-align": {
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20854,10 +20854,10 @@
|
||||
},
|
||||
"packages/extension-text-style": {
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20869,10 +20869,10 @@
|
||||
},
|
||||
"packages/extension-typography": {
|
||||
"name": "@tiptap/extension-typography",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20884,10 +20884,10 @@
|
||||
},
|
||||
"packages/extension-underline": {
|
||||
"name": "@tiptap/extension-underline",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20899,10 +20899,10 @@
|
||||
},
|
||||
"packages/extension-youtube": {
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20914,14 +20914,14 @@
|
||||
},
|
||||
"packages/html": {
|
||||
"name": "@tiptap/html",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"zeed-dom": "^0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -20963,7 +20963,7 @@
|
||||
},
|
||||
"packages/pm": {
|
||||
"name": "@tiptap/pm",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"prosemirror-changeset": "^2.2.1",
|
||||
@ -21016,18 +21016,18 @@
|
||||
},
|
||||
"packages/react": {
|
||||
"name": "@tiptap/react",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.11.8",
|
||||
"@tiptap/extension-floating-menu": "^2.11.8",
|
||||
"@tiptap/extension-bubble-menu": "^2.11.9",
|
||||
"@tiptap/extension-floating-menu": "^2.11.9",
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"fast-deep-equal": "^3",
|
||||
"use-sync-external-store": "^1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"react": "^18.0.0",
|
||||
@ -21046,30 +21046,30 @@
|
||||
},
|
||||
"packages/starter-kit": {
|
||||
"name": "@tiptap/starter-kit",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/extension-blockquote": "^2.11.8",
|
||||
"@tiptap/extension-bold": "^2.11.8",
|
||||
"@tiptap/extension-bullet-list": "^2.11.8",
|
||||
"@tiptap/extension-code": "^2.11.8",
|
||||
"@tiptap/extension-code-block": "^2.11.8",
|
||||
"@tiptap/extension-document": "^2.11.8",
|
||||
"@tiptap/extension-dropcursor": "^2.11.8",
|
||||
"@tiptap/extension-gapcursor": "^2.11.8",
|
||||
"@tiptap/extension-hard-break": "^2.11.8",
|
||||
"@tiptap/extension-heading": "^2.11.8",
|
||||
"@tiptap/extension-history": "^2.11.8",
|
||||
"@tiptap/extension-horizontal-rule": "^2.11.8",
|
||||
"@tiptap/extension-italic": "^2.11.8",
|
||||
"@tiptap/extension-list-item": "^2.11.8",
|
||||
"@tiptap/extension-ordered-list": "^2.11.8",
|
||||
"@tiptap/extension-paragraph": "^2.11.8",
|
||||
"@tiptap/extension-strike": "^2.11.8",
|
||||
"@tiptap/extension-text": "^2.11.8",
|
||||
"@tiptap/extension-text-style": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/extension-blockquote": "^2.11.9",
|
||||
"@tiptap/extension-bold": "^2.11.9",
|
||||
"@tiptap/extension-bullet-list": "^2.11.9",
|
||||
"@tiptap/extension-code": "^2.11.9",
|
||||
"@tiptap/extension-code-block": "^2.11.9",
|
||||
"@tiptap/extension-document": "^2.11.9",
|
||||
"@tiptap/extension-dropcursor": "^2.11.9",
|
||||
"@tiptap/extension-gapcursor": "^2.11.9",
|
||||
"@tiptap/extension-hard-break": "^2.11.9",
|
||||
"@tiptap/extension-heading": "^2.11.9",
|
||||
"@tiptap/extension-history": "^2.11.9",
|
||||
"@tiptap/extension-horizontal-rule": "^2.11.9",
|
||||
"@tiptap/extension-italic": "^2.11.9",
|
||||
"@tiptap/extension-list-item": "^2.11.9",
|
||||
"@tiptap/extension-ordered-list": "^2.11.9",
|
||||
"@tiptap/extension-paragraph": "^2.11.9",
|
||||
"@tiptap/extension-strike": "^2.11.9",
|
||||
"@tiptap/extension-text": "^2.11.9",
|
||||
"@tiptap/extension-text-style": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -21078,11 +21078,11 @@
|
||||
},
|
||||
"packages/suggestion": {
|
||||
"name": "@tiptap/suggestion",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
@ -21095,16 +21095,16 @@
|
||||
},
|
||||
"packages/vue-2": {
|
||||
"name": "@tiptap/vue-2",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.11.8",
|
||||
"@tiptap/extension-floating-menu": "^2.11.8",
|
||||
"@tiptap/extension-bubble-menu": "^2.11.9",
|
||||
"@tiptap/extension-floating-menu": "^2.11.9",
|
||||
"vue-ts-types": "1.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"vue": "^2.6.0"
|
||||
},
|
||||
"funding": {
|
||||
@ -21155,15 +21155,15 @@
|
||||
},
|
||||
"packages/vue-3": {
|
||||
"name": "@tiptap/vue-3",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.11.8",
|
||||
"@tiptap/extension-floating-menu": "^2.11.8"
|
||||
"@tiptap/extension-bubble-menu": "^2.11.9",
|
||||
"@tiptap/extension-floating-menu": "^2.11.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"funding": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,7 +32,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/pm": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-blockquote",
|
||||
"description": "blockquote extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bold",
|
||||
"description": "bold extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bubble-menu",
|
||||
"description": "bubble-menu extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -38,8 +38,8 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-bullet-list",
|
||||
"description": "bullet list extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-character-count",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block-lowlight",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,9 +29,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/extension-code-block": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/extension-code-block": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"lowlight": "^2 || ^3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code-block",
|
||||
"description": "code block extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-code",
|
||||
"description": "code extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration-cursor",
|
||||
"description": "collaboration cursor extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-collaboration",
|
||||
"description": "collaboration extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"y-prosemirror": "^1.2.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-color",
|
||||
"description": "text color extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/extension-text-style": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/extension-text-style": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-document",
|
||||
"description": "document extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-dropcursor",
|
||||
"description": "dropcursor extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-floating-menu",
|
||||
"description": "floating-menu extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-focus",
|
||||
"description": "focus extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-font-family",
|
||||
"description": "font family extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/extension-text-style": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/extension-text-style": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-gapcursor",
|
||||
"description": "gapcursor extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-hard-break",
|
||||
"description": "hard break extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-heading",
|
||||
"description": "heading extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-highlight",
|
||||
"description": "highlight extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-history",
|
||||
"description": "history extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-horizontal-rule",
|
||||
"description": "horizontal rule extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-image",
|
||||
"description": "image extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-italic",
|
||||
"description": "italic extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-link",
|
||||
"description": "link extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -32,8 +32,8 @@
|
||||
"linkifyjs": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-item",
|
||||
"description": "list item extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-list-keymap",
|
||||
"description": "list keymap extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-mention",
|
||||
"description": "mention extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,9 +29,9 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8",
|
||||
"@tiptap/suggestion": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9",
|
||||
"@tiptap/suggestion": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-ordered-list",
|
||||
"description": "ordered list extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-paragraph",
|
||||
"description": "paragraph extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-placeholder",
|
||||
"description": "placeholder extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-strike",
|
||||
"description": "strike extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-subscript",
|
||||
"description": "subscript extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-superscript",
|
||||
"description": "superscript extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-cell",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-header",
|
||||
"description": "table cell extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table-row",
|
||||
"description": "table row extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-table",
|
||||
"description": "table extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-item",
|
||||
"description": "task item extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-task-list",
|
||||
"description": "task list extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ab7a2ae: Added new `toggleTextAlign` command to TextAlign extension to make toggling text alignments easier to handle
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-align",
|
||||
"description": "text align extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"description": "text style extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text",
|
||||
"description": "text extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-typography",
|
||||
"description": "typography extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-underline",
|
||||
"description": "underline extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/extension-youtube",
|
||||
"description": "a youtube embed extension for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,7 +29,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/html",
|
||||
"description": "utility package to render tiptap JSON as HTML",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
@ -29,8 +29,8 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@tiptap/core": "^2.11.8",
|
||||
"@tiptap/pm": "^2.11.8"
|
||||
"@tiptap/core": "^2.11.9",
|
||||
"@tiptap/pm": "^2.11.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^2.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.11.9
|
||||
|
||||
## 2.11.8
|
||||
|
||||
## 2.11.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/pm",
|
||||
"description": "prosemirror wrapper package for tiptap",
|
||||
"version": "2.11.8",
|
||||
"version": "2.11.9",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user