- @tiptap/core@2.0.0-beta.160
 - @tiptap/extension-bubble-menu@2.0.0-beta.54
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.63
 - @tiptap/extension-collaboration-cursor@2.0.0-beta.34
 - @tiptap/extension-collaboration@2.0.0-beta.33
 - @tiptap/extension-floating-menu@2.0.0-beta.49
 - @tiptap/extension-focus@2.0.0-beta.39
 - @tiptap/extension-font-family@2.0.0-beta.21
 - @tiptap/extension-gapcursor@2.0.0-beta.34
 - @tiptap/extension-link@2.0.0-beta.34
 - @tiptap/extension-mention@2.0.0-beta.91
 - @tiptap/extension-placeholder@2.0.0-beta.46
 - @tiptap/extension-table@2.0.0-beta.46
 - @tiptap/html@2.0.0-beta.159
 - @tiptap/react@2.0.0-beta.104
 - @tiptap/starter-kit@2.0.0-beta.165
 - @tiptap/suggestion@2.0.0-beta.86
 - @tiptap/vue-2@2.0.0-beta.74
 - @tiptap/vue-3@2.0.0-beta.86
This commit is contained in:
Philipp Kühn
2022-01-04 10:15:07 +01:00
parent 6a94e2fa62
commit e550d3c69e
38 changed files with 184 additions and 29 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.159](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.158...@tiptap/html@2.0.0-beta.159) (2022-01-04)
**Note:** Version bump only for package @tiptap/html
# [2.0.0-beta.158](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.157...@tiptap/html@2.0.0-beta.158) (2021-12-22)
**Note:** Version bump only for package @tiptap/html

View File

@@ -1,7 +1,7 @@
{
"name": "@tiptap/html",
"description": "utility package to render tiptap JSON as HTML",
"version": "2.0.0-beta.158",
"version": "2.0.0-beta.159",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.159",
"@tiptap/core": "^2.0.0-beta.160",
"prosemirror-model": "^1.16.1",
"zeed-dom": "^0.9.19"
},