-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update tiptap packages to v2.0.0-beta.202 #9
Conversation
✅ Deploy Preview for doist-typist ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
f8a5094
to
771b52a
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
771b52a
to
06998f5
Compare
## [1.0.2](v1.0.1...v1.0.2) (2022-12-02) ### Bug Fixes * `insertMarkdownContent` didn't insert Markdown correctly in plain-text documents ([#13](#13)) ([74cc623](74cc623)) * **deps:** update dependency prosemirror-codemark to v0.4.2 ([#34](#34)) ([58938a1](58938a1)) * **deps:** update dependency prosemirror-model to v1.18.2 ([#25](#25)) ([5d1fc1b](5d1fc1b)) * **deps:** update dependency prosemirror-model to v1.18.3 ([#30](#30)) ([54bfd56](54bfd56)) * **deps:** update dependency prosemirror-view to v1.29.1 ([#26](#26)) ([9f86a5e](9f86a5e)) * **deps:** update tiptap packages to v2.0.0-beta.202 ([#9](#9)) ([ce43f74](ce43f74)) * **deps:** update tiptap packages to v2.0.0-beta.203 ([#35](#35)) ([2188bc6](2188bc6)) * **deps:** update tiptap packages to v2.0.0-beta.204 ([#38](#38)) ([cb5b359](cb5b359))
🎉 This PR is included in version 1.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## 1.0.0 (2023-08-12) ### Features * Add the `PasteHTMLTableAsString` extension ([Doist#290](https://github.com/jerrywcy/memos-typist-editor/issues/290)) ([ee90014](ee90014)) * Allow all marks to coexist with the Code mark ([Doist#309](https://github.com/jerrywcy/memos-typist-editor/issues/309)) ([ac06735](ac06735)) * Disallow suggestions inside inline code marks and code blocks ([Doist#154](https://github.com/jerrywcy/memos-typist-editor/issues/154)) ([7d75314](7d75314)) * Initial Typist implementation ([19451ab](19451ab)) * **serializers:** Add `get*` functions for reusable singular instances ([Doist#88](https://github.com/jerrywcy/memos-typist-editor/issues/88)) ([b2c77c3](b2c77c3)) * TaskItem and TaskList extension ([5db1900](5db1900)) ### Bug Fixes * `insertMarkdownContent` didn't insert Markdown correctly in plain-text documents ([Doist#13](https://github.com/jerrywcy/memos-typist-editor/issues/13)) ([74cc623](74cc623)) * Add required ProseMirror dependencies to package ([Doist#73](https://github.com/jerrywcy/memos-typist-editor/issues/73)) ([cd605c0](cd605c0)) * Add support for literal autolinks (GFM based) ([Doist#303](https://github.com/jerrywcy/memos-typist-editor/issues/303)) ([4537091](4537091)) * Add support for query params in `RichTextLink` extension ([Doist#4](https://github.com/jerrywcy/memos-typist-editor/issues/4)) ([9fac158](9fac158)) * Bold and Italic now use *** and ___ instead of ** and __ ([cc29ea9](cc29ea9)) * change to memos-typist-editor in package.json ([c8250b1](c8250b1)) * **deps:** Migrate ProseMirror dependencies to `@tiptap/pm` package ([Doist#151](https://github.com/jerrywcy/memos-typist-editor/issues/151)) ([d2a8eae](d2a8eae)) * **deps:** update dependency prosemirror-codemark to v0.4.2 ([Doist#34](https://github.com/jerrywcy/memos-typist-editor/issues/34)) ([58938a1](58938a1)) * **deps:** update dependency prosemirror-model to v1.18.2 ([Doist#25](https://github.com/jerrywcy/memos-typist-editor/issues/25)) ([5d1fc1b](5d1fc1b)) * **deps:** update dependency prosemirror-model to v1.18.3 ([Doist#30](https://github.com/jerrywcy/memos-typist-editor/issues/30)) ([54bfd56](54bfd56)) * **deps:** update dependency prosemirror-view to v1.29.1 ([Doist#26](https://github.com/jerrywcy/memos-typist-editor/issues/26)) ([9f86a5e](9f86a5e)) * **deps:** update dependency unist-util-remove to v4 ([Doist#380](https://github.com/jerrywcy/memos-typist-editor/issues/380)) ([6c5430a](6c5430a)) * **deps:** update gfm autolink literal packages to v2 (major) ([Doist#378](https://github.com/jerrywcy/memos-typist-editor/issues/378)) ([7ad9af8](7ad9af8)) * **deps:** update gfm strikethrough packages to v2 (major) ([Doist#379](https://github.com/jerrywcy/memos-typist-editor/issues/379)) ([b1e411d](b1e411d)) * **deps:** update tiptap packages to v2.0.0 ([Doist#198](https://github.com/jerrywcy/memos-typist-editor/issues/198)) ([fe4aa82](fe4aa82)) * **deps:** update tiptap packages to v2.0.0-beta.200 ([Doist#3](https://github.com/jerrywcy/memos-typist-editor/issues/3)) ([6e977a9](6e977a9)) * **deps:** update tiptap packages to v2.0.0-beta.202 ([Doist#9](https://github.com/jerrywcy/memos-typist-editor/issues/9)) ([ce43f74](ce43f74)) * **deps:** update tiptap packages to v2.0.0-beta.203 ([Doist#35](https://github.com/jerrywcy/memos-typist-editor/issues/35)) ([2188bc6](2188bc6)) * **deps:** update tiptap packages to v2.0.0-beta.204 ([Doist#38](https://github.com/jerrywcy/memos-typist-editor/issues/38)) ([cb5b359](cb5b359)) * **deps:** update tiptap packages to v2.0.0-beta.205 ([Doist#54](https://github.com/jerrywcy/memos-typist-editor/issues/54)) ([2074402](2074402)) * **deps:** update tiptap packages to v2.0.0-beta.206 ([Doist#59](https://github.com/jerrywcy/memos-typist-editor/issues/59)) ([27e0f26](27e0f26)) * **deps:** update tiptap packages to v2.0.0-beta.207 ([Doist#63](https://github.com/jerrywcy/memos-typist-editor/issues/63)) ([da9889f](da9889f)) * **deps:** update tiptap packages to v2.0.0-beta.209 ([Doist#75](https://github.com/jerrywcy/memos-typist-editor/issues/75)) ([97a41c5](97a41c5)) * **deps:** update tiptap packages to v2.0.0-beta.215 ([Doist#129](https://github.com/jerrywcy/memos-typist-editor/issues/129)) ([af22d22](af22d22)) * **deps:** update tiptap packages to v2.0.0-beta.216 ([Doist#135](https://github.com/jerrywcy/memos-typist-editor/issues/135)) ([3d31a2e](3d31a2e)) * **deps:** update tiptap packages to v2.0.0-beta.217 ([Doist#136](https://github.com/jerrywcy/memos-typist-editor/issues/136)) ([eebba15](eebba15)) * **deps:** update tiptap packages to v2.0.0-beta.218 ([Doist#148](https://github.com/jerrywcy/memos-typist-editor/issues/148)) ([0e9e179](0e9e179)) * **deps:** update tiptap packages to v2.0.0-beta.220 ([Doist#158](https://github.com/jerrywcy/memos-typist-editor/issues/158)) ([c7fc3d8](c7fc3d8)) * **deps:** update tiptap packages to v2.0.0-rc.1 ([Doist#192](https://github.com/jerrywcy/memos-typist-editor/issues/192)) ([26d090a](26d090a)) * **deps:** update tiptap packages to v2.0.0-rc.2 ([Doist#195](https://github.com/jerrywcy/memos-typist-editor/issues/195)) ([8753f13](8753f13)) * **deps:** update tiptap packages to v2.0.1 ([Doist#201](https://github.com/jerrywcy/memos-typist-editor/issues/201)) ([e31cb2f](e31cb2f)) * **deps:** update tiptap packages to v2.0.2 ([Doist#212](https://github.com/jerrywcy/memos-typist-editor/issues/212)) ([200b339](200b339)) * **deps:** update tiptap packages to v2.0.3 ([Doist#226](https://github.com/jerrywcy/memos-typist-editor/issues/226)) ([a1953b0](a1953b0)) * **docs:** correct the render function name ([Doist#50](https://github.com/jerrywcy/memos-typist-editor/issues/50)) ([45dd681](45dd681)) * Extra paragraph node inserted above an Horizontal Rule ([Doist#313](https://github.com/jerrywcy/memos-typist-editor/issues/313)) ([3852309](3852309)) * **factories:** Allow alphanumeric IDs for suggestion nodes in `createSuggestionExtension` ([Doist#66](https://github.com/jerrywcy/memos-typist-editor/issues/66)) ([a1726a6](a1726a6)) * **html-serializer:** Disables tokenizers if marks/nodes are not found in the editor schema ([Doist#86](https://github.com/jerrywcy/memos-typist-editor/issues/86)) ([0ed4a9b](0ed4a9b)) * **html-serializer:** Don't share instances between editors ([Doist#275](https://github.com/jerrywcy/memos-typist-editor/issues/275)) ([3aba8c7](3aba8c7)) * Invalid `hasCodeMarkBefore` check in `canInsertSuggestion` utility function ([Doist#156](https://github.com/jerrywcy/memos-typist-editor/issues/156)) ([21826c5](21826c5)) * **markdown-serializer:** Override Turndown escaping behaviour with custom rules ([Doist#102](https://github.com/jerrywcy/memos-typist-editor/issues/102)) ([6950afb](6950afb)) * **paste-markdown:** Incorrect paste behaviour when HTML source is VSCode ([Doist#260](https://github.com/jerrywcy/memos-typist-editor/issues/260)) ([3326796](3326796)) * Remove unused Tippy.js peer dependency ([Doist#56](https://github.com/jerrywcy/memos-typist-editor/issues/56)) ([85f87a5](85f87a5)) * Replace usage of useEvent with useCallback ([Doist#98](https://github.com/jerrywcy/memos-typist-editor/issues/98)) ([3b175f7](3b175f7)) * **rich-text-link:** More lenient regex for input/paste rule ([Doist#72](https://github.com/jerrywcy/memos-typist-editor/issues/72)) ([98e363f](98e363f)) * Task List now only toggle by typing `[ ]` in bullet list ([ae3103b](ae3103b)) * Unit-tests now support TaskItem and TaskList ([639abf6](639abf6)) ### Reverts * Revert "ci: Add support to publish experimental releases" (Doist#279) ([dc57964](dc57964)), closes [Doist#279](https://github.com/jerrywcy/memos-typist-editor/issues/279) [Doist#278](https://github.com/jerrywcy/memos-typist-editor/issues/278)
## 1.0.0 (2023-08-12) ### Features * Add the `PasteHTMLTableAsString` extension ([Doist#290](https://github.com/jerrywcy/memos-typist-editor/issues/290)) ([ee90014](ee90014)) * Allow all marks to coexist with the Code mark ([Doist#309](https://github.com/jerrywcy/memos-typist-editor/issues/309)) ([ac06735](ac06735)) * Disallow suggestions inside inline code marks and code blocks ([Doist#154](https://github.com/jerrywcy/memos-typist-editor/issues/154)) ([7d75314](7d75314)) * Initial Typist implementation ([19451ab](19451ab)) * **serializers:** Add `get*` functions for reusable singular instances ([Doist#88](https://github.com/jerrywcy/memos-typist-editor/issues/88)) ([b2c77c3](b2c77c3)) * TaskItem and TaskList extension ([5db1900](5db1900)) ### Bug Fixes * `insertMarkdownContent` didn't insert Markdown correctly in plain-text documents ([Doist#13](https://github.com/jerrywcy/memos-typist-editor/issues/13)) ([74cc623](74cc623)) * Add required ProseMirror dependencies to package ([Doist#73](https://github.com/jerrywcy/memos-typist-editor/issues/73)) ([cd605c0](cd605c0)) * Add support for literal autolinks (GFM based) ([Doist#303](https://github.com/jerrywcy/memos-typist-editor/issues/303)) ([4537091](4537091)) * Add support for query params in `RichTextLink` extension ([Doist#4](https://github.com/jerrywcy/memos-typist-editor/issues/4)) ([9fac158](9fac158)) * Bold and Italic now use *** and ___ instead of ** and __ ([cc29ea9](cc29ea9)) * change description in package.json ([52a2535](52a2535)) * change to memos-typist-editor in package.json ([c8250b1](c8250b1)) * **deps:** Migrate ProseMirror dependencies to `@tiptap/pm` package ([Doist#151](https://github.com/jerrywcy/memos-typist-editor/issues/151)) ([d2a8eae](d2a8eae)) * **deps:** update dependency prosemirror-codemark to v0.4.2 ([Doist#34](https://github.com/jerrywcy/memos-typist-editor/issues/34)) ([58938a1](58938a1)) * **deps:** update dependency prosemirror-model to v1.18.2 ([Doist#25](https://github.com/jerrywcy/memos-typist-editor/issues/25)) ([5d1fc1b](5d1fc1b)) * **deps:** update dependency prosemirror-model to v1.18.3 ([Doist#30](https://github.com/jerrywcy/memos-typist-editor/issues/30)) ([54bfd56](54bfd56)) * **deps:** update dependency prosemirror-view to v1.29.1 ([Doist#26](https://github.com/jerrywcy/memos-typist-editor/issues/26)) ([9f86a5e](9f86a5e)) * **deps:** update dependency unist-util-remove to v4 ([Doist#380](https://github.com/jerrywcy/memos-typist-editor/issues/380)) ([6c5430a](6c5430a)) * **deps:** update gfm autolink literal packages to v2 (major) ([Doist#378](https://github.com/jerrywcy/memos-typist-editor/issues/378)) ([7ad9af8](7ad9af8)) * **deps:** update gfm strikethrough packages to v2 (major) ([Doist#379](https://github.com/jerrywcy/memos-typist-editor/issues/379)) ([b1e411d](b1e411d)) * **deps:** update tiptap packages to v2.0.0 ([Doist#198](https://github.com/jerrywcy/memos-typist-editor/issues/198)) ([fe4aa82](fe4aa82)) * **deps:** update tiptap packages to v2.0.0-beta.200 ([Doist#3](https://github.com/jerrywcy/memos-typist-editor/issues/3)) ([6e977a9](6e977a9)) * **deps:** update tiptap packages to v2.0.0-beta.202 ([Doist#9](https://github.com/jerrywcy/memos-typist-editor/issues/9)) ([ce43f74](ce43f74)) * **deps:** update tiptap packages to v2.0.0-beta.203 ([Doist#35](https://github.com/jerrywcy/memos-typist-editor/issues/35)) ([2188bc6](2188bc6)) * **deps:** update tiptap packages to v2.0.0-beta.204 ([Doist#38](https://github.com/jerrywcy/memos-typist-editor/issues/38)) ([cb5b359](cb5b359)) * **deps:** update tiptap packages to v2.0.0-beta.205 ([Doist#54](https://github.com/jerrywcy/memos-typist-editor/issues/54)) ([2074402](2074402)) * **deps:** update tiptap packages to v2.0.0-beta.206 ([Doist#59](https://github.com/jerrywcy/memos-typist-editor/issues/59)) ([27e0f26](27e0f26)) * **deps:** update tiptap packages to v2.0.0-beta.207 ([Doist#63](https://github.com/jerrywcy/memos-typist-editor/issues/63)) ([da9889f](da9889f)) * **deps:** update tiptap packages to v2.0.0-beta.209 ([Doist#75](https://github.com/jerrywcy/memos-typist-editor/issues/75)) ([97a41c5](97a41c5)) * **deps:** update tiptap packages to v2.0.0-beta.215 ([Doist#129](https://github.com/jerrywcy/memos-typist-editor/issues/129)) ([af22d22](af22d22)) * **deps:** update tiptap packages to v2.0.0-beta.216 ([Doist#135](https://github.com/jerrywcy/memos-typist-editor/issues/135)) ([3d31a2e](3d31a2e)) * **deps:** update tiptap packages to v2.0.0-beta.217 ([Doist#136](https://github.com/jerrywcy/memos-typist-editor/issues/136)) ([eebba15](eebba15)) * **deps:** update tiptap packages to v2.0.0-beta.218 ([Doist#148](https://github.com/jerrywcy/memos-typist-editor/issues/148)) ([0e9e179](0e9e179)) * **deps:** update tiptap packages to v2.0.0-beta.220 ([Doist#158](https://github.com/jerrywcy/memos-typist-editor/issues/158)) ([c7fc3d8](c7fc3d8)) * **deps:** update tiptap packages to v2.0.0-rc.1 ([Doist#192](https://github.com/jerrywcy/memos-typist-editor/issues/192)) ([26d090a](26d090a)) * **deps:** update tiptap packages to v2.0.0-rc.2 ([Doist#195](https://github.com/jerrywcy/memos-typist-editor/issues/195)) ([8753f13](8753f13)) * **deps:** update tiptap packages to v2.0.1 ([Doist#201](https://github.com/jerrywcy/memos-typist-editor/issues/201)) ([e31cb2f](e31cb2f)) * **deps:** update tiptap packages to v2.0.2 ([Doist#212](https://github.com/jerrywcy/memos-typist-editor/issues/212)) ([200b339](200b339)) * **deps:** update tiptap packages to v2.0.3 ([Doist#226](https://github.com/jerrywcy/memos-typist-editor/issues/226)) ([a1953b0](a1953b0)) * **docs:** correct the render function name ([Doist#50](https://github.com/jerrywcy/memos-typist-editor/issues/50)) ([45dd681](45dd681)) * Extra paragraph node inserted above an Horizontal Rule ([Doist#313](https://github.com/jerrywcy/memos-typist-editor/issues/313)) ([3852309](3852309)) * **factories:** Allow alphanumeric IDs for suggestion nodes in `createSuggestionExtension` ([Doist#66](https://github.com/jerrywcy/memos-typist-editor/issues/66)) ([a1726a6](a1726a6)) * **html-serializer:** Disables tokenizers if marks/nodes are not found in the editor schema ([Doist#86](https://github.com/jerrywcy/memos-typist-editor/issues/86)) ([0ed4a9b](0ed4a9b)) * **html-serializer:** Don't share instances between editors ([Doist#275](https://github.com/jerrywcy/memos-typist-editor/issues/275)) ([3aba8c7](3aba8c7)) * Invalid `hasCodeMarkBefore` check in `canInsertSuggestion` utility function ([Doist#156](https://github.com/jerrywcy/memos-typist-editor/issues/156)) ([21826c5](21826c5)) * **markdown-serializer:** Override Turndown escaping behaviour with custom rules ([Doist#102](https://github.com/jerrywcy/memos-typist-editor/issues/102)) ([6950afb](6950afb)) * **paste-markdown:** Incorrect paste behaviour when HTML source is VSCode ([Doist#260](https://github.com/jerrywcy/memos-typist-editor/issues/260)) ([3326796](3326796)) * Remove unused Tippy.js peer dependency ([Doist#56](https://github.com/jerrywcy/memos-typist-editor/issues/56)) ([85f87a5](85f87a5)) * Replace usage of useEvent with useCallback ([Doist#98](https://github.com/jerrywcy/memos-typist-editor/issues/98)) ([3b175f7](3b175f7)) * **rich-text-link:** More lenient regex for input/paste rule ([Doist#72](https://github.com/jerrywcy/memos-typist-editor/issues/72)) ([98e363f](98e363f)) * Task List now only toggle by typing `[ ]` in bullet list ([ae3103b](ae3103b)) * Unit-tests now support TaskItem and TaskList ([639abf6](639abf6)) ### Reverts * Revert "ci: Add support to publish experimental releases" (Doist#279) ([dc57964](dc57964)), closes [Doist#279](https://github.com/jerrywcy/memos-typist-editor/issues/279) [Doist#278](https://github.com/jerrywcy/memos-typist-editor/issues/278)
This PR contains the following updates:
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
2.0.0-beta.200
->2.0.0-beta.202
Release Notes
ueberdosis/tiptap (@tiptap/core)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/core
v2.0.0-beta.201
Compare Source
Reverts
ueberdosis/tiptap (@tiptap/extension-blockquote)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-blockquote
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-blockquote
ueberdosis/tiptap (@tiptap/extension-bold)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-bold
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-bold
ueberdosis/tiptap (@tiptap/extension-bullet-list)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-bullet-list
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-bullet-list
ueberdosis/tiptap (@tiptap/extension-character-count)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-character-count
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-character-count
ueberdosis/tiptap (@tiptap/extension-code)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-code
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-code
ueberdosis/tiptap (@tiptap/extension-code-block)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-code-block
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-code-block
ueberdosis/tiptap (@tiptap/extension-document)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-document
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-document
ueberdosis/tiptap (@tiptap/extension-dropcursor)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-dropcursor
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-dropcursor
ueberdosis/tiptap (@tiptap/extension-gapcursor)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-gapcursor
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-gapcursor
ueberdosis/tiptap (@tiptap/extension-hard-break)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-hard-break
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-hard-break
ueberdosis/tiptap (@tiptap/extension-heading)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-heading
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-heading
ueberdosis/tiptap (@tiptap/extension-history)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-history
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-history
ueberdosis/tiptap (@tiptap/extension-horizontal-rule)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-horizontal-rule
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-horizontal-rule
ueberdosis/tiptap (@tiptap/extension-image)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-image
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-image
ueberdosis/tiptap (@tiptap/extension-italic)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-italic
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-italic
ueberdosis/tiptap (@tiptap/extension-link)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-link
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-link
ueberdosis/tiptap (@tiptap/extension-list-item)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-list-item
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-list-item
ueberdosis/tiptap (@tiptap/extension-ordered-list)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-ordered-list
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-ordered-list
ueberdosis/tiptap (@tiptap/extension-paragraph)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-paragraph
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-paragraph
ueberdosis/tiptap (@tiptap/extension-placeholder)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-placeholder
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-placeholder
ueberdosis/tiptap (@tiptap/extension-strike)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-strike
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-strike
ueberdosis/tiptap (@tiptap/extension-task-item)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-task-item
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-task-item
ueberdosis/tiptap (@tiptap/extension-task-list)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-task-list
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-task-list
ueberdosis/tiptap (@tiptap/extension-text)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-text
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-text
ueberdosis/tiptap (@tiptap/extension-typography)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/extension-typography
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/extension-typography
ueberdosis/tiptap (@tiptap/react)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/react
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/react
ueberdosis/tiptap (@tiptap/suggestion)
v2.0.0-beta.202
Compare Source
Note: Version bump only for package @tiptap/suggestion
v2.0.0-beta.201
Compare Source
Note: Version bump only for package @tiptap/suggestion
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.