Skip to content

Commit

Permalink
chore(release): publish a new pre-release version (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 620ee40 commit f51d0f7
Show file tree
Hide file tree
Showing 114 changed files with 771 additions and 292 deletions.
30 changes: 15 additions & 15 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,30 +56,30 @@
"@tiptap/starter-kit": "2.5.6",
"@tiptap/suggestion": "2.5.6",
"@tiptap/vue-2": "2.5.6",
"@tiptap/vue-3": "2.5.6"
"@tiptap/vue-3": "2.5.6",
"@tiptap/extensions": "3.0.0-next.3",
"@tiptap/static-renderer": "3.0.0-next.1"
},
"changesets": [
"big-wolves-design",
"chilled-pigs-drum",
"blue-shrimps-rush",
"chilled-trees-agree",
"chilly-lemons-remember",
"cool-bananas-breathe",
"dirty-bats-look",
"famous-bags-breathe",
"few-geckos-brush",
"five-lobsters-sing",
"four-islands-chew",
"dirty-colts-shave",
"fair-jars-shout",
"green-wolves-arrive",
"honest-ears-trade",
"lazy-needles-train",
"lazy-wombats-grab",
"many-glasses-reflect",
"nasty-turtles-rule",
"nervous-hairs-walk",
"orange-spoons-rescue",
"perfect-rice-vanish",
"plenty-readers-sin",
"silver-waves-deny",
"six-islands-breathe",
"stupid-shrimps-speak",
"tasty-sheep-compare",
"unlucky-ravens-build",
"quick-days-matter",
"red-rivers-exist",
"smart-turtles-happen",
"tame-worms-applaud",
"twelve-paws-work",
"weak-books-eat"
]
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.0-next.4

### Minor Changes

- ff8eed6: Support `validate` options in node and mark attribute definitions.

### Patch Changes

- 20f68f6: Remove editor.getCharacterCount() which was already deprecated and incorrectly implemented
- d6c7558: If a transaction results in the exact same editor state (either filtered out or failed to apply) then do not attempt to re-apply the same editor state and do not emit any events associated to the transaction

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dist"
],
"devDependencies": {
"@tiptap/pm": "^3.0.0-next.3"
"@tiptap/pm": "^3.0.0-next.4"
},
"peerDependencies": {
"@tiptap/pm": "^3.0.0-next.1"
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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3"
"@tiptap/core": "^3.0.0-next.4"
},
"peerDependencies": {
"@tiptap/core": "^3.0.0-next.1"
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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3"
"@tiptap/core": "^3.0.0-next.4"
},
"peerDependencies": {
"@tiptap/core": "^3.0.0-next.1"
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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"sideEffects": false,
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3",
"@tiptap/pm": "^3.0.0-next.3"
"@tiptap/core": "^3.0.0-next.4",
"@tiptap/pm": "^3.0.0-next.4"
},
"dependencies": {
"@floating-ui/dom": "^1.0.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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3"
"@tiptap/core": "^3.0.0-next.4"
},
"peerDependencies": {
"@tiptap/core": "^3.0.0-next.1"
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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3",
"@tiptap/pm": "^3.0.0-next.3"
"@tiptap/core": "^3.0.0-next.4",
"@tiptap/pm": "^3.0.0-next.4"
},
"peerDependencies": {
"@tiptap/core": "^3.0.0-next.1",
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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,9 +31,9 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3",
"@tiptap/extension-code-block": "^3.0.0-next.3",
"@tiptap/pm": "^3.0.0-next.3",
"@tiptap/core": "^3.0.0-next.4",
"@tiptap/extension-code-block": "^3.0.0-next.4",
"@tiptap/pm": "^3.0.0-next.4",
"lowlight": "^3.3.0"
},
"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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3",
"@tiptap/pm": "^3.0.0-next.3"
"@tiptap/core": "^3.0.0-next.4",
"@tiptap/pm": "^3.0.0-next.4"
},
"peerDependencies": {
"@tiptap/core": "^3.0.0-next.1",
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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3"
"@tiptap/core": "^3.0.0-next.4"
},
"peerDependencies": {
"@tiptap/core": "^3.0.0-next.1"
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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
Expand Down
6 changes: 3 additions & 3 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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3",
"@tiptap/pm": "^3.0.0-next.3",
"@tiptap/core": "^3.0.0-next.4",
"@tiptap/pm": "^3.0.0-next.4",
"y-prosemirror": "^1.2.15"
},
"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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.0.0-next.3",
"@tiptap/pm": "^3.0.0-next.3",
"@tiptap/core": "^3.0.0-next.4",
"@tiptap/pm": "^3.0.0-next.4",
"y-prosemirror": "^1.2.15"
},
"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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
Expand Down
4 changes: 2 additions & 2 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": "3.0.0-next.3",
"version": "3.0.0-next.4",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@tiptap/extension-text-style": "^3.0.0-next.3"
"@tiptap/extension-text-style": "^3.0.0-next.4"
},
"peerDependencies": {
"@tiptap/extension-text-style": "^3.0.0-next.1"
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

## 3.0.0-next.4

## 3.0.0-next.3

## 3.0.0-next.2
Expand Down
Loading

0 comments on commit f51d0f7

Please sign in to comment.