diff --git a/.changeset/pink-candies-talk.md b/.changeset/pink-candies-talk.md deleted file mode 100644 index 7179ac852..000000000 --- a/.changeset/pink-candies-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portabletext/editor': minor ---- - -feat: make internal Slate operations patch-compliant diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 257eaae0e..a8afc657e 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.2.0 + +### Minor Changes + +- [#2327](https://github.com/portabletext/editor/pull/2327) [`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831) Thanks [@christianhg](https://github.com/christianhg)! - feat: make internal Slate operations patch-compliant + ## 6.1.2 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 817a2ae8c..336c57a30 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/editor", - "version": "6.1.2", + "version": "6.2.0", "description": "Portable Text Editor made in React", "keywords": [ "sanity", diff --git a/packages/plugin-character-pair-decorator/CHANGELOG.md b/packages/plugin-character-pair-decorator/CHANGELOG.md index 8ae019add..f305e94d4 100644 --- a/packages/plugin-character-pair-decorator/CHANGELOG.md +++ b/packages/plugin-character-pair-decorator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 7.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + ## 7.0.14 ### Patch Changes diff --git a/packages/plugin-character-pair-decorator/package.json b/packages/plugin-character-pair-decorator/package.json index dfb8e9788..71959b357 100644 --- a/packages/plugin-character-pair-decorator/package.json +++ b/packages/plugin-character-pair-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-character-pair-decorator", - "version": "7.0.14", + "version": "7.0.15", "description": "Automatically match a pair of characters and decorate the text in between", "keywords": [ "portabletext", diff --git a/packages/plugin-emoji-picker/CHANGELOG.md b/packages/plugin-emoji-picker/CHANGELOG.md index 7b9747993..5ffa546f7 100644 --- a/packages/plugin-emoji-picker/CHANGELOG.md +++ b/packages/plugin-emoji-picker/CHANGELOG.md @@ -1,5 +1,13 @@ # @portabletext/plugin-emoji-picker +## 6.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + - @portabletext/plugin-input-rule@4.0.15 + ## 6.0.14 ### Patch Changes diff --git a/packages/plugin-emoji-picker/package.json b/packages/plugin-emoji-picker/package.json index ed949a093..1e1f59c0a 100644 --- a/packages/plugin-emoji-picker/package.json +++ b/packages/plugin-emoji-picker/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-emoji-picker", - "version": "6.0.14", + "version": "6.0.15", "description": "Easily configure an Emoji Picker for the Portable Text Editor", "keywords": [ "portabletext", @@ -77,7 +77,7 @@ "vitest": "^4.0.18" }, "peerDependencies": { - "@portabletext/editor": "workspace:^6.1.2", + "@portabletext/editor": "workspace:^6.2.0", "react": "^19.2" }, "engines": { diff --git a/packages/plugin-input-rule/CHANGELOG.md b/packages/plugin-input-rule/CHANGELOG.md index c07479022..7f33ef583 100644 --- a/packages/plugin-input-rule/CHANGELOG.md +++ b/packages/plugin-input-rule/CHANGELOG.md @@ -1,5 +1,12 @@ # @portabletext/plugin-input-rule +## 4.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + ## 4.0.14 ### Patch Changes diff --git a/packages/plugin-input-rule/package.json b/packages/plugin-input-rule/package.json index 70203b519..c272b368e 100644 --- a/packages/plugin-input-rule/package.json +++ b/packages/plugin-input-rule/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-input-rule", - "version": "4.0.14", + "version": "4.0.15", "description": "Easily configure input rules in the Portable Text Editor", "keywords": [ "portabletext", @@ -75,7 +75,7 @@ "vitest": "^4.0.18" }, "peerDependencies": { - "@portabletext/editor": "workspace:^6.1.2", + "@portabletext/editor": "workspace:^6.2.0", "react": "^19.2" }, "engines": { diff --git a/packages/plugin-markdown-shortcuts/CHANGELOG.md b/packages/plugin-markdown-shortcuts/CHANGELOG.md index 2c5e27d81..58ffbfaf3 100644 --- a/packages/plugin-markdown-shortcuts/CHANGELOG.md +++ b/packages/plugin-markdown-shortcuts/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 7.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + - @portabletext/plugin-character-pair-decorator@7.0.15 + - @portabletext/plugin-input-rule@4.0.15 + ## 7.0.14 ### Patch Changes diff --git a/packages/plugin-markdown-shortcuts/package.json b/packages/plugin-markdown-shortcuts/package.json index 72a32e638..55c21cc20 100644 --- a/packages/plugin-markdown-shortcuts/package.json +++ b/packages/plugin-markdown-shortcuts/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-markdown-shortcuts", - "version": "7.0.14", + "version": "7.0.15", "description": "Adds helpful Markdown shortcuts to the editor", "keywords": [ "portabletext", diff --git a/packages/plugin-one-line/CHANGELOG.md b/packages/plugin-one-line/CHANGELOG.md index 57bc805b0..ee2cbc3d4 100644 --- a/packages/plugin-one-line/CHANGELOG.md +++ b/packages/plugin-one-line/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 6.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + ## 6.0.14 ### Patch Changes diff --git a/packages/plugin-one-line/package.json b/packages/plugin-one-line/package.json index 01432e4c7..32f0e56e0 100644 --- a/packages/plugin-one-line/package.json +++ b/packages/plugin-one-line/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-one-line", - "version": "6.0.14", + "version": "6.0.15", "description": "🤏 Restricts the Portable Text Editor to a single line", "keywords": [ "portabletext", diff --git a/packages/plugin-paste-link/CHANGELOG.md b/packages/plugin-paste-link/CHANGELOG.md index 1fe308fae..33f435e68 100644 --- a/packages/plugin-paste-link/CHANGELOG.md +++ b/packages/plugin-paste-link/CHANGELOG.md @@ -1,5 +1,12 @@ # @portabletext/plugin-paste-link +## 3.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + ## 3.0.14 ### Patch Changes diff --git a/packages/plugin-paste-link/package.json b/packages/plugin-paste-link/package.json index dfbfddcc9..6b552b13f 100644 --- a/packages/plugin-paste-link/package.json +++ b/packages/plugin-paste-link/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-paste-link", - "version": "3.0.14", + "version": "3.0.15", "description": "Allows pasting links in the Portable Text Editor", "keywords": [ "portabletext", diff --git a/packages/plugin-sdk-value/CHANGELOG.md b/packages/plugin-sdk-value/CHANGELOG.md index f6347b90f..c26be72c6 100644 --- a/packages/plugin-sdk-value/CHANGELOG.md +++ b/packages/plugin-sdk-value/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 6.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + ## 6.0.14 ### Patch Changes diff --git a/packages/plugin-sdk-value/package.json b/packages/plugin-sdk-value/package.json index 8a0830dac..f042c191a 100644 --- a/packages/plugin-sdk-value/package.json +++ b/packages/plugin-sdk-value/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-sdk-value", - "version": "6.0.14", + "version": "6.0.15", "description": "Synchronizes the Portable Text Editor value with the Sanity SDK, allowing for two-way editing.", "keywords": [ "portabletext", diff --git a/packages/plugin-typeahead-picker/CHANGELOG.md b/packages/plugin-typeahead-picker/CHANGELOG.md index 22256428f..000a4155e 100644 --- a/packages/plugin-typeahead-picker/CHANGELOG.md +++ b/packages/plugin-typeahead-picker/CHANGELOG.md @@ -1,5 +1,13 @@ # @portabletext/plugin-typeahead-picker +## 5.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + - @portabletext/plugin-input-rule@4.0.15 + ## 5.0.14 ### Patch Changes diff --git a/packages/plugin-typeahead-picker/package.json b/packages/plugin-typeahead-picker/package.json index 4c3383b0e..91c8dda43 100644 --- a/packages/plugin-typeahead-picker/package.json +++ b/packages/plugin-typeahead-picker/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-typeahead-picker", - "version": "5.0.14", + "version": "5.0.15", "description": "Generic typeahead picker infrastructure for the Portable Text Editor", "keywords": [ "portabletext", @@ -82,7 +82,7 @@ "vitest": "^4.0.18" }, "peerDependencies": { - "@portabletext/editor": "workspace:^6.1.2", + "@portabletext/editor": "workspace:^6.2.0", "react": "^19.2" }, "engines": { diff --git a/packages/plugin-typography/CHANGELOG.md b/packages/plugin-typography/CHANGELOG.md index 6e6be3623..e5d095ffd 100644 --- a/packages/plugin-typography/CHANGELOG.md +++ b/packages/plugin-typography/CHANGELOG.md @@ -1,5 +1,13 @@ # @portabletext/plugin-typography +## 7.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + - @portabletext/plugin-input-rule@4.0.15 + ## 7.0.14 ### Patch Changes diff --git a/packages/plugin-typography/package.json b/packages/plugin-typography/package.json index 2b9637697..01a4bc38d 100644 --- a/packages/plugin-typography/package.json +++ b/packages/plugin-typography/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/plugin-typography", - "version": "7.0.14", + "version": "7.0.15", "description": "Automatically transform text to typographic variants", "keywords": [ "portabletext", @@ -74,7 +74,7 @@ "vitest": "^4.0.18" }, "peerDependencies": { - "@portabletext/editor": "workspace:^6.1.2", + "@portabletext/editor": "workspace:^6.2.0", "react": "^19.2" }, "engines": { diff --git a/packages/toolbar/CHANGELOG.md b/packages/toolbar/CHANGELOG.md index 9c2ea7e30..c07b3366d 100644 --- a/packages/toolbar/CHANGELOG.md +++ b/packages/toolbar/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 7.0.15 + +### Patch Changes + +- Updated dependencies [[`d312abd`](https://github.com/portabletext/editor/commit/d312abd5b07affa20b5defb2fe587a66394e0831)]: + - @portabletext/editor@6.2.0 + ## 7.0.14 ### Patch Changes diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index e760ca52b..5e509f7db 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@portabletext/toolbar", - "version": "7.0.14", + "version": "7.0.15", "description": "Utilities for building a toolbar for the Portable Text Editor", "keywords": [ "portabletext", @@ -61,7 +61,7 @@ "typescript-eslint": "^8.48.0" }, "peerDependencies": { - "@portabletext/editor": "workspace:^6.1.2", + "@portabletext/editor": "workspace:^6.2.0", "react": "^19.2.3" }, "engines": {