- @tiptap/core@2.0.0-beta.164
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.66
 - @tiptap/extension-code-block@2.0.0-beta.36
 - @tiptap/extension-heading@2.0.0-beta.26
 - @tiptap/extension-highlight@2.0.0-beta.33
 - @tiptap/extension-link@2.0.0-beta.36
 - @tiptap/extension-mention@2.0.0-beta.93
 - @tiptap/html@2.0.0-beta.163
 - @tiptap/react@2.0.0-beta.106
 - @tiptap/starter-kit@2.0.0-beta.172
 - @tiptap/suggestion@2.0.0-beta.88
 - @tiptap/vue-2@2.0.0-beta.76
 - @tiptap/vue-3@2.0.0-beta.89
This commit is contained in:
Philipp Kühn
2022-01-20 15:07:41 +01:00
parent bc03c0d778
commit 9e48f8c239
26 changed files with 126 additions and 19 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.66](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.65...@tiptap/extension-code-block-lowlight@2.0.0-beta.66) (2022-01-20)
**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
# [2.0.0-beta.65](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block-lowlight@2.0.0-beta.64...@tiptap/extension-code-block-lowlight@2.0.0-beta.65) (2022-01-05)
**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.65",
"version": "2.0.0-beta.66",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
@@ -24,7 +24,7 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"@tiptap/extension-code-block": "^2.0.0-beta.35",
"@tiptap/extension-code-block": "^2.0.0-beta.36",
"@types/lowlight": "^0.0.3",
"lowlight": "^1.20.0",
"prosemirror-model": "^1.16.1",