Skip to content

Commit

Permalink
chore: release version (#5368)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 22, 2024
1 parent ab8389a commit 22cb038
Show file tree
Hide file tree
Showing 112 changed files with 710 additions and 253 deletions.
5 changes: 0 additions & 5 deletions .changeset/atom-text-content-in-full.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-geckos-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-foxes-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-clouds-smoke.md

This file was deleted.

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

## 2.5.5

### Patch Changes

- 4cca382: Make sure that atoms are used in-full without cutting the content. Node size for atoms is 1 which causes text to be cut unexpectedly.
- 3b67e8a: This changes the typing to not declare types on all HTMLElements, just a local one with the editor instance attached
- @tiptap/pm@2.5.5

## 2.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -32,10 +32,10 @@
"dist"
],
"devDependencies": {
"@tiptap/pm": "^2.5.4"
"@tiptap/pm": "^2.5.5"
},
"peerDependencies": {
"@tiptap/pm": "^2.5.4"
"@tiptap/pm": "^2.5.5"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-blockquote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5

## 2.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.4"
"@tiptap/core": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4"
"@tiptap/core": "^2.5.5"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-bold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5

## 2.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.4"
"@tiptap/core": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4"
"@tiptap/core": "^2.5.5"
},
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension-bubble-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5
- @tiptap/pm@2.5.5

## 2.5.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"sideEffects": false,
"devDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"scripts": {
"clean": "rm -rf dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-bullet-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5

## 2.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.4"
"@tiptap/core": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4"
"@tiptap/core": "^2.5.5"
},
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension-character-count/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5
- @tiptap/pm@2.5.5

## 2.5.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,12 +29,12 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/extension-code-block-lowlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5
- @tiptap/extension-code-block@2.5.5
- @tiptap/pm@2.5.5

## 2.5.4

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,14 +29,14 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/extension-code-block": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/extension-code-block": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/extension-code-block": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/extension-code-block": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension-code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5
- @tiptap/pm@2.5.5

## 2.5.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,12 +29,12 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4",
"@tiptap/pm": "^2.5.4"
"@tiptap/core": "^2.5.5",
"@tiptap/pm": "^2.5.5"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5

## 2.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.4",
"version": "2.5.5",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.4"
"@tiptap/core": "^2.5.5"
},
"peerDependencies": {
"@tiptap/core": "^2.5.4"
"@tiptap/core": "^2.5.5"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension-collaboration-cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.5.5

### Patch Changes

- Updated dependencies [4cca382]
- Updated dependencies [3b67e8a]
- @tiptap/core@2.5.5

## 2.5.4

### Patch Changes
Expand Down
Loading

0 comments on commit 22cb038

Please sign in to comment.