Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit a5d415d

Browse files
Version Packages (#130)
Co-authored-by: ecoscript[bot] <143032650+ecoscript[bot]@users.noreply.github.com>
1 parent afc2ce0 commit a5d415d

File tree

9 files changed

+31
-12
lines changed

9 files changed

+31
-12
lines changed

.changeset/dependencies-GH-100.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

plugins/character-pair-decorator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#100](https://github.com/portabletext/plugins/pull/100) [`afc2ce0`](https://github.com/portabletext/plugins/commit/afc2ce0047bc66fe84adb6324efddc5fea182a71) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update react monorepo
8+
39
## 1.1.1
410

511
### Patch Changes

plugins/character-pair-decorator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portabletext/plugin-character-pair-decorator",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Automatically match a pair of characters and decorate the text in between",
55
"keywords": [
66
"portabletext",

plugins/markdown-shortcuts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#100](https://github.com/portabletext/plugins/pull/100) [`afc2ce0`](https://github.com/portabletext/plugins/commit/afc2ce0047bc66fe84adb6324efddc5fea182a71) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update react monorepo
8+
9+
- Updated dependencies [[`afc2ce0`](https://github.com/portabletext/plugins/commit/afc2ce0047bc66fe84adb6324efddc5fea182a71)]:
10+
- @portabletext/plugin-character-pair-decorator@1.1.2
11+
312
## 1.1.1
413

514
### Patch Changes

plugins/markdown-shortcuts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portabletext/plugin-markdown-shortcuts",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Adds helpful Markdown shortcuts to the editor",
55
"keywords": [
66
"portabletext",

plugins/one-line/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#100](https://github.com/portabletext/plugins/pull/100) [`afc2ce0`](https://github.com/portabletext/plugins/commit/afc2ce0047bc66fe84adb6324efddc5fea182a71) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update react monorepo
8+
39
## 1.1.1
410

511
### Patch Changes

plugins/one-line/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portabletext/plugin-one-line",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "🤏 Restricts the Portable Text Editor to a single line",
55
"keywords": [
66
"portabletext",

plugins/sdk-value/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- [#100](https://github.com/portabletext/plugins/pull/100) [`afc2ce0`](https://github.com/portabletext/plugins/commit/afc2ce0047bc66fe84adb6324efddc5fea182a71) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update react monorepo
8+
39
## 1.0.5
410

511
### Patch Changes

plugins/sdk-value/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portabletext/plugin-sdk-value",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Synchronizes the Portable Text Editor value with the Sanity SDK, allowing for two-way editing.",
55
"keywords": [
66
"portabletext",

0 commit comments

Comments
 (0)