Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Jun 27, 2022
1 parent 163de4e commit 090c5a4
Show file tree
Hide file tree
Showing 48 changed files with 256 additions and 40 deletions.
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.181](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)


### Bug Fixes

* **core:** fix focus command passing through editor state instead of existing transaction ([5b0b7d9](https://github.com/ueberdosis/tiptap/commit/5b0b7d91023c87e9ddb85ff3a776273d12a22d16))


### Features

* **core:** add nodePasteRule to core ([15123ee](https://github.com/ueberdosis/tiptap/commit/15123ee092261fe86352d491121804607e08e031))





# [2.0.0-beta.180](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/core
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.180",
"version": "2.0.0-beta.181",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-bubble-menu/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.61](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.60](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-bubble-menu
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-bubble-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bubble-menu",
"description": "bubble-menu extension for tiptap",
"version": "2.0.0-beta.60",
"version": "2.0.0-beta.61",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-character-count/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.31](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.30](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-character-count
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-character-count/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-character-count",
"description": "font family extension for tiptap",
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.31",
"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.73](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.72](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**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.72",
"version": "2.0.0-beta.73",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -25,7 +25,7 @@
"lowlight": ">=1.20.0"
},
"dependencies": {
"@tiptap/extension-code-block": "^2.0.0-beta.41",
"@tiptap/extension-code-block": "^2.0.0-beta.42",
"@types/lowlight": "^0.0.3",
"prosemirror-model": "1.18.1",
"prosemirror-state": "1.4.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.42](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.41](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-code-block
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.41",
"version": "2.0.0-beta.42",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-collaboration/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.38](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.37](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-collaboration
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-collaboration",
"description": "collaboration extension for tiptap",
"version": "2.0.0-beta.37",
"version": "2.0.0-beta.38",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-dropcursor/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.29](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.28](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-dropcursor
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-dropcursor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-dropcursor",
"description": "dropcursor extension for tiptap",
"version": "2.0.0-beta.28",
"version": "2.0.0-beta.29",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-floating-menu/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.56](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.55](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-floating-menu
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-floating-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-floating-menu",
"description": "floating-menu extension for tiptap",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-focus/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.45](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.44](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-focus
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-focus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-focus",
"description": "focus extension for tiptap",
"version": "2.0.0-beta.44",
"version": "2.0.0-beta.45",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-gapcursor/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.39](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.38](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-gapcursor
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-gapcursor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-gapcursor",
"description": "gapcursor extension for tiptap",
"version": "2.0.0-beta.38",
"version": "2.0.0-beta.39",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-history/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/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-history
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-history/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-history",
"description": "history 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-horizontal-rule/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/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.35](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-horizontal-rule
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-horizontal-rule/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-horizontal-rule",
"description": "horizontal rule 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-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.43](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.42](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-link
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.42",
"version": "2.0.0-beta.43",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-mention/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.102](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)


### Bug Fixes

* **extension/mention:** collapse selection to end after suggestion insertion to fix chrome selection issue with mouse ([163de4e](https://github.com/ueberdosis/tiptap/commit/163de4e1876000a88117da8a02b1f62cd4a2cfb0))





# [2.0.0-beta.101](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**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.101",
"version": "2.0.0-beta.102",
"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.96",
"@tiptap/suggestion": "^2.0.0-beta.97",
"prosemirror-model": "1.18.1",
"prosemirror-state": "1.4.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-placeholder/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.53](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-27)

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





# [2.0.0-beta.52](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-06-20)

**Note:** Version bump only for package @tiptap/extension-placeholder
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-placeholder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-placeholder",
"description": "placeholder extension for tiptap",
"version": "2.0.0-beta.52",
"version": "2.0.0-beta.53",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
Loading

0 comments on commit 090c5a4

Please sign in to comment.