Skip to content

Commit

Permalink
Version Packages (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 30, 2023
1 parent f51bf37 commit c62e28f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-spiders-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-parrots-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-years-tan.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.7.1

### Patch Changes

- f51bf37: fix: add `addExtensions` api to editor
- f51bf37: starterKitOptions and extensions no longer implement getters / setters, and are now direct instance variables
- f51bf37: - Dependencies: remove unnecessary `@tiptap/extensions-text-align` dependency.
- Dependencies: downgrade and pin prosemirror-view from `1.31.2` to `1.28.2` to fix and error with adding plugins. <https://github.com/ueberdosis/tiptap/issues/4065#issuecomment-1699232591>

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rhino-editor",
"version": "0.7.0",
"version": "0.7.1",
"description": "A custom element wrapped rich text editor",
"type": "module",
"main": "exports/index.js",
Expand Down

0 comments on commit c62e28f

Please sign in to comment.