Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Jul 30, 2021
1 parent c9869c8 commit a3381f4
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 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.93](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-07-30)


### Bug Fixes

* revert async focus, fix [#1658](https://github.com/ueberdosis/tiptap/issues/1658) ([c9869c8](https://github.com/ueberdosis/tiptap/commit/c9869c8d3021510366a46e840a66e8c06a6586ed))





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

**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.92",
"version": "2.0.0-beta.93",
"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.92](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-07-30)

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





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

**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.91",
"version": "2.0.0-beta.92",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.92",
"@tiptap/core": "^2.0.0-beta.93",
"hostic-dom": "^0.8.7",
"prosemirror-model": "^1.14.3"
},
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.89](https://github.com/ueberdosis/tiptap/compare/@tiptap/[email protected]...@tiptap/[email protected]) (2021-07-30)

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





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

**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.88",
"version": "2.0.0-beta.89",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.92",
"@tiptap/core": "^2.0.0-beta.93",
"@tiptap/extension-blockquote": "^2.0.0-beta.15",
"@tiptap/extension-bold": "^2.0.0-beta.15",
"@tiptap/extension-bullet-list": "^2.0.0-beta.15",
Expand Down

0 comments on commit a3381f4

Please sign in to comment.