# @svgmoji/openmoji

## 3.2.0

> 2021-06-15

### Minor Changes

- e35c9b48: Add `.json` files to the exports. This fixes the webpack issue raised in [#12](https://github.com/svgmoji/svgmoji/issues/12).

### Patch Changes

- 71bb8f85: Regenerate exported `.svg` and `.json` files with latest version of [**SVGO**](https://github.com/svg/svgo).
- Updated dependencies [71bb8f85]
  - @svgmoji/core@3.2.0

## 3.1.0

> 2021-02-15

### Minor Changes

- 75b361fc: Update svg files to latest versions and fix some issues with missing files. Also fix missing emoji for `openmoji`.
- 088f5d3e: Make `@svgmoji/core` a direct dependency for all icon packages.

### Patch Changes

- Updated dependencies [7c81be1b]
- Updated dependencies [edd4a29c]
  - @svgmoji/core@3.1.0

## 3.0.0

> 2021-01-19

### Major Changes

- d91dfe0e: Remove `svg` assets from npm distribution. This will reduce install times. The default cdn will also be moved to **GitHub**.

  The exception is with the `noto` package which still includes the `/sprites/all.svg` asset since it is greater than **20MB** and not supported via via the JSDeliver GitHub CDN.

### Patch Changes

- Updated dependencies [d91dfe0e]
- Updated dependencies [485df41a]
  - @svgmoji/core@3.0.0

## 2.0.0

> 2021-01-17

### Patch Changes

- Updated dependencies [9599f2dd]
- Updated dependencies [192504eb]
- Updated dependencies [192504eb]
  - @svgmoji/core@2.0.0

## 1.0.0

> 2021-01-16

### Minor Changes

- ca58f626: - Upgrade sha for `@svgmoji/openmoji` to include recently added emoji.
  - Improve optimizations for generated SVG's in `@svgmoji/noto` and `@svgmoji/blob`.
  - Add missing flag emojis to both `@svgmoji/noto` and `@svgmoji/blob`.
  - Add json entry points for both `missing.json` and `extra.json`.
    - `missing.json` is a list of hexcodes from Emoji version 13 which are missing from the emoji set.
    - `extra.json` outlines all the non-standard emoji within this emoji set.
  - Add a new group, and subgroup called `other` which includes the set of all emoji without a group / subgroup.
- 67a34b4f: - Make `@svgmoji/core` a peer dependency.
  - Improve type inference by setting the `name` to a `const` for `Blobmoji`, `Notomoji`, `Twemoji` and `Openmoji`

### Patch Changes

- Updated dependencies [b549183a]
  - @svgmoji/core@1.0.0

## 0.2.0

> 2021-01-16

### Minor Changes

- ff19a3c4: Improve `npm` package documentation and fix broken subgroup build.

### Patch Changes

- Updated dependencies [ff19a3c4]
  - @svgmoji/core@0.2.0

## 0.1.0

> 2021-01-15

### Minor Changes

- aa3e427: Create the initial launch of the `svgmoji` project packages. Improvements will be added as it is used within the [`remirror`](https://remirror.io) codebase.

### Patch Changes

- Updated dependencies [aa3e427]
  - @svgmoji/core@0.1.0
