Skip to content

Commit

Permalink
chore(release): 1.0.18 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.18](v1.0.17...v1.0.18) (2023-02-23)

### Bug Fixes

* **deps:** Migrate ProseMirror dependencies to `@tiptap/pm` package ([#151](#151)) ([d2a8eae](d2a8eae))
  • Loading branch information
doistbot committed Feb 23, 2023
1 parent d2a8eae commit 7f2a8ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.18](https://github.com/Doist/typist/compare/v1.0.17...v1.0.18) (2023-02-23)

### Bug Fixes

- **deps:** Migrate ProseMirror dependencies to `@tiptap/pm` package ([#151](https://github.com/Doist/typist/issues/151)) ([d2a8eae](https://github.com/Doist/typist/commit/d2a8eaefa0dc57579aa97f170e37dae17c77590d))

## [1.0.17](https://github.com/Doist/typist/compare/v1.0.16...v1.0.17) (2023-02-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@doist/typist",
"description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.",
"version": "1.0.17",
"version": "1.0.18",
"license": "MIT",
"homepage": "https://typist.doist.dev/",
"repository": "https://github.com/Doist/typist",
Expand Down

0 comments on commit 7f2a8ce

Please sign in to comment.