Skip to content

Commit

Permalink
Version Packages (#610)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

removed redundant entries

* Version Packages

* patch change spelling fixed

* changelog patches readded

* changelog grammar fixed

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stef ❤️ <[email protected]>
Co-authored-by: Sigrsig <[email protected]>
  • Loading branch information
4 people authored Jun 1, 2023
1 parent 510c978 commit 6064595
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-monkeys-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-bags-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cats-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-toys-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-boats-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-eyes-kiss.md

This file was deleted.

11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## 4.4.8

## Patch Changes
### Patch Changes

- db2d81a - Selection should be correctly set after pasting text
- 1eef7df - Fix scroll into view automatically
- 3f40576 - Fix suggestions container not properly aligned with caret position
- ad43016: Typing fix in SuggestionsOverlay.js
- e13731f: Fix package.json properties for release
- 3f40576: Fixed the suggestions container that was not aligned with the caret position
- db2d91a: Fix cursor jumping to the end of the textfield when pasting and using React 18
- 1eef7df: Fix scroll into view automatically
- a69db87: Custom container scrolling fixed, now works like other containers

## 4.4.7

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": "react-mentions",
"version": "4.4.7",
"version": "4.4.8",
"description": "React mentions input",
"main": "dist/react-mentions.cjs.js",
"module": "dist/react-mentions.esm.js",
Expand Down

1 comment on commit 6064595

@vercel
Copy link

@vercel vercel bot commented on 6064595 Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-mentions – ./

react-mentions.vercel.app
react-mentions-signavio.vercel.app
react-mentions-git-master-signavio.vercel.app

Please sign in to comment.