Skip to content

Commit ae6cb9d

Browse files
chore(release): release version 2.6.4 (#5497)
1 parent 593f107 commit ae6cb9d

File tree

110 files changed

+606
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+606
-244
lines changed

.changeset/fluffy-bears-remember.md

-5
This file was deleted.

.changeset/funny-terms-do.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/pm@2.6.4
8+
39
## 2.6.3
410

511
### Patch Changes

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/core",
33
"description": "headless rich text editor",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -32,10 +32,10 @@
3232
"dist"
3333
],
3434
"devDependencies": {
35-
"@tiptap/pm": "^2.6.3"
35+
"@tiptap/pm": "^2.6.4"
3636
},
3737
"peerDependencies": {
38-
"@tiptap/pm": "^2.6.3"
38+
"@tiptap/pm": "^2.6.4"
3939
},
4040
"repository": {
4141
"type": "git",

packages/extension-blockquote/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
39
## 2.6.3
410

511
### Patch Changes

packages/extension-blockquote/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-blockquote",
33
"description": "blockquote extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -29,10 +29,10 @@
2929
"dist"
3030
],
3131
"devDependencies": {
32-
"@tiptap/core": "^2.6.3"
32+
"@tiptap/core": "^2.6.4"
3333
},
3434
"peerDependencies": {
35-
"@tiptap/core": "^2.6.3"
35+
"@tiptap/core": "^2.6.4"
3636
},
3737
"repository": {
3838
"type": "git",

packages/extension-bold/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
39
## 2.6.3
410

511
### Patch Changes

packages/extension-bold/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-bold",
33
"description": "bold extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -29,10 +29,10 @@
2929
"dist"
3030
],
3131
"devDependencies": {
32-
"@tiptap/core": "^2.6.3"
32+
"@tiptap/core": "^2.6.4"
3333
},
3434
"peerDependencies": {
35-
"@tiptap/core": "^2.6.3"
35+
"@tiptap/core": "^2.6.4"
3636
},
3737
"repository": {
3838
"type": "git",

packages/extension-bubble-menu/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
- @tiptap/pm@2.6.4
9+
310
## 2.6.3
411

512
### Patch Changes

packages/extension-bubble-menu/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-bubble-menu",
33
"description": "bubble-menu extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -38,12 +38,12 @@
3838
},
3939
"sideEffects": false,
4040
"devDependencies": {
41-
"@tiptap/core": "^2.6.3",
42-
"@tiptap/pm": "^2.6.3"
41+
"@tiptap/core": "^2.6.4",
42+
"@tiptap/pm": "^2.6.4"
4343
},
4444
"peerDependencies": {
45-
"@tiptap/core": "^2.6.3",
46-
"@tiptap/pm": "^2.6.3"
45+
"@tiptap/core": "^2.6.4",
46+
"@tiptap/pm": "^2.6.4"
4747
},
4848
"scripts": {
4949
"clean": "rm -rf dist",

packages/extension-bullet-list/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
39
## 2.6.3
410

511
### Patch Changes

packages/extension-bullet-list/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-bullet-list",
33
"description": "bullet list extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -29,10 +29,10 @@
2929
"dist"
3030
],
3131
"devDependencies": {
32-
"@tiptap/core": "^2.6.3"
32+
"@tiptap/core": "^2.6.4"
3333
},
3434
"peerDependencies": {
35-
"@tiptap/core": "^2.6.3"
35+
"@tiptap/core": "^2.6.4"
3636
},
3737
"repository": {
3838
"type": "git",

packages/extension-character-count/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
- @tiptap/pm@2.6.4
9+
310
## 2.6.3
411

512
### Patch Changes

packages/extension-character-count/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-character-count",
33
"description": "font family extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -29,12 +29,12 @@
2929
"dist"
3030
],
3131
"devDependencies": {
32-
"@tiptap/core": "^2.6.3",
33-
"@tiptap/pm": "^2.6.3"
32+
"@tiptap/core": "^2.6.4",
33+
"@tiptap/pm": "^2.6.4"
3434
},
3535
"peerDependencies": {
36-
"@tiptap/core": "^2.6.3",
37-
"@tiptap/pm": "^2.6.3"
36+
"@tiptap/core": "^2.6.4",
37+
"@tiptap/pm": "^2.6.4"
3838
},
3939
"repository": {
4040
"type": "git",

packages/extension-code-block-lowlight/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
- @tiptap/extension-code-block@2.6.4
9+
- @tiptap/pm@2.6.4
10+
311
## 2.6.3
412

513
### Patch Changes

packages/extension-code-block-lowlight/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-code-block-lowlight",
33
"description": "code block extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -29,15 +29,15 @@
2929
"dist"
3030
],
3131
"devDependencies": {
32-
"@tiptap/core": "^2.6.3",
33-
"@tiptap/extension-code-block": "^2.6.3",
34-
"@tiptap/pm": "^2.6.3",
32+
"@tiptap/core": "^2.6.4",
33+
"@tiptap/extension-code-block": "^2.6.4",
34+
"@tiptap/pm": "^2.6.4",
3535
"lowlight": "^2 || ^3"
3636
},
3737
"peerDependencies": {
38-
"@tiptap/core": "^2.6.3",
39-
"@tiptap/extension-code-block": "^2.6.3",
40-
"@tiptap/pm": "^2.6.3",
38+
"@tiptap/core": "^2.6.4",
39+
"@tiptap/extension-code-block": "^2.6.4",
40+
"@tiptap/pm": "^2.6.4",
4141
"lowlight": "^2 || ^3",
4242
"highlight.js": "^11"
4343
},

