- @tiptap/extension-mention@2.0.0-beta.70
 - @tiptap/suggestion@2.0.0-beta.68
 - @tiptap/vue-3@2.0.0-beta.55
This commit is contained in:
Philipp Kühn
2021-08-23 22:40:16 +02:00
parent d3242c9a07
commit 3664e3b1b0
6 changed files with 34 additions and 4 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.70](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.69...@tiptap/extension-mention@2.0.0-beta.70) (2021-08-23)
**Note:** Version bump only for package @tiptap/extension-mention
# [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

View File

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