Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Apr 27, 2022
1 parent 7d7330f commit 90e719c
Show file tree
Hide file tree
Showing 26 changed files with 153 additions and 22 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.175](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* don't override behaviour of Home / End in pc keymap ([d270419](https://github.com/ueberdosis/tiptap/commit/d270419ad8dc6182a949c5d263c47e90ee4466ff))





# [2.0.0-beta.174](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-02-07)


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.174",
"version": "2.0.0-beta.175",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-bubble-menu/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.56](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* Mark the bubble/floating menu extensions as side effect free ([172513c](https://github.com/ueberdosis/tiptap/commit/172513cb445fa295dd9f7d7ec553ed22baa9d435))





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

**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.55",
"version": "2.0.0-beta.56",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-character-count/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.26](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* remove extension-text-style from character-cout peer dependencies ([2fc6a4b](https://github.com/ueberdosis/tiptap/commit/2fc6a4b780bdf7a365e21717ebd99a8e8b2c113d))





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


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.25",
"version": "2.0.0-beta.26",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-floating-menu/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.51](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* Mark the bubble/floating menu extensions as side effect free ([172513c](https://github.com/ueberdosis/tiptap/commit/172513cb445fa295dd9f7d7ec553ed22baa9d435))





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

**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.50",
"version": "2.0.0-beta.51",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-link/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.37](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* **extension-link:** restricts parsing `javascript:` pseudo-protocol ([947f311](https://github.com/ueberdosis/tiptap/commit/947f311c0ec9affdcaeb220d13d87c04c773f084))





# [2.0.0-beta.36](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-01-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.36",
"version": "2.0.0-beta.37",
"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.96](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)

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





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

**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.95",
"version": "2.0.0-beta.96",
"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.90",
"@tiptap/suggestion": "^2.0.0-beta.91",
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-task-item/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.32](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* allow [] as a prefix for task items ([06fd7fb](https://github.com/ueberdosis/tiptap/commit/06fd7fb4299195646200836dd8158238279c3a7a))





# [2.0.0-beta.31](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-task-item/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-task-item",
"description": "task item extension for tiptap",
"version": "2.0.0-beta.31",
"version": "2.0.0-beta.32",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
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.174](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)

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





# [2.0.0-beta.173](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-02-07)

**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.173",
"version": "2.0.0-beta.174",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.174",
"@tiptap/core": "^2.0.0-beta.175",
"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.109](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)

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





# [2.0.0-beta.108](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-02-07)

**Note:** Version bump only for package @tiptap/react
Expand Down
6 changes: 3 additions & 3 deletions 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.108",
"version": "2.0.0-beta.109",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -32,8 +32,8 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.0.0-beta.55",
"@tiptap/extension-floating-menu": "^2.0.0-beta.50",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.56",
"@tiptap/extension-floating-menu": "^2.0.0-beta.51",
"prosemirror-view": "^1.23.6"
},
"repository": {
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.184](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)

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





# [2.0.0-beta.183](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-02-07)

**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.183",
"version": "2.0.0-beta.184",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.174",
"@tiptap/core": "^2.0.0-beta.175",
"@tiptap/extension-blockquote": "^2.0.0-beta.26",
"@tiptap/extension-bold": "^2.0.0-beta.26",
"@tiptap/extension-bullet-list": "^2.0.0-beta.26",
Expand Down
11 changes: 11 additions & 0 deletions packages/suggestion/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.91](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* prevent suggestions from being active when editor is readonly ([45990cd](https://github.com/ueberdosis/tiptap/commit/45990cdc0f8c9b7d31fe31cabe4b29088851d9f6))





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

**Note:** Version bump only for package @tiptap/suggestion
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.90",
"version": "2.0.0-beta.91",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-2/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.78](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* improve Vue nodeViewProps typing ([190a699](https://github.com/ueberdosis/tiptap/commit/190a6993d4d93b4d37b978b33ef22690ed8269b6))





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

**Note:** Version bump only for package @tiptap/vue-2
Expand Down
6 changes: 3 additions & 3 deletions 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.77",
"version": "2.0.0-beta.78",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -28,8 +28,8 @@
"vue": "^2.6.0"
},
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.0.0-beta.55",
"@tiptap/extension-floating-menu": "^2.0.0-beta.50",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.56",
"@tiptap/extension-floating-menu": "^2.0.0-beta.51",
"prosemirror-view": "^1.23.6"
},
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-3/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.91](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2022-04-27)


### Bug Fixes

* improve Vue nodeViewProps typing ([190a699](https://github.com/ueberdosis/tiptap/commit/190a6993d4d93b4d37b978b33ef22690ed8269b6))





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

**Note:** Version bump only for package @tiptap/vue-3
Expand Down
6 changes: 3 additions & 3 deletions 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.90",
"version": "2.0.0-beta.91",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -28,8 +28,8 @@
"vue": "^3.0.0"
},
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.0.0-beta.55",
"@tiptap/extension-floating-menu": "^2.0.0-beta.50",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.56",
"@tiptap/extension-floating-menu": "^2.0.0-beta.51",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.23.6"
},
Expand Down

0 comments on commit 90e719c

Please sign in to comment.