Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @tiptap/core@2.0.0-beta.176
 - @tiptap/extension-link@2.0.0-beta.38
 - @tiptap/extension-mention@2.0.0-beta.97
 - @tiptap/extension-table@2.0.0-beta.49
 - @tiptap/html@2.0.0-beta.175
 - @tiptap/starter-kit@2.0.0-beta.185
 - @tiptap/suggestion@2.0.0-beta.92
 - @tiptap/vue-2@2.0.0-beta.79
  • Loading branch information
philippkuehn committed May 18, 2022
1 parent 59310c1 commit 1789af8
Show file tree
Hide file tree
Showing 16 changed files with 99 additions and 14 deletions.
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.176](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.175...@tiptap/core@2.0.0-beta.176) (2022-05-18)


### Bug Fixes

* lint error ([e17c414](https://github.com/ueberdosis/tiptap/commit/e17c41498aa0df71a827bf41f5c52745f3853c43))
* properly calculate setDragImage position ([7401d45](https://github.com/ueberdosis/tiptap/commit/7401d45b7e3ff40e2ac894810bf85461761eb25b))





# [2.0.0-beta.175](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.174...@tiptap/core@2.0.0-beta.175) (2022-04-27)


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.175",
"version": "2.0.0-beta.176",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
16 changes: 16 additions & 0 deletions packages/extension-link/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.38](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.37...@tiptap/extension-link@2.0.0-beta.38) (2022-05-18)


### Bug Fixes

* **extension-link:** :bug: fix auto link validation not working on paste ([3a3eb53](https://github.com/ueberdosis/tiptap/commit/3a3eb5311c6fbf1c1000a099d21bb47c71370375))


### Features

* **extension-link:** :sparkles: add validate option to link extension ([23e67ad](https://github.com/ueberdosis/tiptap/commit/23e67adfa730df7364bc31220d0ed0e8ea522593)), closes [#2779](https://github.com/ueberdosis/tiptap/issues/2779)





# [2.0.0-beta.37](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-link@2.0.0-beta.36...@tiptap/extension-link@2.0.0-beta.37) (2022-04-27)


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.37",
"version": "2.0.0-beta.38",
"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.97](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.96...@tiptap/extension-mention@2.0.0-beta.97) (2022-05-18)

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





# [2.0.0-beta.96](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-mention@2.0.0-beta.95...@tiptap/extension-mention@2.0.0-beta.96) (2022-04-27)

**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.96",
"version": "2.0.0-beta.97",
"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.91",
"@tiptap/suggestion": "^2.0.0-beta.92",
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-table/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.49](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-table@2.0.0-beta.48...@tiptap/extension-table@2.0.0-beta.49) (2022-05-18)

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





# [2.0.0-beta.48](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-table@2.0.0-beta.47...@tiptap/extension-table@2.0.0-beta.48) (2022-01-25)


Expand Down
8 changes: 4 additions & 4 deletions packages/extension-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-table",
"description": "table extension for tiptap",
"version": "2.0.0-beta.48",
"version": "2.0.0-beta.49",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -26,10 +26,10 @@
"dependencies": {
"@types/prosemirror-model": "^1.16.0",
"@types/prosemirror-state": "^1.2.8",
"prosemirror-tables": "^1.1.1",
"prosemirror-view": "^1.23.6",
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4"
"prosemirror-state": "^1.3.4",
"prosemirror-tables": "^1.1.1",
"prosemirror-view": "^1.23.6"
},
"repository": {
"type": "git",
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.175](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.174...@tiptap/html@2.0.0-beta.175) (2022-05-18)

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





# [2.0.0-beta.174](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.173...@tiptap/html@2.0.0-beta.174) (2022-04-27)

**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.174",
"version": "2.0.0-beta.175",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.175",
"@tiptap/core": "^2.0.0-beta.176",
"prosemirror-model": "^1.16.1",
"zeed-dom": "^0.9.19"
},
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.185](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.184...@tiptap/starter-kit@2.0.0-beta.185) (2022-05-18)

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





# [2.0.0-beta.184](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.183...@tiptap/starter-kit@2.0.0-beta.184) (2022-04-27)

**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.184",
"version": "2.0.0-beta.185",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.175",
"@tiptap/core": "^2.0.0-beta.176",
"@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
17 changes: 17 additions & 0 deletions packages/suggestion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.92](https://github.com/ueberdosis/tiptap/compare/@tiptap/suggestion@2.0.0-beta.91...@tiptap/suggestion@2.0.0-beta.92) (2022-05-18)


### Bug Fixes

* fix suggestion package.json ([dd3e27b](https://github.com/ueberdosis/tiptap/commit/dd3e27b0e49cb7b7a63c0068437060472345c51b))


### Features

* Add `onBeforeStart` and `onBeforeUpdate` handlers to the render function ([70cb809](https://github.com/ueberdosis/tiptap/commit/70cb809702cbbb59abc6d12d85fd4d1291f88f5a))
* Add a generic type for suggestion items ([7cae967](https://github.com/ueberdosis/tiptap/commit/7cae9673f0086973b4d31e1343375ed5ad04ee0a))





# [2.0.0-beta.91](https://github.com/ueberdosis/tiptap/compare/@tiptap/suggestion@2.0.0-beta.90...@tiptap/suggestion@2.0.0-beta.91) (2022-04-27)


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.91",
"version": "2.0.0-beta.92",
"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.79](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-2@2.0.0-beta.78...@tiptap/vue-2@2.0.0-beta.79) (2022-05-18)

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





# [2.0.0-beta.78](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-2@2.0.0-beta.77...@tiptap/vue-2@2.0.0-beta.78) (2022-04-27)


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.78",
"version": "2.0.0-beta.79",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down

0 comments on commit 1789af8

Please sign in to comment.