Skip to content

Commit b373090

Browse files
committed
Publish
- @tiptap/[email protected] - @tiptap/[email protected]
1 parent 78ef673 commit b373090

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

packages/extension-code-block-lowlight/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.40](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-09-30)
7+
8+
9+
### Bug Fixes
10+
11+
* compatibility with lowlight v2 ([#1939](https://github.com/ueberdosis/tiptap/issues/1939)) ([f79347e](https://github.com/ueberdosis/tiptap/commit/f79347e128be11860ee54109d8d333b436426b45))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.39](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-09-21)
718

819

packages/extension-code-block-lowlight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-code-block-lowlight",
33
"description": "code block extension for tiptap",
4-
"version": "2.0.0-beta.39",
4+
"version": "2.0.0-beta.40",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

packages/react/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.77](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-09-30)
7+
8+
9+
### Bug Fixes
10+
11+
* use ref to move contentDOM ([#1960](https://github.com/ueberdosis/tiptap/issues/1960)), fix [#1942](https://github.com/ueberdosis/tiptap/issues/1942) ([dead826](https://github.com/ueberdosis/tiptap/commit/dead82625095031bc4d32b47b205044bf75769bd))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.76](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-09-30)
718

819
**Note:** Version bump only for package @tiptap/react

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/react",
33
"description": "React components for tiptap",
4-
"version": "2.0.0-beta.76",
4+
"version": "2.0.0-beta.77",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",

0 commit comments

Comments
 (0)