packages/extension-code-block/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
- @tiptap/pm@2.6.4
9+
310
## 2.6.3
411

512
### Patch Changes

packages/extension-code-block/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-code-block",
33
"description": "code block extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -29,12 +29,12 @@
2929
"dist"
3030
],
3131
"devDependencies": {
32-
"@tiptap/core": "^2.6.3",
33-
"@tiptap/pm": "^2.6.3"
32+
"@tiptap/core": "^2.6.4",
33+
"@tiptap/pm": "^2.6.4"
3434
},
3535
"peerDependencies": {
36-
"@tiptap/core": "^2.6.3",
37-
"@tiptap/pm": "^2.6.3"
36+
"@tiptap/core": "^2.6.4",
37+
"@tiptap/pm": "^2.6.4"
3838
},
3939
"repository": {
4040
"type": "git",

packages/extension-code/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
39
## 2.6.3
410

511
### Patch Changes

packages/extension-code/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-code",
33
"description": "code extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -29,10 +29,10 @@
2929
"dist"
3030
],
3131
"devDependencies": {
32-
"@tiptap/core": "^2.6.3"
32+
"@tiptap/core": "^2.6.4"
3333
},
3434
"peerDependencies": {
35-
"@tiptap/core": "^2.6.3"
35+
"@tiptap/core": "^2.6.4"
3636
},
3737
"repository": {
3838
"type": "git",

packages/extension-collaboration-cursor/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
39
## 2.6.3
410

511
### Patch Changes

packages/extension-collaboration-cursor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiptap/extension-collaboration-cursor",
33
"description": "collaboration cursor extension for tiptap",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"homepage": "https://tiptap.dev",
66
"keywords": [
77
"tiptap",
@@ -29,11 +29,11 @@
2929
"dist"
3030
],
3131
"devDependencies": {
32-
"@tiptap/core": "^2.6.3",
32+
"@tiptap/core": "^2.6.4",
3333
"y-prosemirror": "^1.2.11"
3434
},
3535
"peerDependencies": {
36-
"@tiptap/core": "^2.6.3",
36+
"@tiptap/core": "^2.6.4",
3737
"y-prosemirror": "^1.2.11"
3838
},
3939
"repository": {

packages/extension-collaboration/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- @tiptap/core@2.6.4
8+
- @tiptap/pm@2.6.4
9+
310
## 2.6.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)