- @tiptap/core@2.0.0-beta.168
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.68
 - @tiptap/extension-code-block@2.0.0-beta.37
 - @tiptap/html@2.0.0-beta.167
 - @tiptap/starter-kit@2.0.0-beta.177
This commit is contained in:
Philipp Kühn
2022-01-26 09:38:01 +01:00
parent 85fcc29ac6
commit 31efb0802e
10 changed files with 55 additions and 9 deletions

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-beta.168](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.167...@tiptap/core@2.0.0-beta.168) (2022-01-26)
### Bug Fixes
* add attributes to pre tag instead of code tag by default, fix [#2440](https://github.com/ueberdosis/tiptap/issues/2440) ([85fcc29](https://github.com/ueberdosis/tiptap/commit/85fcc29ac6ef9e07847d5e0a5cdd318f4300a832))
# [2.0.0-beta.167](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.166...@tiptap/core@2.0.0-beta.167) (2022-01-25) # [2.0.0-beta.167](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.166...@tiptap/core@2.0.0-beta.167) (2022-01-25)

View File

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

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-beta.68](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.67...@tiptap/extension-code-block-lowlight@2.0.0-beta.68) (2022-01-26)
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
# [2.0.0-beta.67](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.66...@tiptap/extension-code-block-lowlight@2.0.0-beta.67) (2022-01-25) # [2.0.0-beta.67](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.66...@tiptap/extension-code-block-lowlight@2.0.0-beta.67) (2022-01-25)
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight **Note:** Version bump only for package @tiptap/extension-code-block-lowlight

View File

@@ -1,7 +1,7 @@
{ {
"name": "@tiptap/extension-code-block-lowlight", "name": "@tiptap/extension-code-block-lowlight",
"description": "code block extension for tiptap", "description": "code block extension for tiptap",
"version": "2.0.0-beta.67", "version": "2.0.0-beta.68",
"homepage": "https://tiptap.dev", "homepage": "https://tiptap.dev",
"keywords": [ "keywords": [
"tiptap", "tiptap",
@@ -24,7 +24,7 @@
"@tiptap/core": "^2.0.0-beta.1" "@tiptap/core": "^2.0.0-beta.1"
}, },
"dependencies": { "dependencies": {
"@tiptap/extension-code-block": "^2.0.0-beta.36", "@tiptap/extension-code-block": "^2.0.0-beta.37",
"@types/lowlight": "^0.0.3", "@types/lowlight": "^0.0.3",
"lowlight": "^1.20.0", "lowlight": "^1.20.0",
"prosemirror-model": "^1.16.1", "prosemirror-model": "^1.16.1",

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-beta.37](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block@2.0.0-beta.36...@tiptap/extension-code-block@2.0.0-beta.37) (2022-01-26)
### Bug Fixes
* add attributes to pre tag instead of code tag by default, fix [#2440](https://github.com/ueberdosis/tiptap/issues/2440) ([85fcc29](https://github.com/ueberdosis/tiptap/commit/85fcc29ac6ef9e07847d5e0a5cdd318f4300a832))
# [2.0.0-beta.36](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block@2.0.0-beta.35...@tiptap/extension-code-block@2.0.0-beta.36) (2022-01-20) # [2.0.0-beta.36](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block@2.0.0-beta.35...@tiptap/extension-code-block@2.0.0-beta.36) (2022-01-20)
**Note:** Version bump only for package @tiptap/extension-code-block **Note:** Version bump only for package @tiptap/extension-code-block

View File

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

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-beta.167](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.166...@tiptap/html@2.0.0-beta.167) (2022-01-26)
**Note:** Version bump only for package @tiptap/html
# [2.0.0-beta.166](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.165...@tiptap/html@2.0.0-beta.166) (2022-01-25) # [2.0.0-beta.166](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.165...@tiptap/html@2.0.0-beta.166) (2022-01-25)
**Note:** Version bump only for package @tiptap/html **Note:** Version bump only for package @tiptap/html

View File

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

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-beta.177](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.176...@tiptap/starter-kit@2.0.0-beta.177) (2022-01-26)
**Note:** Version bump only for package @tiptap/starter-kit
# [2.0.0-beta.176](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.175...@tiptap/starter-kit@2.0.0-beta.176) (2022-01-25) # [2.0.0-beta.176](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.175...@tiptap/starter-kit@2.0.0-beta.176) (2022-01-25)
**Note:** Version bump only for package @tiptap/starter-kit **Note:** Version bump only for package @tiptap/starter-kit

View File

@@ -1,7 +1,7 @@
{ {
"name": "@tiptap/starter-kit", "name": "@tiptap/starter-kit",
"description": "starter kit for tiptap", "description": "starter kit for tiptap",
"version": "2.0.0-beta.176", "version": "2.0.0-beta.177",
"homepage": "https://tiptap.dev", "homepage": "https://tiptap.dev",
"keywords": [ "keywords": [
"tiptap", "tiptap",
@@ -21,12 +21,12 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@tiptap/core": "^2.0.0-beta.167", "@tiptap/core": "^2.0.0-beta.168",
"@tiptap/extension-blockquote": "^2.0.0-beta.26", "@tiptap/extension-blockquote": "^2.0.0-beta.26",
"@tiptap/extension-bold": "^2.0.0-beta.25", "@tiptap/extension-bold": "^2.0.0-beta.25",
"@tiptap/extension-bullet-list": "^2.0.0-beta.26", "@tiptap/extension-bullet-list": "^2.0.0-beta.26",
"@tiptap/extension-code": "^2.0.0-beta.26", "@tiptap/extension-code": "^2.0.0-beta.26",
"@tiptap/extension-code-block": "^2.0.0-beta.36", "@tiptap/extension-code-block": "^2.0.0-beta.37",
"@tiptap/extension-document": "^2.0.0-beta.15", "@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-dropcursor": "^2.0.0-beta.25", "@tiptap/extension-dropcursor": "^2.0.0-beta.25",
"@tiptap/extension-gapcursor": "^2.0.0-beta.34", "@tiptap/extension-gapcursor": "^2.0.0-beta.34",