- @tiptap/extension-mention@2.0.0-beta.53
 - @tiptap/suggestion@2.0.0-beta.53
This commit is contained in:
Philipp Kühn
2021-05-07 10:34:26 +02:00
parent a03a01ab04
commit 8e92806c3d
4 changed files with 22 additions and 3 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.53](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.52...@tiptap/extension-mention@2.0.0-beta.53) (2021-05-07)
**Note:** Version bump only for package @tiptap/extension-mention
# [2.0.0-beta.52](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.51...@tiptap/extension-mention@2.0.0-beta.52) (2021-05-07)
**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.52",
"version": "2.0.0-beta.53",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -24,6 +24,6 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"@tiptap/suggestion": "^2.0.0-beta.52"
"@tiptap/suggestion": "^2.0.0-beta.53"
}
}