Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @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
  • Loading branch information
Philipp Kühn authored and Philipp Kühn committed Jan 20, 2022
1 parent bc03c0d commit 9e48f8c
Show file tree
Hide file tree
Showing 26 changed files with 126 additions and 19 deletions.
11 changes: 11 additions & 0 deletions packages/core/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.164](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.163...@tiptap/core@2.0.0-beta.164) (2022-01-20)


### Bug Fixes

* run pasterules for pasted content, fix [#2408](https://github.com/ueberdosis/tiptap/issues/2408) ([bc03c0d](https://github.com/ueberdosis/tiptap/commit/bc03c0d77812376f910accba1fb130c751ea7f0d))





# [2.0.0-beta.163](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.162...@tiptap/core@2.0.0-beta.163) (2022-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/core",
"description": "headless rich text editor",
"version": "2.0.0-beta.163",
"version": "2.0.0-beta.164",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
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.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
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.65",
"version": "2.0.0-beta.66",
"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.35",
"@tiptap/extension-code-block": "^2.0.0-beta.36",
"@types/lowlight": "^0.0.3",
"lowlight": "^1.20.0",
"prosemirror-model": "^1.16.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-code-block/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.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





# [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-code-block@2.0.0-beta.34...@tiptap/extension-code-block@2.0.0-beta.35) (2022-01-05)


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.35",
"version": "2.0.0-beta.36",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-heading/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.26](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-heading@2.0.0-beta.25...@tiptap/extension-heading@2.0.0-beta.26) (2022-01-20)

**Note:** Version bump only for package @tiptap/extension-heading





# [2.0.0-beta.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-heading@2.0.0-beta.24...@tiptap/extension-heading@2.0.0-beta.25) (2022-01-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-heading/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-heading",
"description": "heading extension for tiptap",
"version": "2.0.0-beta.25",
"version": "2.0.0-beta.26",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-highlight/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.33](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-highlight@2.0.0-beta.32...@tiptap/extension-highlight@2.0.0-beta.33) (2022-01-20)

**Note:** Version bump only for package @tiptap/extension-highlight





# [2.0.0-beta.32](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-highlight@2.0.0-beta.31...@tiptap/extension-highlight@2.0.0-beta.32) (2022-01-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-highlight",
"description": "highlight extension for tiptap",
"version": "2.0.0-beta.32",
"version": "2.0.0-beta.33",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-link/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.36](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.35...@tiptap/extension-link@2.0.0-beta.36) (2022-01-20)

**Note:** Version bump only for package @tiptap/extension-link





# [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.34...@tiptap/extension-link@2.0.0-beta.35) (2022-01-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-link",
"description": "link extension for tiptap",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-mention/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.93](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.92...@tiptap/extension-mention@2.0.0-beta.93) (2022-01-20)

**Note:** Version bump only for package @tiptap/extension-mention





# [2.0.0-beta.92](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.91...@tiptap/extension-mention@2.0.0-beta.92) (2022-01-13)

**Note:** Version bump only for package @tiptap/extension-mention
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-mention/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-mention",
"description": "mention extension for tiptap",
"version": "2.0.0-beta.92",
"version": "2.0.0-beta.93",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -24,7 +24,7 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"@tiptap/suggestion": "^2.0.0-beta.87",
"@tiptap/suggestion": "^2.0.0-beta.88",
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/html/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.163](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.162...@tiptap/html@2.0.0-beta.163) (2022-01-20)

**Note:** Version bump only for package @tiptap/html





# [2.0.0-beta.162](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.161...@tiptap/html@2.0.0-beta.162) (2022-01-13)

**Note:** Version bump only for package @tiptap/html
Expand Down
4 changes: 2 additions & 2 deletions packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/html",
"description": "utility package to render tiptap JSON as HTML",
"version": "2.0.0-beta.162",
"version": "2.0.0-beta.163",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.163",
"@tiptap/core": "^2.0.0-beta.164",
"prosemirror-model": "^1.16.1",
"zeed-dom": "^0.9.19"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.106](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.105...@tiptap/react@2.0.0-beta.106) (2022-01-20)

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





# [2.0.0-beta.105](https://github.com/ueberdosis/tiptap/compare/@tiptap/react@2.0.0-beta.104...@tiptap/react@2.0.0-beta.105) (2022-01-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.105",
"version": "2.0.0-beta.106",
"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.172](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.171...@tiptap/starter-kit@2.0.0-beta.172) (2022-01-20)

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





# [2.0.0-beta.171](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.170...@tiptap/starter-kit@2.0.0-beta.171) (2022-01-13)

**Note:** Version bump only for package @tiptap/starter-kit
Expand Down
8 changes: 4 additions & 4 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.171",
"version": "2.0.0-beta.172",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,17 +21,17 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.163",
"@tiptap/core": "^2.0.0-beta.164",
"@tiptap/extension-blockquote": "^2.0.0-beta.26",
"@tiptap/extension-bold": "^2.0.0-beta.25",
"@tiptap/extension-bullet-list": "^2.0.0-beta.26",
"@tiptap/extension-code": "^2.0.0-beta.26",
"@tiptap/extension-code-block": "^2.0.0-beta.35",
"@tiptap/extension-code-block": "^2.0.0-beta.36",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-dropcursor": "^2.0.0-beta.25",
"@tiptap/extension-gapcursor": "^2.0.0-beta.34",
"@tiptap/extension-hard-break": "^2.0.0-beta.30",
"@tiptap/extension-heading": "^2.0.0-beta.25",
"@tiptap/extension-heading": "^2.0.0-beta.26",
"@tiptap/extension-history": "^2.0.0-beta.21",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.30",
"@tiptap/extension-italic": "^2.0.0-beta.25",
Expand Down
8 changes: 8 additions & 0 deletions packages/suggestion/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.88](https://github.com/ueberdosis/tiptap/compare/@tiptap/suggestion@2.0.0-beta.87...@tiptap/suggestion@2.0.0-beta.88) (2022-01-20)

**Note:** Version bump only for package @tiptap/suggestion





# [2.0.0-beta.87](https://github.com/ueberdosis/tiptap/compare/@tiptap/suggestion@2.0.0-beta.86...@tiptap/suggestion@2.0.0-beta.87) (2022-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/suggestion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/suggestion",
"description": "suggestion plugin for tiptap",
"version": "2.0.0-beta.87",
"version": "2.0.0-beta.88",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-2/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.76](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-2@2.0.0-beta.75...@tiptap/vue-2@2.0.0-beta.76) (2022-01-20)

**Note:** Version bump only for package @tiptap/vue-2





# [2.0.0-beta.75](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-2@2.0.0-beta.74...@tiptap/vue-2@2.0.0-beta.75) (2022-01-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue-2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/vue-2",
"description": "Vue components for tiptap",
"version": "2.0.0-beta.75",
"version": "2.0.0-beta.76",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-3/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.89](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-3@2.0.0-beta.88...@tiptap/vue-3@2.0.0-beta.89) (2022-01-20)

**Note:** Version bump only for package @tiptap/vue-3





# [2.0.0-beta.88](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-3@2.0.0-beta.87...@tiptap/vue-3@2.0.0-beta.88) (2022-01-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue-3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/vue-3",
"description": "Vue components for tiptap",
"version": "2.0.0-beta.88",
"version": "2.0.0-beta.89",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down

0 comments on commit 9e48f8c

Please sign in to comment.