Skip to content

Commit

Permalink
Version Packages (#38)
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 Jun 12, 2024
1 parent f5ec709 commit 2e84f7f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-impalas-explode.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/spicy-scissors-stare.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- f5ec709: Deprecated `isEmoji(cp)` in favor of `isExtendedPictogrphic(cp)`.

There are no differences, but it was confused with the `\p{Emoji}` Unicode property.

(Note: `\p{Emoji}` is not useful in actual use cases, [see](https://stackoverflow.com/questions/70401560/what-is-the-difference-between-emoji-presentation-and-extended-pictographic))

### Patch Changes

- 5bf4d29: Fix the TypeScript definition for GraphemeCategory enum

## 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": "unicode-segmenter",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"description": "A lightweight and fast, pure JavaScript library for Unicode segmentation",
"license": "MIT",
Expand Down

0 comments on commit 2e84f7f

Please sign in to comment.