Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @tiptap/core@2.0.0-beta.172
 - @tiptap/extension-bold@2.0.0-beta.26
 - @tiptap/extension-italic@2.0.0-beta.26
 - @tiptap/extension-placeholder@2.0.0-beta.48
 - @tiptap/extension-underline@2.0.0-beta.23
 - @tiptap/html@2.0.0-beta.171
 - @tiptap/starter-kit@2.0.0-beta.181
  • Loading branch information
Philipp Kühn authored and Philipp Kühn committed Feb 3, 2022
1 parent 5257a3b commit 88ef8ea
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 11 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.172](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.171...@tiptap/core@2.0.0-beta.172) (2022-02-03)


### Bug Fixes

* don’t add tabindex when readonly, fix [#2458](https://github.com/ueberdosis/tiptap/issues/2458) ([01411f8](https://github.com/ueberdosis/tiptap/commit/01411f8462e8a36f96e56cdba227a9e5bb3e1812))





# [2.0.0-beta.171](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.170...@tiptap/core@2.0.0-beta.171) (2022-01-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.171",
"version": "2.0.0-beta.172",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-bold/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/extension-bold@2.0.0-beta.25...@tiptap/extension-bold@2.0.0-beta.26) (2022-02-03)


### Features

* Add key bindings for uppercase letters for bold, italic and underline ([#2478](https://github.com/ueberdosis/tiptap/issues/2478)) ([b9bd469](https://github.com/ueberdosis/tiptap/commit/b9bd46964534c488dca21585786374b2f06ff03c)), closes [ProseMirror/prosemirror#895](https://github.com/ProseMirror/prosemirror/issues/895) [#2426](https://github.com/ueberdosis/tiptap/issues/2426)





# [2.0.0-beta.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-bold@2.0.0-beta.24...@tiptap/extension-bold@2.0.0-beta.25) (2021-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-bold/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bold",
"description": "bold 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-italic/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/extension-italic@2.0.0-beta.25...@tiptap/extension-italic@2.0.0-beta.26) (2022-02-03)


### Features

* Add key bindings for uppercase letters for bold, italic and underline ([#2478](https://github.com/ueberdosis/tiptap/issues/2478)) ([b9bd469](https://github.com/ueberdosis/tiptap/commit/b9bd46964534c488dca21585786374b2f06ff03c)), closes [ProseMirror/prosemirror#895](https://github.com/ProseMirror/prosemirror/issues/895) [#2426](https://github.com/ueberdosis/tiptap/issues/2426)





# [2.0.0-beta.25](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-italic@2.0.0-beta.24...@tiptap/extension-italic@2.0.0-beta.25) (2021-12-02)


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


### Bug Fixes

* fix hasAnchor type for placeholder extension ([5257a3b](https://github.com/ueberdosis/tiptap/commit/5257a3b94832b22a49dfedfb6f2aeea9abc6255b))


### Features

* expose hasAnchor to custom placeholder function ([#2470](https://github.com/ueberdosis/tiptap/issues/2470)) ([2fe6e21](https://github.com/ueberdosis/tiptap/commit/2fe6e2135d677dd5cfa9de7d9aa5100619986056))





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

**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.47",
"version": "2.0.0-beta.48",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension-underline/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.23](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-underline@2.0.0-beta.22...@tiptap/extension-underline@2.0.0-beta.23) (2022-02-03)


### Features

* Add key bindings for uppercase letters for bold, italic and underline ([#2478](https://github.com/ueberdosis/tiptap/issues/2478)) ([b9bd469](https://github.com/ueberdosis/tiptap/commit/b9bd46964534c488dca21585786374b2f06ff03c)), closes [ProseMirror/prosemirror#895](https://github.com/ProseMirror/prosemirror/issues/895) [#2426](https://github.com/ueberdosis/tiptap/issues/2426)





# [2.0.0-beta.22](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-underline@2.0.0-beta.21...@tiptap/extension-underline@2.0.0-beta.22) (2021-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-underline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-underline",
"description": "underline extension for tiptap",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"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.171](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.170...@tiptap/html@2.0.0-beta.171) (2022-02-03)

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





# [2.0.0-beta.170](https://github.com/ueberdosis/tiptap/compare/@tiptap/html@2.0.0-beta.169...@tiptap/html@2.0.0-beta.170) (2022-01-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.170",
"version": "2.0.0-beta.171",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.171",
"@tiptap/core": "^2.0.0-beta.172",
"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.181](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.180...@tiptap/starter-kit@2.0.0-beta.181) (2022-02-03)

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





# [2.0.0-beta.180](https://github.com/ueberdosis/tiptap/compare/@tiptap/starter-kit@2.0.0-beta.179...@tiptap/starter-kit@2.0.0-beta.180) (2022-01-28)

**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.180",
"version": "2.0.0-beta.181",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand All @@ -21,9 +21,9 @@
"dist"
],
"dependencies": {
"@tiptap/core": "^2.0.0-beta.171",
"@tiptap/core": "^2.0.0-beta.172",
"@tiptap/extension-blockquote": "^2.0.0-beta.26",
"@tiptap/extension-bold": "^2.0.0-beta.25",
"@tiptap/extension-bold": "^2.0.0-beta.26",
"@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.37",
Expand All @@ -34,7 +34,7 @@
"@tiptap/extension-heading": "^2.0.0-beta.26",
"@tiptap/extension-history": "^2.0.0-beta.21",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.31",
"@tiptap/extension-italic": "^2.0.0-beta.25",
"@tiptap/extension-italic": "^2.0.0-beta.26",
"@tiptap/extension-list-item": "^2.0.0-beta.20",
"@tiptap/extension-ordered-list": "^2.0.0-beta.27",
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
Expand Down

0 comments on commit 88ef8ea

Please sign in to comment.