- @tiptap/core@2.0.0-beta.59
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.22
 - @tiptap/html@2.0.0-beta.59
 - @tiptap/react@2.0.0-beta.37
 - @tiptap/starter-kit@2.0.0-beta.56
This commit is contained in:
Philipp Kühn 2021-05-13 20:29:20 +02:00
parent fe03d9c455
commit 64d4a39de6
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.59](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.57...@tiptap/core@2.0.0-beta.59) (2021-05-13)
**Note:** Version bump only for package @tiptap/core
# [2.0.0-beta.57](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.56...@tiptap/core@2.0.0-beta.57) (2021-05-13)

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/core",
"description": "headless rich text editor",
"version": "2.0.0-beta.58",
"version": "2.0.0-beta.59",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",

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.22](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.20...@tiptap/extension-code-block-lowlight@2.0.0-beta.22) (2021-05-13)
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
# [2.0.0-beta.20](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.19...@tiptap/extension-code-block-lowlight@2.0.0-beta.20) (2021-05-13)
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code-block-lowlight",
"description": "code block extension for tiptap",
"version": "2.0.0-beta.21",
"version": "2.0.0-beta.22",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",

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.59](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.57...@tiptap/html@2.0.0-beta.59) (2021-05-13)
**Note:** Version bump only for package @tiptap/html
# [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

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/html",
"description": "utility package to render tiptap JSON as HTML",
"version": "2.0.0-beta.58",
"version": "2.0.0-beta.59",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.57",
"@tiptap/core": "^2.0.0-beta.59",
"hostic-dom": "^0.8.6",
"prosemirror-model": "^1.14.1"
}

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.37](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.35...@tiptap/react@2.0.0-beta.37) (2021-05-13)
**Note:** Version bump only for package @tiptap/react
# [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.34...@tiptap/react@2.0.0-beta.35) (2021-05-13)
**Note:** Version bump only for package @tiptap/react

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/react",
"description": "React components for tiptap",
"version": "2.0.0-beta.36",
"version": "2.0.0-beta.37",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",

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.56](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.54...@tiptap/starter-kit@2.0.0-beta.56) (2021-05-13)
**Note:** Version bump only for package @tiptap/starter-kit
# [2.0.0-beta.54](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.53...@tiptap/starter-kit@2.0.0-beta.54) (2021-05-13)
**Note:** Version bump only for package @tiptap/starter-kit

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/starter-kit",
"description": "starter kit for tiptap",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.57",
"@tiptap/core": "^2.0.0-beta.59",
"@tiptap/extension-blockquote": "^2.0.0-beta.12",
"@tiptap/extension-bold": "^2.0.0-beta.12",
"@tiptap/extension-bullet-list": "^2.0.0-beta.12",