- @tiptap/core@2.0.0-beta.142
 - @tiptap/extension-blockquote@2.0.0-beta.25
 - @tiptap/html@2.0.0-beta.141
 - @tiptap/starter-kit@2.0.0-beta.144
This commit is contained in:
Philipp Kühn 2021-11-23 14:39:30 +01:00
parent 74a33264c0
commit 7c5223fc92
8 changed files with 45 additions and 7 deletions

View File

@ -3,6 +3,17 @@
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.142](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.141...@tiptap/core@2.0.0-beta.142) (2021-11-23)
### Features
* add defaultBlockAt helper ([403c147](https://github.com/ueberdosis/tiptap/commit/403c147d4d0875cb8ca63d88abfec94093ff7926))
# [2.0.0-beta.141](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.140...@tiptap/core@2.0.0-beta.141) (2021-11-22)

View File

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

View File

@ -3,6 +3,17 @@
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.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-blockquote@2.0.0-beta.24...@tiptap/extension-blockquote@2.0.0-beta.25) (2021-11-23)
### Bug Fixes
* fix content expression for blockquote node, fix [#1681](https://github.com/ueberdosis/tiptap/issues/1681) ([74a3326](https://github.com/ueberdosis/tiptap/commit/74a33264c046d275300ab321fb2a7780eb796817))
# [2.0.0-beta.24](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-blockquote@2.0.0-beta.23...@tiptap/extension-blockquote@2.0.0-beta.24) (2021-11-09)
**Note:** Version bump only for package @tiptap/extension-blockquote

View File

@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-blockquote",
"description": "blockquote extension for tiptap",
"version": "2.0.0-beta.24",
"version": "2.0.0-beta.25",
"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.141](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.140...@tiptap/html@2.0.0-beta.141) (2021-11-23)
**Note:** Version bump only for package @tiptap/html
# [2.0.0-beta.140](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.139...@tiptap/html@2.0.0-beta.140) (2021-11-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.140",
"version": "2.0.0-beta.141",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.141",
"@tiptap/core": "^2.0.0-beta.142",
"prosemirror-model": "^1.15.0",
"zeed-dom": "^0.9.16"
},

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.144](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.143...@tiptap/starter-kit@2.0.0-beta.144) (2021-11-23)
**Note:** Version bump only for package @tiptap/starter-kit
# [2.0.0-beta.143](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.142...@tiptap/starter-kit@2.0.0-beta.143) (2021-11-22)
**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.143",
"version": "2.0.0-beta.144",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@ -21,8 +21,8 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.141",
"@tiptap/extension-blockquote": "^2.0.0-beta.24",
"@tiptap/core": "^2.0.0-beta.142",
"@tiptap/extension-blockquote": "^2.0.0-beta.25",
"@tiptap/extension-bold": "^2.0.0-beta.24",
"@tiptap/extension-bullet-list": "^2.0.0-beta.23",
"@tiptap/extension-code": "^2.0.0-beta.25",