Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .changeset/dependencies-GH-2962.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/block-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.1.11

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/html@1.1.1
- @portabletext/sanity-bridge@3.2.2
- @portabletext/schema@2.2.3

## 5.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/block-tools",
"version": "5.1.10",
"version": "5.1.11",
"description": "Sanity-flavored HTML to Portable Text conversion (wraps @portabletext/html)",
"keywords": [
"block-tools",
Expand Down
13 changes: 13 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 7.10.6

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/html@1.1.1
- @portabletext/keyboard-shortcuts@2.1.4
- @portabletext/markdown@1.4.4
- @portabletext/patches@2.0.6
- @portabletext/schema@2.2.3

## 7.10.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/editor",
"version": "7.10.5",
"version": "7.10.6",
"description": "Portable Text Editor made in React",
"keywords": [
"collaborative",
Expand Down
9 changes: 9 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @portabletext/html

## 1.1.1

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/schema@2.2.3

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/html",
"version": "1.1.0",
"version": "1.1.1",
"description": "Convert HTML to Portable Text with built-in support for Google Docs, Word, and Notion",
"keywords": [
"html",
Expand Down
6 changes: 6 additions & 0 deletions packages/keyboard-shortcuts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.4

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keyboard-shortcuts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/keyboard-shortcuts",
"version": "2.1.3",
"version": "2.1.4",
"description": "Create platform-aware keyboard shortcuts with automatic detection of Apple vs non-Apple platforms",
"keywords": [
"keyboard-shortcuts",
Expand Down
9 changes: 9 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @portabletext/markdown

## 1.4.4

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/schema@2.2.3

## 1.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/markdown",
"version": "1.4.3",
"version": "1.4.4",
"description": "Convert Portable Text to and from Markdown",
"keywords": [
"markdown",
Expand Down
6 changes: 6 additions & 0 deletions packages/patches/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.6

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/patches/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/patches",
"version": "2.0.5",
"version": "2.0.6",
"description": "Apply Sanity patches to a value",
"keywords": [
"patches",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-character-pair-decorator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 8.0.34

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6
- @portabletext/plugin-input-rule@6.0.3

## 8.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-character-pair-decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-character-pair-decorator",
"version": "8.0.33",
"version": "8.0.34",
"description": "Automatically match a pair of characters and decorate the text in between",
"keywords": [
"behaviors",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-dnd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @portabletext/plugin-dnd

## 1.0.18

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-dnd",
"version": "1.0.17",
"version": "1.0.18",
"description": "Track the drop position during drag and drop for custom drop indicators",
"keywords": [
"dnd",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-emoji-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @portabletext/plugin-emoji-picker

## 7.0.34

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6
- @portabletext/plugin-input-rule@6.0.3
- @portabletext/keyboard-shortcuts@2.1.4

## 7.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-emoji-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-emoji-picker",
"version": "7.0.33",
"version": "7.0.34",
"description": "Easily configure an Emoji Picker for the Portable Text Editor",
"keywords": [
"emoji-picker",
Expand Down Expand Up @@ -83,7 +83,7 @@
"vitest": "catalog:tooling"
},
"peerDependencies": {
"@portabletext/editor": "workspace:^7.10.5",
"@portabletext/editor": "workspace:^7.10.6",
"react": "^19.2"
},
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-input-rule/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @portabletext/plugin-input-rule

## 6.0.3

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6

## 6.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-input-rule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-input-rule",
"version": "6.0.2",
"version": "6.0.3",
"description": "Easily configure Input Rules in the Portable Text Editor",
"keywords": [
"input-rule",
Expand Down Expand Up @@ -82,7 +82,7 @@
"vitest": "catalog:tooling"
},
"peerDependencies": {
"@portabletext/editor": "workspace:^7.10.5",
"@portabletext/editor": "workspace:^7.10.6",
"react": "^19.2"
},
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-list-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @portabletext/plugin-list-index

## 1.0.18

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-list-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-list-index",
"version": "1.0.17",
"version": "1.0.18",
"description": "Compute the list index of each list item for custom list rendering",
"keywords": [
"list-index",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-markdown-shortcuts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 8.0.34

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6
- @portabletext/plugin-character-pair-decorator@8.0.34
- @portabletext/plugin-input-rule@6.0.3

## 8.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-markdown-shortcuts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-markdown-shortcuts",
"version": "8.0.33",
"version": "8.0.34",
"description": "Add helpful Markdown shortcuts to the editor",
"keywords": [
"behaviors",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-one-line/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.0.33

### Patch Changes

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6

## 7.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-one-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-one-line",
"version": "7.0.32",
"version": "7.0.33",
"description": "Restrict the Portable Text Editor to a single line",
"keywords": [
"behaviors",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-paste-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @portabletext/plugin-paste-link

## 4.0.33

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6

## 4.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-paste-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-paste-link",
"version": "4.0.32",
"version": "4.0.33",
"description": "Allow pasting links in the Portable Text Editor",
"keywords": [
"behaviors",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-sdk-value/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 7.0.33

### Patch Changes

- [#2962](https://github.com/portabletext/editor/pull/2962) [`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update vitest to ^4.1.10

- Updated dependencies [[`f0eeb73`](https://github.com/portabletext/editor/commit/f0eeb73ba5f6377a7cc03f2df8c301e32bb72a90)]:
- @portabletext/editor@7.10.6

## 7.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sdk-value/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/plugin-sdk-value",
"version": "7.0.32",
"version": "7.0.33",
"description": "Connect a Portable Text Editor with a Sanity document using the SDK",
"keywords": [
"@sanity/sdk",
Expand Down
Loading
Loading