Skip to content

Commit

Permalink
feat: export journal editor
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Jun 6, 2024
1 parent 77f0d46 commit 06b1aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matters/matters-editor",
"version": "0.2.5-alpha.0",
"version": "0.2.5-alpha.1",
"description": "Editor for matters.news",
"author": "https://github.com/thematters",
"homepage": "https://github.com/thematters/matters-editor",
Expand Down
1 change: 1 addition & 0 deletions src/editors/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './Article'
export * from './Comment'
export * from './Journal'
export * from '@tiptap/react'

0 comments on commit 06b1aed

Please sign in to comment.