Skip to content

Commit

Permalink
new: Support CLDR 45 (new annotations). (#173)
Browse files Browse the repository at this point in the history
* Update deps.

* Update docs.

* Generate data.
  • Loading branch information
milesj authored Jun 3, 2024
1 parent 2f3d1fe commit d2c587f
Show file tree
Hide file tree
Showing 63 changed files with 6,949 additions and 12,763 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ JSON datasets, regex patterns, and more.

- Supports the latest [Emoji 15.1](https://emojipedia.org/emoji-15.1/),
[Unicode 15.1](http://unicode.org/versions/Unicode15.1.0/), and
[CLDR 44](http://cldr.unicode.org/index/downloads/cldr-44) release versions
[CLDR 45](http://cldr.unicode.org/index/downloads/cldr-45) release versions
- Built directly from the [emoji data source files](http://unicode.org/Public/emoji/)
- Based on the official [Unicode Technical Standard #51](http://unicode.org/reports/tr51/)
- With localization provided by
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@moonrepo/dev": "^3.0.1",
"@types/jest": "^29.5.12",
"babel-preset-moon": "^3.0.2",
"cldr-annotations-derived-full": "^44.0.1",
"cldr-annotations-full": "^44.0.1",
"cldr-localenames-full": "^44.0.1",
"cldr-misc-full": "^44.0.1",
"cldr-annotations-derived-full": "^45.0.0",
"cldr-annotations-full": "^45.0.0",
"cldr-localenames-full": "^45.0.0",
"cldr-misc-full": "^45.0.0",
"eslint": "^8.50.0",
"eslint-config-moon": "^3.1.1",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ JSON datasets, regex patterns, and more.

- Supports the latest [Emoji 15.1](https://emojipedia.org/emoji-15.1/),
[Unicode 15.1](http://unicode.org/versions/Unicode15.1.0/), and
[CLDR 44](http://cldr.unicode.org/index/downloads/cldr-44) release versions
[CLDR 45](http://cldr.unicode.org/index/downloads/cldr-45) release versions
- Built directly from the [emoji data source files](http://unicode.org/Public/emoji/)
- Based on the official [Unicode Technical Standard #51](http://unicode.org/reports/tr51/)
- With localization provided by
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const SKIN_KEY_DARK: SkinToneKey = 'dark';

export const LATEST_EMOJI_VERSION = '15.1';
export const LATEST_UNICODE_VERSION = '15.1.0';
export const LATEST_CLDR_VERSION = '44';
export const LATEST_CLDR_VERSION = '45';

export const FIRST_UNICODE_EMOJI_VERSION = '6.0.0';
export const EMOJI_VERSIONS = [
Expand Down
353 changes: 124 additions & 229 deletions packages/data/bn/compact.raw.json

Large diffs are not rendered by default.

353 changes: 124 additions & 229 deletions packages/data/bn/data.raw.json

Large diffs are not rendered by default.

Loading

0 comments on commit d2c587f

Please sign in to comment.