Skip to content

Commit

Permalink
Merge pull request #480 from thematters/feat/journal
Browse files Browse the repository at this point in the history
feat: export journal editor
  • Loading branch information
robertu7 authored Jun 6, 2024
2 parents aa64312 + 06b1aed commit 5c30703
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 5c30703

Please sign in to comment.