Skip to content

Commit

Permalink
chore(release): publish version v2.5.9 (#5451)
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 Aug 6, 2024
1 parent c01eccc commit 535dccc
Show file tree
Hide file tree
Showing 120 changed files with 840 additions and 294 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-mayflies-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-pants-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-singers-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-schools-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-poems-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-kiwis-double.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/smooth-rice-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-terms-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-beers-reflect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-rice-collect.md

This file was deleted.

6 changes: 6 additions & 0 deletions demos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.4.2

### Patch Changes

- d6e56c4: declare lowlight to be a peer dep of extension-code-block-lowlight, update usage to v3

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiptap-demos",
"version": "2.4.1",
"version": "2.4.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
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.9

### Patch Changes

- 84ebd51: Fix change criteria for isNodeEmpty to resolve #5415
- 0ec0af6: fix(core): findDuplicates - use Array.from when converting Set
- ae0254d: Add `ignoreWhitespace` option to `isNodeEmpty` to ignore any whitespace and hardbreaks in a node to check for emptiness
- efb27fa: This fixes a discrepency between `getMarksBetween` and `isActive(markName)` where the position used for getMarksBetween was off by one
- @tiptap/pm@2.5.9

## 2.5.8

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

## 2.5.9

### Patch Changes

- Updated dependencies [84ebd51]
- Updated dependencies [0ec0af6]
- Updated dependencies [ae0254d]
- Updated dependencies [efb27fa]
- @tiptap/core@2.5.9

## 2.5.8

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

## 2.5.9

### Patch Changes

- Updated dependencies [84ebd51]
- Updated dependencies [0ec0af6]
- Updated dependencies [ae0254d]
- Updated dependencies [efb27fa]
- @tiptap/core@2.5.9

## 2.5.8

### 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.8",
"version": "2.5.9",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.8"
"@tiptap/core": "^2.5.9"
},
"peerDependencies": {
"@tiptap/core": "^2.5.8"
"@tiptap/core": "^2.5.9"
},
"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.9

### Patch Changes

- Updated dependencies [84ebd51]
- Updated dependencies [0ec0af6]
- Updated dependencies [ae0254d]
- Updated dependencies [efb27fa]
- @tiptap/core@2.5.9
- @tiptap/pm@2.5.9

## 2.5.8

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

## 2.5.9

### Patch Changes

- Updated dependencies [84ebd51]
- Updated dependencies [0ec0af6]
- Updated dependencies [ae0254d]
- Updated dependencies [efb27fa]
- @tiptap/core@2.5.9

## 2.5.8

### 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.8",
"version": "2.5.9",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.8"
"@tiptap/core": "^2.5.9"
},
"peerDependencies": {
"@tiptap/core": "^2.5.8"
"@tiptap/core": "^2.5.9"
},
"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.9

### Patch Changes

- Updated dependencies [84ebd51]
- Updated dependencies [0ec0af6]
- Updated dependencies [ae0254d]
- Updated dependencies [efb27fa]
- @tiptap/core@2.5.9
- @tiptap/pm@2.5.9

## 2.5.8

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

## 2.5.9

### Patch Changes

- d6e56c4: declare lowlight to be a peer dep of extension-code-block-lowlight, update usage to v3
- 4b215f7: `defaultLanguage` on Code Block Lowlight was not being respected properly, to address this we added `defaultLanguage` as an option to the code-block extension.
- Updated dependencies [84ebd51]
- Updated dependencies [0ec0af6]
- Updated dependencies [4b215f7]
- Updated dependencies [ae0254d]
- Updated dependencies [efb27fa]
- @tiptap/core@2.5.9
- @tiptap/extension-code-block@2.5.9
- @tiptap/pm@2.5.9

## 2.5.8

### 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.8",
"version": "2.5.9",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,15 +29,15 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.5.8",
"@tiptap/extension-code-block": "^2.5.8",
"@tiptap/pm": "^2.5.8",
"@tiptap/core": "^2.5.9",
"@tiptap/extension-code-block": "^2.5.9",
"@tiptap/pm": "^2.5.9",
"lowlight": "^2 || ^3"
},
"peerDependencies": {
"@tiptap/core": "^2.5.8",
"@tiptap/extension-code-block": "^2.5.8",
"@tiptap/pm": "^2.5.8",
"@tiptap/core": "^2.5.9",
"@tiptap/extension-code-block": "^2.5.9",
"@tiptap/pm": "^2.5.9",
"lowlight": "^2 || ^3",
"highlight.js": "^11"
},
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.9

### Patch Changes

- 4b215f7: `defaultLanguage` on Code Block Lowlight was not being respected properly, to address this we added `defaultLanguage` as an option to the code-block extension.
- Updated dependencies [84ebd51]
- Updated dependencies [0ec0af6]
- Updated dependencies [ae0254d]
- Updated dependencies [efb27fa]
- @tiptap/core@2.5.9
- @tiptap/pm@2.5.9

## 2.5.8

### Patch Changes
Expand Down
Loading

0 comments on commit 535dccc

Please sign in to comment.