Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Oct 12, 2021
1 parent 2d0e6d0 commit d3641b8
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/extension-code-block-lowlight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.43](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-10-12)

**Note:** Version bump only for package @tiptap/extension-code-block-lowlight





# [2.0.0-beta.42](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-10-08)

**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-code-block-lowlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code-block-lowlight",
"description": "code block extension for tiptap",
"version": "2.0.0-beta.42",
"version": "2.0.0-beta.43",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -24,7 +24,7 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"@tiptap/extension-code-block": "^2.0.0-beta.19",
"@tiptap/extension-code-block": "^2.0.0-beta.20",
"@types/lowlight": "^0.0.3",
"lowlight": "^1.20.0",
"prosemirror-model": "^1.14.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-10-12)


### Bug Fixes

* add support for pasted content from VS Code, fix [#2022](https://github.com/ueberdosis/tiptap/issues/2022) ([0e0b0b6](https://github.com/ueberdosis/tiptap/commit/0e0b0b6a8c1d80ef9084d1913a51dd9bff8a69d8))





# [2.0.0-beta.19](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code-block",
"description": "code block extension for tiptap",
"version": "2.0.0-beta.19",
"version": "2.0.0-beta.20",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.81](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-10-12)


### Bug Fixes

* Add `editor` dependency when registering `BubbleMenuPlugin` and `FloatingMenuPlugin` ([#2018](https://github.com/ueberdosis/tiptap/issues/2018)) ([e9465ec](https://github.com/ueberdosis/tiptap/commit/e9465ec0f6921abd428ed27b50596d20edc05b77))





# [2.0.0-beta.80](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/react",
"description": "React components for tiptap",
"version": "2.0.0-beta.80",
"version": "2.0.0-beta.81",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/starter-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.122](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-10-12)

**Note:** Version bump only for package @tiptap/starter-kit





# [2.0.0-beta.121](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-10-10)

**Note:** Version bump only for package @tiptap/starter-kit
Expand Down
4 changes: 2 additions & 2 deletions packages/starter-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/starter-kit",
"description": "starter kit for tiptap",
"version": "2.0.0-beta.121",
"version": "2.0.0-beta.122",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -26,7 +26,7 @@
"@tiptap/extension-bold": "^2.0.0-beta.17",
"@tiptap/extension-bullet-list": "^2.0.0-beta.16",
"@tiptap/extension-code": "^2.0.0-beta.18",
"@tiptap/extension-code-block": "^2.0.0-beta.19",
"@tiptap/extension-code-block": "^2.0.0-beta.20",
"@tiptap/extension-document": "^2.0.0-beta.13",
"@tiptap/extension-dropcursor": "^2.0.0-beta.19",
"@tiptap/extension-gapcursor": "^2.0.0-beta.25",
Expand Down

0 comments on commit d3641b8

Please sign in to comment.