v2.0.0-beta.195

This commit is contained in:
Dominik Biedebach
2022-09-14 02:10:19 +02:00
parent b01ccff7b2
commit ea1fbeda7d
110 changed files with 643 additions and 187 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.195](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.194...v2.0.0-beta.195) (2022-09-14)
**Note:** Version bump only for package @tiptap/html
# [2.0.0-beta.194](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.193...v2.0.0-beta.194) (2022-09-11)
**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.194",
"version": "2.0.0-beta.195",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.194",
"@tiptap/core": "^2.0.0-beta.195",
"prosemirror-model": "1.18.1",
"zeed-dom": "^0.9.19"
},