Skip to content

Commit

Permalink
chore(release): publish a new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nperez0111 committed Jul 24, 2024
1 parent 8337e53 commit 52f717b
Show file tree
Hide file tree
Showing 116 changed files with 802 additions and 282 deletions.
14 changes: 0 additions & 14 deletions .changeset/cool-steaks-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-needles-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-jokes-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-cougars-care.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-otters-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-socks-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-gifts-dream.md

This file was deleted.

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

## 2.5.6

### Patch Changes

- 618bca9: Adjust the `splitBlock` command to return `false` when it was unsuccessful.
- 35682d1: This fixes a bug with the placeholder extension where a heading level other than the default was not considered empty, when comparing node contents, we need to consider that the node attributes are carried over for a fair comparison of content instead of attribute values
- 2104f0f: Add a check beforecreateNodeViews so that view.setProps is not called when the view has already been destroyed
- Updated dependencies [b5c1b32]
- @tiptap/pm@2.5.6

## 2.5.5

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

## 2.5.6

### Patch Changes

- Updated dependencies [618bca9]
- Updated dependencies [35682d1]
- Updated dependencies [2104f0f]
- @tiptap/core@2.5.6

## 2.5.5

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

## 2.5.6

### Patch Changes

- Updated dependencies [618bca9]
- Updated dependencies [35682d1]
- Updated dependencies [2104f0f]
- @tiptap/core@2.5.6

## 2.5.5

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

## 2.5.6

### Patch Changes

- Updated dependencies [b5c1b32]
- Updated dependencies [618bca9]
- Updated dependencies [35682d1]
- Updated dependencies [2104f0f]
- @tiptap/pm@2.5.6
- @tiptap/core@2.5.6

## 2.5.5

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

## 2.5.6

### Patch Changes

- Updated dependencies [618bca9]
- Updated dependencies [35682d1]
- Updated dependencies [2104f0f]
- @tiptap/core@2.5.6

## 2.5.5

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

## 2.5.6

### Patch Changes

- Updated dependencies [b5c1b32]
- Updated dependencies [618bca9]
- Updated dependencies [35682d1]
- Updated dependencies [2104f0f]
- @tiptap/pm@2.5.6
- @tiptap/core@2.5.6

## 2.5.5

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

## 2.5.6

### Patch Changes

- Updated dependencies [b5c1b32]
- Updated dependencies [618bca9]
- Updated dependencies [35682d1]
- Updated dependencies [4e5b2d8]
- Updated dependencies [2104f0f]
- @tiptap/pm@2.5.6
- @tiptap/core@2.5.6
- @tiptap/extension-code-block@2.5.6

## 2.5.5

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

## 2.5.6

### Patch Changes

- 4e5b2d8: code-block: on arrow down move into the next node
- Updated dependencies [b5c1b32]
- Updated dependencies [618bca9]
- Updated dependencies [35682d1]
- Updated dependencies [2104f0f]
- @tiptap/pm@2.5.6
- @tiptap/core@2.5.6

## 2.5.5

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

## 2.5.6

### Patch Changes

- Updated dependencies [618bca9]
- Updated dependencies [35682d1]
- Updated dependencies [2104f0f]
- @tiptap/core@2.5.6

## 2.5.5

### Patch Changes
Expand Down
Loading

0 comments on commit 52f717b

Please sign in to comment.