Skip to content

Commit d728074

Browse files
authored
Merge pull request #33 from plaidev/changeset-release/main
chore: version packages
2 parents b7dabb5 + f424e28 commit d728074

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/tidy-baboons-remain.md

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

packages/rich-text-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @craft-cross-cms/rich-text-core
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- b7dabb5: Fix tiptap extension module augmentations not propagating to consumers.
8+
9+
Re-export Options types from each tiptap extension package via `export type` in `src/index.ts`. This forces tsup's DTS bundler to preserve external references in `dist/index.d.ts`, allowing consumer TypeScript to load extension `.d.ts` files and enable command types such as `editor.chain().toggleBold()`.
10+
311
## 0.0.2
412

513
### Patch Changes

packages/rich-text-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@craft-cross-cms/rich-text-core",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "TipTap-based rich text core for Craft Cross CMS (xcms)",
55
"license": "Apache-2.0",
66
"author": "PLAID, Inc.",

0 commit comments

Comments
 (0)