Skip to content

Commit

Permalink
Version Packages (#206)
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 Oct 17, 2024
1 parent f4c64a7 commit 1e30950
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-snails-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-deers-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-turtles-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-hairs-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-years-wave.md

This file was deleted.

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

## 0.12.0

### Minor Changes

- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Feature: Added the `determineNodeViewAnchor` to the bubble menu extension

- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Feature: Add the `defer-initialize` attribute for more reliable initialization events.

### Patch Changes

- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Bug fix: bubble menu will now anchor the `<figcaption>` or an attachment.

- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Style fix: attachments without previews no longer have weird empty border lines

- [#205](https://github.com/KonnorRogers/rhino-editor/pull/205) [`f4c64a7`](https://github.com/KonnorRogers/rhino-editor/commit/f4c64a7f67c16e66b9ccc7588be1804e172349d7) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Bug Fix: no longer generate an empty `<img>` for non-previewable attachments.

## 0.11.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.11.0",
"version": "0.12.0",
"description": "A custom element wrapped rich text editor",
"type": "module",
"main": "exports/index.js",
Expand Down

0 comments on commit 1e30950

Please sign in to comment.