Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish a new pre-release version #5631

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/nasty-poems-kick.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dist"
],
"devDependencies": {
"@tiptap/pm": "^2.7.1"
"@tiptap/pm": "^2.7.2"
},
"peerDependencies": {
"@tiptap/pm": "^2.7.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-blockquote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-blockquote",
"description": "blockquote extension for tiptap",
"version": "2.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1"
"@tiptap/core": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-bold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1"
"@tiptap/core": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-bubble-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
6 changes: 3 additions & 3 deletions 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.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"sideEffects": false,
"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/pm": "^2.7.1"
"@tiptap/core": "^2.7.2",
"@tiptap/pm": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-bullet-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-bullet-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-bullet-list",
"description": "bullet list extension for tiptap",
"version": "2.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1"
"@tiptap/core": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-character-count/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
6 changes: 3 additions & 3 deletions 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.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/pm": "^2.7.1"
"@tiptap/core": "^2.7.2",
"@tiptap/pm": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-code-block-lowlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
8 changes: 4 additions & 4 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.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,9 +29,9 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/extension-code-block": "^2.7.1",
"@tiptap/pm": "^2.7.1",
"@tiptap/core": "^2.7.2",
"@tiptap/extension-code-block": "^2.7.2",
"@tiptap/pm": "^2.7.2",
"lowlight": "^2 || ^3"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
6 changes: 3 additions & 3 deletions 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.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/pm": "^2.7.1"
"@tiptap/core": "^2.7.2",
"@tiptap/pm": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-code",
"description": "code extension for tiptap",
"version": "2.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1"
"@tiptap/core": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-collaboration-cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-collaboration-cursor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-collaboration-cursor",
"description": "collaboration cursor extension for tiptap",
"version": "2.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/core": "^2.7.2",
"y-prosemirror": "^1.2.12"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-collaboration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
6 changes: 3 additions & 3 deletions 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.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/pm": "^2.7.1",
"@tiptap/core": "^2.7.2",
"@tiptap/pm": "^2.7.2",
"y-prosemirror": "^1.2.12"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-color/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-color",
"description": "text color extension for tiptap",
"version": "2.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/extension-text-style": "^2.7.1"
"@tiptap/core": "^2.7.2",
"@tiptap/extension-text-style": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-document/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/extension-document",
"description": "document extension for tiptap",
"version": "2.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1"
"@tiptap/core": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-dropcursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
6 changes: 3 additions & 3 deletions 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.7.1",
"version": "2.7.2",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/pm": "^2.7.1"
"@tiptap/core": "^2.7.2",
"@tiptap/pm": "^2.7.2"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/extension-floating-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.7.2

## 2.7.1

## 2.7.0
Expand Down
Loading