- @tiptap/extension-bubble-menu@2.0.0-beta.31
 - @tiptap/extension-floating-menu@2.0.0-beta.25
 - @tiptap/extension-mention@2.0.0-beta.69
 - @tiptap/react@2.0.0-beta.62
 - @tiptap/suggestion@2.0.0-beta.67
 - @tiptap/vue-2@2.0.0-beta.48
 - @tiptap/vue-3@2.0.0-beta.54
This commit is contained in:
Philipp Kühn
2021-08-23 18:45:37 +02:00
parent 70a328bd3d
commit 5ee5091759
14 changed files with 79 additions and 14 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.69](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.68...@tiptap/extension-mention@2.0.0-beta.69) (2021-08-23)
**Note:** Version bump only for package @tiptap/extension-mention
# [2.0.0-beta.68](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.67...@tiptap/extension-mention@2.0.0-beta.68) (2021-08-20)

View File

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