- @tiptap/core@2.0.0-beta.108
 - @tiptap/extension-mention@2.0.0-beta.74
 - @tiptap/html@2.0.0-beta.107
 - @tiptap/react@2.0.0-beta.69
 - @tiptap/starter-kit@2.0.0-beta.107
 - @tiptap/suggestion@2.0.0-beta.71
This commit is contained in:
Philipp Kühn
2021-09-20 11:23:21 +02:00
parent 4a6c3cbaac
commit 067d61c5dd
12 changed files with 60 additions and 9 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-beta.74](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.73...@tiptap/extension-mention@2.0.0-beta.74) (2021-09-20)
**Note:** Version bump only for package @tiptap/extension-mention
# [2.0.0-beta.73](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.72...@tiptap/extension-mention@2.0.0-beta.73) (2021-09-15)
**Note:** Version bump only for package @tiptap/extension-mention

View File

@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-mention",
"description": "mention extension for tiptap",
"version": "2.0.0-beta.73",
"version": "2.0.0-beta.74",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -24,7 +24,7 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"@tiptap/suggestion": "^2.0.0-beta.70",
"@tiptap/suggestion": "^2.0.0-beta.71",
"prosemirror-model": "^1.14.3",
"prosemirror-state": "^1.3.4"
},