- @tiptap/core@2.0.0-beta.57
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.20
 - @tiptap/html@2.0.0-beta.57
 - @tiptap/react@2.0.0-beta.35
 - @tiptap/starter-kit@2.0.0-beta.54
This commit is contained in:
Philipp Kühn
2021-05-13 20:25:39 +02:00
parent 6a5f5da2d7
commit 7baac2bc67
10 changed files with 50 additions and 7 deletions

View File

@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# [2.0.0-beta.57](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.56...@tiptap/html@2.0.0-beta.57) (2021-05-13)
**Note:** Version bump only for package @tiptap/html
# [2.0.0-beta.56](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.55...@tiptap/html@2.0.0-beta.56) (2021-05-13)
**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.56",
"version": "2.0.0-beta.57",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.56",
"@tiptap/core": "^2.0.0-beta.57",
"hostic-dom": "^0.8.6",
"prosemirror-model": "^1.14.1"
}