diff --git a/CHANGELOG.md b/CHANGELOG.md index 473a359a8a..d2df7b918c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + +### Bug Fixes + +* **extension-link:** fix link not being kept when pasting url with link ([#3975](https://github.com/ueberdosis/tiptap/issues/3975)) ([e7d7d49](https://github.com/ueberdosis/tiptap/commit/e7d7d496376c8c11e24c342e20bd179a6ea7dcee)) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + +### Bug Fixes + +* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337)) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* clear nodes when cursor at start of empty isolating parent ([#3943](https://github.com/ueberdosis/tiptap/issues/3943)) ([7278ee2](https://github.com/ueberdosis/tiptap/commit/7278ee2b05de2f96efddf3b1dc3bfd3d52262cbb)) +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) diff --git a/demos/CHANGELOG.md b/demos/CHANGELOG.md index 823d401cf3..87e28304fa 100644 --- a/demos/CHANGELOG.md +++ b/demos/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + +### Bug Fixes + +* **extension-link:** fix link not being kept when pasting url with link ([#3975](https://github.com/ueberdosis/tiptap/issues/3975)) ([e7d7d49](https://github.com/ueberdosis/tiptap/commit/e7d7d496376c8c11e24c342e20bd179a6ea7dcee)) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + +### Bug Fixes + +* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337)) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* clear nodes when cursor at start of empty isolating parent ([#3943](https://github.com/ueberdosis/tiptap/issues/3943)) ([7278ee2](https://github.com/ueberdosis/tiptap/commit/7278ee2b05de2f96efddf3b1dc3bfd3d52262cbb)) +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + diff --git a/demos/package-lock.json b/demos/package-lock.json index f412255a2f..64c80fdbf5 100644 --- a/demos/package-lock.json +++ b/demos/package-lock.json @@ -1,12 +1,12 @@ { "name": "tiptap-demos", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tiptap-demos", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "dependencies": { "@hocuspocus/provider": "^2.0.1", "d3": "^7.3.0", diff --git a/demos/package.json b/demos/package.json index e5874f7fc0..c28115aa29 100644 --- a/demos/package.json +++ b/demos/package.json @@ -1,6 +1,6 @@ { "name": "tiptap-demos", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "private": true, "scripts": { "start": "vite --host", @@ -41,4 +41,4 @@ "vue": "^3.0.5", "vue-router": "^4.0.11" } -} \ No newline at end of file +} diff --git a/lerna.json b/lerna.json index 636cc566fa..e2f59bf913 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ }, "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": true, - "version": "2.1.0-rc.1" -} \ No newline at end of file + "version": "2.1.0-rc.2" +} diff --git a/package-lock.json b/package-lock.json index b2a8497026..a17b58b441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ }, "demos": { "name": "tiptap-demos", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "dependencies": { "@hocuspocus/provider": "^2.0.1", "d3": "^7.3.0", @@ -19498,10 +19498,10 @@ }, "packages/core": { "name": "@tiptap/core", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19513,10 +19513,10 @@ }, "packages/extension-blockquote": { "name": "@tiptap/extension-blockquote", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19528,10 +19528,10 @@ }, "packages/extension-bold": { "name": "@tiptap/extension-bold", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19543,14 +19543,14 @@ }, "packages/extension-bubble-menu": { "name": "@tiptap/extension-bubble-menu", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "dependencies": { "tippy.js": "^6.3.7" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19563,10 +19563,10 @@ }, "packages/extension-bullet-list": { "name": "@tiptap/extension-bullet-list", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19578,11 +19578,11 @@ }, "packages/extension-character-count": { "name": "@tiptap/extension-character-count", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19595,10 +19595,10 @@ }, "packages/extension-code": { "name": "@tiptap/extension-code", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19610,11 +19610,11 @@ }, "packages/extension-code-block": { "name": "@tiptap/extension-code-block", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19627,12 +19627,12 @@ }, "packages/extension-code-block-lowlight": { "name": "@tiptap/extension-code-block-lowlight", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-code-block": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-code-block": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19646,11 +19646,11 @@ }, "packages/extension-collaboration": { "name": "@tiptap/extension-collaboration", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "y-prosemirror": "1.0.20" }, "funding": { @@ -19665,10 +19665,10 @@ }, "packages/extension-collaboration-cursor": { "name": "@tiptap/extension-collaboration-cursor", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", "y-prosemirror": "1.0.20" }, "funding": { @@ -19682,11 +19682,11 @@ }, "packages/extension-color": { "name": "@tiptap/extension-color", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-text-style": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-text-style": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19699,10 +19699,10 @@ }, "packages/extension-document": { "name": "@tiptap/extension-document", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19714,11 +19714,11 @@ }, "packages/extension-dropcursor": { "name": "@tiptap/extension-dropcursor", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19731,14 +19731,14 @@ }, "packages/extension-floating-menu": { "name": "@tiptap/extension-floating-menu", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "dependencies": { "tippy.js": "^6.3.7" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19751,11 +19751,11 @@ }, "packages/extension-focus": { "name": "@tiptap/extension-focus", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19768,11 +19768,11 @@ }, "packages/extension-font-family": { "name": "@tiptap/extension-font-family", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-text-style": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-text-style": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19785,11 +19785,11 @@ }, "packages/extension-gapcursor": { "name": "@tiptap/extension-gapcursor", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19802,10 +19802,10 @@ }, "packages/extension-hard-break": { "name": "@tiptap/extension-hard-break", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19817,10 +19817,10 @@ }, "packages/extension-heading": { "name": "@tiptap/extension-heading", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19832,10 +19832,10 @@ }, "packages/extension-highlight": { "name": "@tiptap/extension-highlight", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19847,11 +19847,11 @@ }, "packages/extension-history": { "name": "@tiptap/extension-history", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19864,11 +19864,11 @@ }, "packages/extension-horizontal-rule": { "name": "@tiptap/extension-horizontal-rule", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19881,10 +19881,10 @@ }, "packages/extension-image": { "name": "@tiptap/extension-image", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19896,10 +19896,10 @@ }, "packages/extension-italic": { "name": "@tiptap/extension-italic", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19911,14 +19911,14 @@ }, "packages/extension-link": { "name": "@tiptap/extension-link", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "dependencies": { "linkifyjs": "^4.1.0" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19931,10 +19931,10 @@ }, "packages/extension-list-item": { "name": "@tiptap/extension-list-item", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19946,12 +19946,12 @@ }, "packages/extension-mention": { "name": "@tiptap/extension-mention", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", - "@tiptap/suggestion": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", + "@tiptap/suggestion": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19965,10 +19965,10 @@ }, "packages/extension-ordered-list": { "name": "@tiptap/extension-ordered-list", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19980,10 +19980,10 @@ }, "packages/extension-paragraph": { "name": "@tiptap/extension-paragraph", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -19995,11 +19995,11 @@ }, "packages/extension-placeholder": { "name": "@tiptap/extension-placeholder", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20012,10 +20012,10 @@ }, "packages/extension-strike": { "name": "@tiptap/extension-strike", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20027,10 +20027,10 @@ }, "packages/extension-subscript": { "name": "@tiptap/extension-subscript", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20042,10 +20042,10 @@ }, "packages/extension-superscript": { "name": "@tiptap/extension-superscript", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20057,11 +20057,11 @@ }, "packages/extension-table": { "name": "@tiptap/extension-table", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20074,10 +20074,10 @@ }, "packages/extension-table-cell": { "name": "@tiptap/extension-table-cell", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20089,10 +20089,10 @@ }, "packages/extension-table-header": { "name": "@tiptap/extension-table-header", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20104,10 +20104,10 @@ }, "packages/extension-table-row": { "name": "@tiptap/extension-table-row", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20119,11 +20119,11 @@ }, "packages/extension-task-item": { "name": "@tiptap/extension-task-item", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20136,10 +20136,10 @@ }, "packages/extension-task-list": { "name": "@tiptap/extension-task-list", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20151,10 +20151,10 @@ }, "packages/extension-text": { "name": "@tiptap/extension-text", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20166,10 +20166,10 @@ }, "packages/extension-text-align": { "name": "@tiptap/extension-text-align", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20181,10 +20181,10 @@ }, "packages/extension-text-style": { "name": "@tiptap/extension-text-style", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20196,10 +20196,10 @@ }, "packages/extension-typography": { "name": "@tiptap/extension-typography", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20211,10 +20211,10 @@ }, "packages/extension-underline": { "name": "@tiptap/extension-underline", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20226,10 +20226,10 @@ }, "packages/extension-youtube": { "name": "@tiptap/extension-youtube", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20241,14 +20241,14 @@ }, "packages/html": { "name": "@tiptap/html", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "dependencies": { "zeed-dom": "^0.9.19" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20261,7 +20261,7 @@ }, "packages/pm": { "name": "@tiptap/pm", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "dependencies": { "prosemirror-changeset": "^2.2.0", @@ -20290,15 +20290,15 @@ }, "packages/react": { "name": "@tiptap/react", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "dependencies": { - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1" + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "@types/react": "^18.0.1", "@types/react-dom": "^18.0.0", "react": "^18.0.0", @@ -20317,28 +20317,28 @@ }, "packages/starter-kit": { "name": "@tiptap/starter-kit", - "version": "2.1.0-rc.1", - "license": "MIT", - "dependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-blockquote": "^2.1.0-rc.1", - "@tiptap/extension-bold": "^2.1.0-rc.1", - "@tiptap/extension-bullet-list": "^2.1.0-rc.1", - "@tiptap/extension-code": "^2.1.0-rc.1", - "@tiptap/extension-code-block": "^2.1.0-rc.1", - "@tiptap/extension-document": "^2.1.0-rc.1", - "@tiptap/extension-dropcursor": "^2.1.0-rc.1", - "@tiptap/extension-gapcursor": "^2.1.0-rc.1", - "@tiptap/extension-hard-break": "^2.1.0-rc.1", - "@tiptap/extension-heading": "^2.1.0-rc.1", - "@tiptap/extension-history": "^2.1.0-rc.1", - "@tiptap/extension-horizontal-rule": "^2.1.0-rc.1", - "@tiptap/extension-italic": "^2.1.0-rc.1", - "@tiptap/extension-list-item": "^2.1.0-rc.1", - "@tiptap/extension-ordered-list": "^2.1.0-rc.1", - "@tiptap/extension-paragraph": "^2.1.0-rc.1", - "@tiptap/extension-strike": "^2.1.0-rc.1", - "@tiptap/extension-text": "^2.1.0-rc.1" + "version": "2.1.0-rc.2", + "license": "MIT", + "dependencies": { + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-blockquote": "^2.1.0-rc.2", + "@tiptap/extension-bold": "^2.1.0-rc.2", + "@tiptap/extension-bullet-list": "^2.1.0-rc.2", + "@tiptap/extension-code": "^2.1.0-rc.2", + "@tiptap/extension-code-block": "^2.1.0-rc.2", + "@tiptap/extension-document": "^2.1.0-rc.2", + "@tiptap/extension-dropcursor": "^2.1.0-rc.2", + "@tiptap/extension-gapcursor": "^2.1.0-rc.2", + "@tiptap/extension-hard-break": "^2.1.0-rc.2", + "@tiptap/extension-heading": "^2.1.0-rc.2", + "@tiptap/extension-history": "^2.1.0-rc.2", + "@tiptap/extension-horizontal-rule": "^2.1.0-rc.2", + "@tiptap/extension-italic": "^2.1.0-rc.2", + "@tiptap/extension-list-item": "^2.1.0-rc.2", + "@tiptap/extension-ordered-list": "^2.1.0-rc.2", + "@tiptap/extension-paragraph": "^2.1.0-rc.2", + "@tiptap/extension-strike": "^2.1.0-rc.2", + "@tiptap/extension-text": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20347,11 +20347,11 @@ }, "packages/suggestion": { "name": "@tiptap/suggestion", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "funding": { "type": "github", @@ -20364,15 +20364,15 @@ }, "packages/vue-2": { "name": "@tiptap/vue-2", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "dependencies": { - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1" + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "vue": "^2.6.0" }, "funding": { @@ -20392,15 +20392,15 @@ }, "packages/vue-3": { "name": "@tiptap/vue-3", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "license": "MIT", "dependencies": { - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1" + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "vue": "^3.0.0" }, "funding": { @@ -23634,309 +23634,309 @@ "@tiptap/core": { "version": "file:packages/core", "requires": { - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-blockquote": { "version": "file:packages/extension-blockquote", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-bold": { "version": "file:packages/extension-bold", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-bubble-menu": { "version": "file:packages/extension-bubble-menu", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "tippy.js": "^6.3.7" } }, "@tiptap/extension-bullet-list": { "version": "file:packages/extension-bullet-list", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-character-count": { "version": "file:packages/extension-character-count", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-code": { "version": "file:packages/extension-code", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-code-block": { "version": "file:packages/extension-code-block", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-code-block-lowlight": { "version": "file:packages/extension-code-block-lowlight", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-code-block": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-code-block": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-collaboration": { "version": "file:packages/extension-collaboration", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "y-prosemirror": "1.0.20" } }, "@tiptap/extension-collaboration-cursor": { "version": "file:packages/extension-collaboration-cursor", "requires": { - "@tiptap/core": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", "y-prosemirror": "1.0.20" } }, "@tiptap/extension-color": { "version": "file:packages/extension-color", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-text-style": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-text-style": "^2.1.0-rc.2" } }, "@tiptap/extension-document": { "version": "file:packages/extension-document", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-dropcursor": { "version": "file:packages/extension-dropcursor", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-floating-menu": { "version": "file:packages/extension-floating-menu", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "tippy.js": "^6.3.7" } }, "@tiptap/extension-focus": { "version": "file:packages/extension-focus", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-font-family": { "version": "file:packages/extension-font-family", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-text-style": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-text-style": "^2.1.0-rc.2" } }, "@tiptap/extension-gapcursor": { "version": "file:packages/extension-gapcursor", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-hard-break": { "version": "file:packages/extension-hard-break", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-heading": { "version": "file:packages/extension-heading", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-highlight": { "version": "file:packages/extension-highlight", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-history": { "version": "file:packages/extension-history", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-horizontal-rule": { "version": "file:packages/extension-horizontal-rule", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-image": { "version": "file:packages/extension-image", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-italic": { "version": "file:packages/extension-italic", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-link": { "version": "file:packages/extension-link", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "linkifyjs": "^4.1.0" } }, "@tiptap/extension-list-item": { "version": "file:packages/extension-list-item", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-mention": { "version": "file:packages/extension-mention", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", - "@tiptap/suggestion": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", + "@tiptap/suggestion": "^2.1.0-rc.2" } }, "@tiptap/extension-ordered-list": { "version": "file:packages/extension-ordered-list", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-paragraph": { "version": "file:packages/extension-paragraph", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-placeholder": { "version": "file:packages/extension-placeholder", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-strike": { "version": "file:packages/extension-strike", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-subscript": { "version": "file:packages/extension-subscript", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-superscript": { "version": "file:packages/extension-superscript", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-table": { "version": "file:packages/extension-table", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-table-cell": { "version": "file:packages/extension-table-cell", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-table-header": { "version": "file:packages/extension-table-header", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-table-row": { "version": "file:packages/extension-table-row", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-task-item": { "version": "file:packages/extension-task-item", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/extension-task-list": { "version": "file:packages/extension-task-list", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-text": { "version": "file:packages/extension-text", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-text-align": { "version": "file:packages/extension-text-align", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-text-style": { "version": "file:packages/extension-text-style", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-typography": { "version": "file:packages/extension-typography", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-underline": { "version": "file:packages/extension-underline", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/extension-youtube": { "version": "file:packages/extension-youtube", "requires": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" } }, "@tiptap/html": { "version": "file:packages/html", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "zeed-dom": "^0.9.19" } }, @@ -23966,10 +23966,10 @@ "@tiptap/react": { "version": "file:packages/react", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "@types/react": "^18.0.1", "@types/react-dom": "^18.0.0", "react": "^18.0.0", @@ -23979,41 +23979,41 @@ "@tiptap/starter-kit": { "version": "file:packages/starter-kit", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-blockquote": "^2.1.0-rc.1", - "@tiptap/extension-bold": "^2.1.0-rc.1", - "@tiptap/extension-bullet-list": "^2.1.0-rc.1", - "@tiptap/extension-code": "^2.1.0-rc.1", - "@tiptap/extension-code-block": "^2.1.0-rc.1", - "@tiptap/extension-document": "^2.1.0-rc.1", - "@tiptap/extension-dropcursor": "^2.1.0-rc.1", - "@tiptap/extension-gapcursor": "^2.1.0-rc.1", - "@tiptap/extension-hard-break": "^2.1.0-rc.1", - "@tiptap/extension-heading": "^2.1.0-rc.1", - "@tiptap/extension-history": "^2.1.0-rc.1", - "@tiptap/extension-horizontal-rule": "^2.1.0-rc.1", - "@tiptap/extension-italic": "^2.1.0-rc.1", - "@tiptap/extension-list-item": "^2.1.0-rc.1", - "@tiptap/extension-ordered-list": "^2.1.0-rc.1", - "@tiptap/extension-paragraph": "^2.1.0-rc.1", - "@tiptap/extension-strike": "^2.1.0-rc.1", - "@tiptap/extension-text": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-blockquote": "^2.1.0-rc.2", + "@tiptap/extension-bold": "^2.1.0-rc.2", + "@tiptap/extension-bullet-list": "^2.1.0-rc.2", + "@tiptap/extension-code": "^2.1.0-rc.2", + "@tiptap/extension-code-block": "^2.1.0-rc.2", + "@tiptap/extension-document": "^2.1.0-rc.2", + "@tiptap/extension-dropcursor": "^2.1.0-rc.2", + "@tiptap/extension-gapcursor": "^2.1.0-rc.2", + "@tiptap/extension-hard-break": "^2.1.0-rc.2", + "@tiptap/extension-heading": "^2.1.0-rc.2", + "@tiptap/extension-history": "^2.1.0-rc.2", + "@tiptap/extension-horizontal-rule": "^2.1.0-rc.2", + "@tiptap/extension-italic": "^2.1.0-rc.2", + "@tiptap/extension-list-item": "^2.1.0-rc.2", + "@tiptap/extension-ordered-list": "^2.1.0-rc.2", + "@tiptap/extension-paragraph": "^2.1.0-rc.2", + "@tiptap/extension-strike": "^2.1.0-rc.2", + "@tiptap/extension-text": "^2.1.0-rc.2" } }, "@tiptap/suggestion": { "version": "file:packages/suggestion", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" } }, "@tiptap/vue-2": { "version": "file:packages/vue-2", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "vue": "^2.6.0" }, "dependencies": { @@ -24026,10 +24026,10 @@ "@tiptap/vue-3": { "version": "file:packages/vue-3", "requires": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "vue": "^3.0.0" } }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d4048a7cd3..6c5b8e160b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* clear nodes when cursor at start of empty isolating parent ([#3943](https://github.com/ueberdosis/tiptap/issues/3943)) ([7278ee2](https://github.com/ueberdosis/tiptap/commit/7278ee2b05de2f96efddf3b1dc3bfd3d52262cbb)) +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + diff --git a/packages/core/package.json b/packages/core/package.json index 6ecbe1f4b3..7d0b3c6e0b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/core", "description": "headless rich text editor", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -32,7 +32,7 @@ "dist" ], "devDependencies": { - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/pm": "^2.0.0" @@ -47,4 +47,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-blockquote/CHANGELOG.md b/packages/extension-blockquote/CHANGELOG.md index d2e44c6343..f8b696f3ee 100644 --- a/packages/extension-blockquote/CHANGELOG.md +++ b/packages/extension-blockquote/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-blockquote diff --git a/packages/extension-blockquote/package.json b/packages/extension-blockquote/package.json index 47e88a73ce..b98ff856f6 100644 --- a/packages/extension-blockquote/package.json +++ b/packages/extension-blockquote/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-blockquote", "description": "blockquote extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-bold/CHANGELOG.md b/packages/extension-bold/CHANGELOG.md index 9ae258ea71..a735566bf1 100644 --- a/packages/extension-bold/CHANGELOG.md +++ b/packages/extension-bold/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-bold diff --git a/packages/extension-bold/package.json b/packages/extension-bold/package.json index 9fc40471e6..00fdc14fc0 100644 --- a/packages/extension-bold/package.json +++ b/packages/extension-bold/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-bold", "description": "bold extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-bubble-menu/CHANGELOG.md b/packages/extension-bubble-menu/CHANGELOG.md index 0a7072bb10..b05a2894cc 100644 --- a/packages/extension-bubble-menu/CHANGELOG.md +++ b/packages/extension-bubble-menu/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + +### Bug Fixes + +* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337)) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + diff --git a/packages/extension-bubble-menu/package.json b/packages/extension-bubble-menu/package.json index e98a3c4d81..04694a079b 100644 --- a/packages/extension-bubble-menu/package.json +++ b/packages/extension-bubble-menu/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-bubble-menu", "description": "bubble-menu extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -38,8 +38,8 @@ }, "sideEffects": false, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -49,4 +49,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-bullet-list/CHANGELOG.md b/packages/extension-bullet-list/CHANGELOG.md index 0157bb39f1..40063dee26 100644 --- a/packages/extension-bullet-list/CHANGELOG.md +++ b/packages/extension-bullet-list/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-bullet-list diff --git a/packages/extension-bullet-list/package.json b/packages/extension-bullet-list/package.json index e2952406aa..f8ee5c9c08 100644 --- a/packages/extension-bullet-list/package.json +++ b/packages/extension-bullet-list/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-bullet-list", "description": "bullet list extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-character-count/CHANGELOG.md b/packages/extension-character-count/CHANGELOG.md index 87fd885e6d..4492b33d3b 100644 --- a/packages/extension-character-count/CHANGELOG.md +++ b/packages/extension-character-count/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-character-count diff --git a/packages/extension-character-count/package.json b/packages/extension-character-count/package.json index 9fe886b5f4..7ffc4dbb7e 100644 --- a/packages/extension-character-count/package.json +++ b/packages/extension-character-count/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-character-count", "description": "font family extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-code-block-lowlight/CHANGELOG.md b/packages/extension-code-block-lowlight/CHANGELOG.md index bddc49f759..aec23ebb02 100644 --- a/packages/extension-code-block-lowlight/CHANGELOG.md +++ b/packages/extension-code-block-lowlight/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-code-block-lowlight diff --git a/packages/extension-code-block-lowlight/package.json b/packages/extension-code-block-lowlight/package.json index 86efaee85c..c8dc4234d1 100644 --- a/packages/extension-code-block-lowlight/package.json +++ b/packages/extension-code-block-lowlight/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-code-block-lowlight", "description": "code block extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,9 +29,9 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-code-block": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-code-block": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -47,4 +47,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-code-block/CHANGELOG.md b/packages/extension-code-block/CHANGELOG.md index c068b0ee88..1560255e8a 100644 --- a/packages/extension-code-block/CHANGELOG.md +++ b/packages/extension-code-block/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-code-block diff --git a/packages/extension-code-block/package.json b/packages/extension-code-block/package.json index b512e518c7..7ca0d6da4e 100644 --- a/packages/extension-code-block/package.json +++ b/packages/extension-code-block/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-code-block", "description": "code block extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-code/CHANGELOG.md b/packages/extension-code/CHANGELOG.md index 729323dd00..08dedf3819 100644 --- a/packages/extension-code/CHANGELOG.md +++ b/packages/extension-code/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-code diff --git a/packages/extension-code/package.json b/packages/extension-code/package.json index 1c04c12904..39fd3383bf 100644 --- a/packages/extension-code/package.json +++ b/packages/extension-code/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-code", "description": "code extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-collaboration-cursor/CHANGELOG.md b/packages/extension-collaboration-cursor/CHANGELOG.md index a9c7151550..53083c6a2f 100644 --- a/packages/extension-collaboration-cursor/CHANGELOG.md +++ b/packages/extension-collaboration-cursor/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-collaboration-cursor diff --git a/packages/extension-collaboration-cursor/package.json b/packages/extension-collaboration-cursor/package.json index ec06aa3cb0..3263982551 100644 --- a/packages/extension-collaboration-cursor/package.json +++ b/packages/extension-collaboration-cursor/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-collaboration-cursor", "description": "collaboration cursor extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", "y-prosemirror": "1.0.20" }, "peerDependencies": { @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-collaboration/CHANGELOG.md b/packages/extension-collaboration/CHANGELOG.md index 007681996c..093b5f9202 100644 --- a/packages/extension-collaboration/CHANGELOG.md +++ b/packages/extension-collaboration/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-collaboration diff --git a/packages/extension-collaboration/package.json b/packages/extension-collaboration/package.json index 62abed3d91..ff23c3bf69 100644 --- a/packages/extension-collaboration/package.json +++ b/packages/extension-collaboration/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-collaboration", "description": "collaboration extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "y-prosemirror": "1.0.20" }, "peerDependencies": { @@ -47,4 +47,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-color/CHANGELOG.md b/packages/extension-color/CHANGELOG.md index c76bb73cca..4e90636025 100644 --- a/packages/extension-color/CHANGELOG.md +++ b/packages/extension-color/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-color diff --git a/packages/extension-color/package.json b/packages/extension-color/package.json index db2a4c099c..1681710b34 100644 --- a/packages/extension-color/package.json +++ b/packages/extension-color/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-color", "description": "text color extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-text-style": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-text-style": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-document/CHANGELOG.md b/packages/extension-document/CHANGELOG.md index 6af9234063..7b9f0d315b 100644 --- a/packages/extension-document/CHANGELOG.md +++ b/packages/extension-document/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-document diff --git a/packages/extension-document/package.json b/packages/extension-document/package.json index be295622f8..14e274f040 100644 --- a/packages/extension-document/package.json +++ b/packages/extension-document/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-document", "description": "document extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-dropcursor/CHANGELOG.md b/packages/extension-dropcursor/CHANGELOG.md index 6a50247ab0..57de1156ca 100644 --- a/packages/extension-dropcursor/CHANGELOG.md +++ b/packages/extension-dropcursor/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-dropcursor diff --git a/packages/extension-dropcursor/package.json b/packages/extension-dropcursor/package.json index 765b798909..a7195df6b3 100644 --- a/packages/extension-dropcursor/package.json +++ b/packages/extension-dropcursor/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-dropcursor", "description": "dropcursor extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-floating-menu/CHANGELOG.md b/packages/extension-floating-menu/CHANGELOG.md index 62ab267c50..a1de4d7452 100644 --- a/packages/extension-floating-menu/CHANGELOG.md +++ b/packages/extension-floating-menu/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-floating-menu diff --git a/packages/extension-floating-menu/package.json b/packages/extension-floating-menu/package.json index db6586acd9..2fb777cfb6 100644 --- a/packages/extension-floating-menu/package.json +++ b/packages/extension-floating-menu/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-floating-menu", "description": "floating-menu extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -49,4 +49,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-focus/CHANGELOG.md b/packages/extension-focus/CHANGELOG.md index fed7287926..81ac7c6003 100644 --- a/packages/extension-focus/CHANGELOG.md +++ b/packages/extension-focus/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-focus diff --git a/packages/extension-focus/package.json b/packages/extension-focus/package.json index a57f0801d8..85b96d7fe3 100644 --- a/packages/extension-focus/package.json +++ b/packages/extension-focus/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-focus", "description": "focus extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-font-family/CHANGELOG.md b/packages/extension-font-family/CHANGELOG.md index afdca93564..3a9518ba29 100644 --- a/packages/extension-font-family/CHANGELOG.md +++ b/packages/extension-font-family/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-font-family diff --git a/packages/extension-font-family/package.json b/packages/extension-font-family/package.json index 5a39421886..0fdab0ade7 100644 --- a/packages/extension-font-family/package.json +++ b/packages/extension-font-family/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-font-family", "description": "font family extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-text-style": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-text-style": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-gapcursor/CHANGELOG.md b/packages/extension-gapcursor/CHANGELOG.md index b737b1691f..1f1d6ed6e1 100644 --- a/packages/extension-gapcursor/CHANGELOG.md +++ b/packages/extension-gapcursor/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-gapcursor diff --git a/packages/extension-gapcursor/package.json b/packages/extension-gapcursor/package.json index 71c1be7de2..90e34e49ae 100644 --- a/packages/extension-gapcursor/package.json +++ b/packages/extension-gapcursor/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-gapcursor", "description": "gapcursor extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-hard-break/CHANGELOG.md b/packages/extension-hard-break/CHANGELOG.md index 93bf45c0b7..398343686b 100644 --- a/packages/extension-hard-break/CHANGELOG.md +++ b/packages/extension-hard-break/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-hard-break diff --git a/packages/extension-hard-break/package.json b/packages/extension-hard-break/package.json index a6f3d83bb5..d746205a3b 100644 --- a/packages/extension-hard-break/package.json +++ b/packages/extension-hard-break/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-hard-break", "description": "hard break extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-heading/CHANGELOG.md b/packages/extension-heading/CHANGELOG.md index 84e623b532..582766b513 100644 --- a/packages/extension-heading/CHANGELOG.md +++ b/packages/extension-heading/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-heading diff --git a/packages/extension-heading/package.json b/packages/extension-heading/package.json index 63a2d21389..2b496ff084 100644 --- a/packages/extension-heading/package.json +++ b/packages/extension-heading/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-heading", "description": "heading extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-highlight/CHANGELOG.md b/packages/extension-highlight/CHANGELOG.md index 587efcc227..5017d403e4 100644 --- a/packages/extension-highlight/CHANGELOG.md +++ b/packages/extension-highlight/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-highlight diff --git a/packages/extension-highlight/package.json b/packages/extension-highlight/package.json index bd82efad7f..d8932611a1 100644 --- a/packages/extension-highlight/package.json +++ b/packages/extension-highlight/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-highlight", "description": "highlight extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-history/CHANGELOG.md b/packages/extension-history/CHANGELOG.md index 81edd6d4ac..ea4ab1a83c 100644 --- a/packages/extension-history/CHANGELOG.md +++ b/packages/extension-history/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-history diff --git a/packages/extension-history/package.json b/packages/extension-history/package.json index fd5907696d..5e67ed7352 100644 --- a/packages/extension-history/package.json +++ b/packages/extension-history/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-history", "description": "history extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-horizontal-rule/CHANGELOG.md b/packages/extension-horizontal-rule/CHANGELOG.md index 2dcd156930..194fa3b522 100644 --- a/packages/extension-horizontal-rule/CHANGELOG.md +++ b/packages/extension-horizontal-rule/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-horizontal-rule diff --git a/packages/extension-horizontal-rule/package.json b/packages/extension-horizontal-rule/package.json index 2248330310..5914838818 100644 --- a/packages/extension-horizontal-rule/package.json +++ b/packages/extension-horizontal-rule/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-horizontal-rule", "description": "horizontal rule extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", diff --git a/packages/extension-image/CHANGELOG.md b/packages/extension-image/CHANGELOG.md index 30cbbe4d1f..6be5de51f4 100644 --- a/packages/extension-image/CHANGELOG.md +++ b/packages/extension-image/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-image diff --git a/packages/extension-image/package.json b/packages/extension-image/package.json index 3405749eab..b9010ca022 100644 --- a/packages/extension-image/package.json +++ b/packages/extension-image/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-image", "description": "image extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" diff --git a/packages/extension-italic/CHANGELOG.md b/packages/extension-italic/CHANGELOG.md index 739996f0e4..22fb2982f0 100644 --- a/packages/extension-italic/CHANGELOG.md +++ b/packages/extension-italic/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-italic diff --git a/packages/extension-italic/package.json b/packages/extension-italic/package.json index e74668cfa8..36a6feb2aa 100644 --- a/packages/extension-italic/package.json +++ b/packages/extension-italic/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-italic", "description": "italic extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-link/CHANGELOG.md b/packages/extension-link/CHANGELOG.md index 67cd75e2fa..e849e7faa4 100644 --- a/packages/extension-link/CHANGELOG.md +++ b/packages/extension-link/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + +### Bug Fixes + +* **extension-link:** fix link not being kept when pasting url with link ([#3975](https://github.com/ueberdosis/tiptap/issues/3975)) ([e7d7d49](https://github.com/ueberdosis/tiptap/commit/e7d7d496376c8c11e24c342e20bd179a6ea7dcee)) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-link diff --git a/packages/extension-link/package.json b/packages/extension-link/package.json index afce1511ae..eb922b3d76 100644 --- a/packages/extension-link/package.json +++ b/packages/extension-link/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-link", "description": "link extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -32,8 +32,8 @@ "linkifyjs": "^4.1.0" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", diff --git a/packages/extension-list-item/CHANGELOG.md b/packages/extension-list-item/CHANGELOG.md index 65784ac992..33b2914eca 100644 --- a/packages/extension-list-item/CHANGELOG.md +++ b/packages/extension-list-item/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-list-item diff --git a/packages/extension-list-item/package.json b/packages/extension-list-item/package.json index a4d2056439..d979460958 100644 --- a/packages/extension-list-item/package.json +++ b/packages/extension-list-item/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-list-item", "description": "list item extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" diff --git a/packages/extension-mention/CHANGELOG.md b/packages/extension-mention/CHANGELOG.md index aa1aba113a..bd9509c522 100644 --- a/packages/extension-mention/CHANGELOG.md +++ b/packages/extension-mention/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-mention diff --git a/packages/extension-mention/package.json b/packages/extension-mention/package.json index 506b05bb6f..261db43e55 100644 --- a/packages/extension-mention/package.json +++ b/packages/extension-mention/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-mention", "description": "mention extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,9 +29,9 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", - "@tiptap/suggestion": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", + "@tiptap/suggestion": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", diff --git a/packages/extension-ordered-list/CHANGELOG.md b/packages/extension-ordered-list/CHANGELOG.md index d68015dd8b..08408ad36d 100644 --- a/packages/extension-ordered-list/CHANGELOG.md +++ b/packages/extension-ordered-list/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-ordered-list diff --git a/packages/extension-ordered-list/package.json b/packages/extension-ordered-list/package.json index f9a16a44ee..0e0042c378 100644 --- a/packages/extension-ordered-list/package.json +++ b/packages/extension-ordered-list/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-ordered-list", "description": "ordered list extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" diff --git a/packages/extension-paragraph/CHANGELOG.md b/packages/extension-paragraph/CHANGELOG.md index 902719fd26..57955e1b34 100644 --- a/packages/extension-paragraph/CHANGELOG.md +++ b/packages/extension-paragraph/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-paragraph diff --git a/packages/extension-paragraph/package.json b/packages/extension-paragraph/package.json index 6d3b69167f..c1fadabffd 100644 --- a/packages/extension-paragraph/package.json +++ b/packages/extension-paragraph/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-paragraph", "description": "paragraph extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-placeholder/CHANGELOG.md b/packages/extension-placeholder/CHANGELOG.md index 0b205d1962..a693e40813 100644 --- a/packages/extension-placeholder/CHANGELOG.md +++ b/packages/extension-placeholder/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-placeholder diff --git a/packages/extension-placeholder/package.json b/packages/extension-placeholder/package.json index be5fa7921d..4795c21fe9 100644 --- a/packages/extension-placeholder/package.json +++ b/packages/extension-placeholder/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-placeholder", "description": "placeholder extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", diff --git a/packages/extension-strike/CHANGELOG.md b/packages/extension-strike/CHANGELOG.md index 318fd92ef8..4ba13ffe78 100644 --- a/packages/extension-strike/CHANGELOG.md +++ b/packages/extension-strike/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-strike diff --git a/packages/extension-strike/package.json b/packages/extension-strike/package.json index 0901dd53be..118c3566cd 100644 --- a/packages/extension-strike/package.json +++ b/packages/extension-strike/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-strike", "description": "strike extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" diff --git a/packages/extension-subscript/CHANGELOG.md b/packages/extension-subscript/CHANGELOG.md index e72222679f..ec8cc3b911 100644 --- a/packages/extension-subscript/CHANGELOG.md +++ b/packages/extension-subscript/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-subscript diff --git a/packages/extension-subscript/package.json b/packages/extension-subscript/package.json index 4b41b8b24d..9de6ba9139 100644 --- a/packages/extension-subscript/package.json +++ b/packages/extension-subscript/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-subscript", "description": "subscript extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" diff --git a/packages/extension-superscript/CHANGELOG.md b/packages/extension-superscript/CHANGELOG.md index 990fc66b6f..f1290ce09b 100644 --- a/packages/extension-superscript/CHANGELOG.md +++ b/packages/extension-superscript/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-superscript diff --git a/packages/extension-superscript/package.json b/packages/extension-superscript/package.json index aae0830ea8..f59ced7b0e 100644 --- a/packages/extension-superscript/package.json +++ b/packages/extension-superscript/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-superscript", "description": "superscript extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" diff --git a/packages/extension-table-cell/CHANGELOG.md b/packages/extension-table-cell/CHANGELOG.md index 765e748fec..d451581fa7 100644 --- a/packages/extension-table-cell/CHANGELOG.md +++ b/packages/extension-table-cell/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-table-cell diff --git a/packages/extension-table-cell/package.json b/packages/extension-table-cell/package.json index f2691399e2..802e0b2740 100644 --- a/packages/extension-table-cell/package.json +++ b/packages/extension-table-cell/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-table-cell", "description": "table cell extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-table-header/CHANGELOG.md b/packages/extension-table-header/CHANGELOG.md index c626e3d465..f73a61e152 100644 --- a/packages/extension-table-header/CHANGELOG.md +++ b/packages/extension-table-header/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-table-header diff --git a/packages/extension-table-header/package.json b/packages/extension-table-header/package.json index 3d6af4c47a..22e75993bd 100644 --- a/packages/extension-table-header/package.json +++ b/packages/extension-table-header/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-table-header", "description": "table cell extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-table-row/CHANGELOG.md b/packages/extension-table-row/CHANGELOG.md index d15ececa59..fdfdfbaaa1 100644 --- a/packages/extension-table-row/CHANGELOG.md +++ b/packages/extension-table-row/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-table-row diff --git a/packages/extension-table-row/package.json b/packages/extension-table-row/package.json index 807dcc0218..0098bf8e03 100644 --- a/packages/extension-table-row/package.json +++ b/packages/extension-table-row/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-table-row", "description": "table row extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-table/CHANGELOG.md b/packages/extension-table/CHANGELOG.md index ad64da83d8..bdf883fd76 100644 --- a/packages/extension-table/CHANGELOG.md +++ b/packages/extension-table/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-table diff --git a/packages/extension-table/package.json b/packages/extension-table/package.json index eb210f0d1a..13e0d6aa55 100644 --- a/packages/extension-table/package.json +++ b/packages/extension-table/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-table", "description": "table extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-task-item/CHANGELOG.md b/packages/extension-task-item/CHANGELOG.md index a2129a356e..7c934d808f 100644 --- a/packages/extension-task-item/CHANGELOG.md +++ b/packages/extension-task-item/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-task-item diff --git a/packages/extension-task-item/package.json b/packages/extension-task-item/package.json index 2d42e76c4d..9b1b73fe98 100644 --- a/packages/extension-task-item/package.json +++ b/packages/extension-task-item/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-task-item", "description": "task item extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-task-list/CHANGELOG.md b/packages/extension-task-list/CHANGELOG.md index d3a99f8ba7..4e05b05bef 100644 --- a/packages/extension-task-list/CHANGELOG.md +++ b/packages/extension-task-list/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-task-list diff --git a/packages/extension-task-list/package.json b/packages/extension-task-list/package.json index 3814291a14..8799ec36ce 100644 --- a/packages/extension-task-list/package.json +++ b/packages/extension-task-list/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-task-list", "description": "task list extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-text-align/CHANGELOG.md b/packages/extension-text-align/CHANGELOG.md index 24a67fe264..d36302d5dd 100644 --- a/packages/extension-text-align/CHANGELOG.md +++ b/packages/extension-text-align/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-text-align diff --git a/packages/extension-text-align/package.json b/packages/extension-text-align/package.json index c8f247684e..9c9ca030d8 100644 --- a/packages/extension-text-align/package.json +++ b/packages/extension-text-align/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-text-align", "description": "text align extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-text-style/CHANGELOG.md b/packages/extension-text-style/CHANGELOG.md index 0f26e2abde..80638c814e 100644 --- a/packages/extension-text-style/CHANGELOG.md +++ b/packages/extension-text-style/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-text-style diff --git a/packages/extension-text-style/package.json b/packages/extension-text-style/package.json index e343fbcb0d..b3e9eda69c 100644 --- a/packages/extension-text-style/package.json +++ b/packages/extension-text-style/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-text-style", "description": "text style extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-text/CHANGELOG.md b/packages/extension-text/CHANGELOG.md index e11035ae45..b1802f2dbb 100644 --- a/packages/extension-text/CHANGELOG.md +++ b/packages/extension-text/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-text diff --git a/packages/extension-text/package.json b/packages/extension-text/package.json index ddd3e25b4e..83ac187abf 100644 --- a/packages/extension-text/package.json +++ b/packages/extension-text/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-text", "description": "text extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-typography/CHANGELOG.md b/packages/extension-typography/CHANGELOG.md index a4dc5a2ad8..dab7eea220 100644 --- a/packages/extension-typography/CHANGELOG.md +++ b/packages/extension-typography/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-typography diff --git a/packages/extension-typography/package.json b/packages/extension-typography/package.json index aa664e7e74..67aac51ff1 100644 --- a/packages/extension-typography/package.json +++ b/packages/extension-typography/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-typography", "description": "typography extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-underline/CHANGELOG.md b/packages/extension-underline/CHANGELOG.md index e155c5e7c0..3345b9a8a6 100644 --- a/packages/extension-underline/CHANGELOG.md +++ b/packages/extension-underline/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-underline diff --git a/packages/extension-underline/package.json b/packages/extension-underline/package.json index 9c7de743f9..5324cb17a2 100644 --- a/packages/extension-underline/package.json +++ b/packages/extension-underline/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-underline", "description": "underline extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/extension-youtube/CHANGELOG.md b/packages/extension-youtube/CHANGELOG.md index 4ef88f965d..b8c02c4fc2 100644 --- a/packages/extension-youtube/CHANGELOG.md +++ b/packages/extension-youtube/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/extension-youtube diff --git a/packages/extension-youtube/package.json b/packages/extension-youtube/package.json index 532b16dc39..493043b859 100644 --- a/packages/extension-youtube/package.json +++ b/packages/extension-youtube/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/extension-youtube", "description": "a youtube embed extension for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,7 +29,7 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0" @@ -43,4 +43,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 24646f13ee..9decd98fa4 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/html diff --git a/packages/html/package.json b/packages/html/package.json index c4a29c94b1..4fd18a6837 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/html", "description": "utility package to render tiptap JSON as HTML", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -48,4 +48,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/pm/CHANGELOG.md b/packages/pm/CHANGELOG.md index 843c01b6e1..f15fba797a 100644 --- a/packages/pm/CHANGELOG.md +++ b/packages/pm/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + +**Note:** Version bump only for package @tiptap/pm + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/pm diff --git a/packages/pm/package.json b/packages/pm/package.json index f0d2d28cab..cef1d6bc5b 100644 --- a/packages/pm/package.json +++ b/packages/pm/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/pm", "description": "prosemirror wrapper package for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -171,4 +171,4 @@ "build:transform": "tsup \"transform/index.ts\" --out-dir transform/dist", "build:view": "tsup \"view/index.ts\" --out-dir view/dist" } -} \ No newline at end of file +} diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9c3ac954fa..f9e5394996 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/react diff --git a/packages/react/package.json b/packages/react/package.json index 339c93470f..2a4b05bebe 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/react", "description": "React components for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,12 +29,12 @@ "dist" ], "dependencies": { - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1" + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "@types/react": "^18.0.1", "@types/react-dom": "^18.0.0", "react": "^18.0.0", @@ -56,4 +56,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/starter-kit/CHANGELOG.md b/packages/starter-kit/CHANGELOG.md index a1bd92bebd..9df1bb3a23 100644 --- a/packages/starter-kit/CHANGELOG.md +++ b/packages/starter-kit/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/starter-kit diff --git a/packages/starter-kit/package.json b/packages/starter-kit/package.json index 7e02844362..54bdcb88ac 100644 --- a/packages/starter-kit/package.json +++ b/packages/starter-kit/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/starter-kit", "description": "starter kit for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,25 +29,25 @@ "dist" ], "dependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/extension-blockquote": "^2.1.0-rc.1", - "@tiptap/extension-bold": "^2.1.0-rc.1", - "@tiptap/extension-bullet-list": "^2.1.0-rc.1", - "@tiptap/extension-code": "^2.1.0-rc.1", - "@tiptap/extension-code-block": "^2.1.0-rc.1", - "@tiptap/extension-document": "^2.1.0-rc.1", - "@tiptap/extension-dropcursor": "^2.1.0-rc.1", - "@tiptap/extension-gapcursor": "^2.1.0-rc.1", - "@tiptap/extension-hard-break": "^2.1.0-rc.1", - "@tiptap/extension-heading": "^2.1.0-rc.1", - "@tiptap/extension-history": "^2.1.0-rc.1", - "@tiptap/extension-horizontal-rule": "^2.1.0-rc.1", - "@tiptap/extension-italic": "^2.1.0-rc.1", - "@tiptap/extension-list-item": "^2.1.0-rc.1", - "@tiptap/extension-ordered-list": "^2.1.0-rc.1", - "@tiptap/extension-paragraph": "^2.1.0-rc.1", - "@tiptap/extension-strike": "^2.1.0-rc.1", - "@tiptap/extension-text": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/extension-blockquote": "^2.1.0-rc.2", + "@tiptap/extension-bold": "^2.1.0-rc.2", + "@tiptap/extension-bullet-list": "^2.1.0-rc.2", + "@tiptap/extension-code": "^2.1.0-rc.2", + "@tiptap/extension-code-block": "^2.1.0-rc.2", + "@tiptap/extension-document": "^2.1.0-rc.2", + "@tiptap/extension-dropcursor": "^2.1.0-rc.2", + "@tiptap/extension-gapcursor": "^2.1.0-rc.2", + "@tiptap/extension-hard-break": "^2.1.0-rc.2", + "@tiptap/extension-heading": "^2.1.0-rc.2", + "@tiptap/extension-history": "^2.1.0-rc.2", + "@tiptap/extension-horizontal-rule": "^2.1.0-rc.2", + "@tiptap/extension-italic": "^2.1.0-rc.2", + "@tiptap/extension-list-item": "^2.1.0-rc.2", + "@tiptap/extension-ordered-list": "^2.1.0-rc.2", + "@tiptap/extension-paragraph": "^2.1.0-rc.2", + "@tiptap/extension-strike": "^2.1.0-rc.2", + "@tiptap/extension-text": "^2.1.0-rc.2" }, "repository": { "type": "git", @@ -58,4 +58,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/suggestion/CHANGELOG.md b/packages/suggestion/CHANGELOG.md index e9fc513d8d..08174e3418 100644 --- a/packages/suggestion/CHANGELOG.md +++ b/packages/suggestion/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/suggestion diff --git a/packages/suggestion/package.json b/packages/suggestion/package.json index 09b9b7026f..3a2c539814 100644 --- a/packages/suggestion/package.json +++ b/packages/suggestion/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/suggestion", "description": "suggestion plugin for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,8 +29,8 @@ "dist" ], "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1" + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2" }, "peerDependencies": { "@tiptap/core": "^2.0.0", @@ -45,4 +45,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/vue-2/CHANGELOG.md b/packages/vue-2/CHANGELOG.md index 04d4e1463f..0b7c67e546 100644 --- a/packages/vue-2/CHANGELOG.md +++ b/packages/vue-2/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/vue-2 diff --git a/packages/vue-2/package.json b/packages/vue-2/package.json index 57525c9e1e..628af6c2f9 100644 --- a/packages/vue-2/package.json +++ b/packages/vue-2/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/vue-2", "description": "Vue components for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,12 +29,12 @@ "dist" ], "dependencies": { - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1" + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "vue": "^2.6.0" }, "peerDependencies": { @@ -52,4 +52,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +} diff --git a/packages/vue-3/CHANGELOG.md b/packages/vue-3/CHANGELOG.md index baf6fc5764..502e64a14e 100644 --- a/packages/vue-3/CHANGELOG.md +++ b/packages/vue-3/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0-rc.2](https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.1.0-rc.2) (2023-04-26) + + + +# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) + + + +# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05) + + +### Bug Fixes + +* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46)) + + + + + # [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12) **Note:** Version bump only for package @tiptap/vue-3 diff --git a/packages/vue-3/package.json b/packages/vue-3/package.json index cd1affe612..955cb132a7 100644 --- a/packages/vue-3/package.json +++ b/packages/vue-3/package.json @@ -1,7 +1,7 @@ { "name": "@tiptap/vue-3", "description": "Vue components for tiptap", - "version": "2.1.0-rc.1", + "version": "2.1.0-rc.2", "homepage": "https://tiptap.dev", "keywords": [ "tiptap", @@ -29,12 +29,12 @@ "dist" ], "dependencies": { - "@tiptap/extension-bubble-menu": "^2.1.0-rc.1", - "@tiptap/extension-floating-menu": "^2.1.0-rc.1" + "@tiptap/extension-bubble-menu": "^2.1.0-rc.2", + "@tiptap/extension-floating-menu": "^2.1.0-rc.2" }, "devDependencies": { - "@tiptap/core": "^2.1.0-rc.1", - "@tiptap/pm": "^2.1.0-rc.1", + "@tiptap/core": "^2.1.0-rc.2", + "@tiptap/pm": "^2.1.0-rc.2", "vue": "^3.0.0" }, "peerDependencies": { @@ -52,4 +52,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +}