Revert "Publish"

This reverts commit fa502c9f11.
This commit is contained in:
Philipp Kühn
2022-06-17 09:55:42 +02:00
parent fa502c9f11
commit 9c38d2713e
78 changed files with 60 additions and 392 deletions

View File

@@ -3,14 +3,6 @@
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.98](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.97...@tiptap/extension-mention@2.0.0-beta.98) (2022-06-17)
**Note:** Version bump only for package @tiptap/extension-mention
# [2.0.0-beta.97](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.96...@tiptap/extension-mention@2.0.0-beta.97) (2022-05-18)
**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.98",
"version": "2.0.0-beta.97",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -24,7 +24,7 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"@tiptap/suggestion": "^2.0.0-beta.93",
"@tiptap/suggestion": "^2.0.0-beta.92",
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4"
},