- @tiptap/extension-collaboration-cursor@2.0.0-beta.2
 - @tiptap/extension-collaboration@2.0.0-beta.2
 - @tiptap/extension-gapcursor@2.0.0-beta.2
 - @tiptap/starter-kit@2.0.0-beta.2
 - @tiptap/vue-starter-kit@2.0.0-beta.2
This commit is contained in:
Philipp Kühn
2021-03-08 13:56:47 +01:00
parent 86a8ce349a
commit 43a13594f0
10 changed files with 47 additions and 7 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.2](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/vue-starter-kit@2.0.0-beta.1...@tiptap/vue-starter-kit@2.0.0-beta.2) (2021-03-08)
**Note:** Version bump only for package @tiptap/vue-starter-kit
# [2.0.0-beta.1](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/vue-starter-kit@2.0.0-alpha.16...@tiptap/vue-starter-kit@2.0.0-beta.1) (2021-03-05)
**Note:** Version bump only for package @tiptap/vue-starter-kit

View File

@@ -1,7 +1,7 @@
{
"name": "@tiptap/vue-starter-kit",
"description": "Vue starter kit for tiptap",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -22,7 +22,7 @@
"dist"
],
"dependencies": {
"@tiptap/starter-kit": "^2.0.0-beta.1",
"@tiptap/starter-kit": "^2.0.0-beta.2",
"@tiptap/vue": "^2.0.0-beta.1"
}
}