diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f9c4b..4eeab33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This page only documents changes to the library itself, **not** the icons. Please refer to the [mdi history](https://materialdesignicons.com/history) for that. +## 5.0.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.0.39-blue.svg?style=flat-square)](https://materialdesignicons.com) + +### Breaking changes + +- [`07ec6a1`](https://github.com/levrik/mdi-react/commit/07ec6a17f10c5ec410736e57e6187287e24a32c1) Removed ES module (see commit message for details) + ## 4.4.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.8.94-blue.svg?style=flat-square)](https://materialdesignicons.com) _No changes_ diff --git a/README-preact.md b/README-preact.md index b77a427..2e11dac 100644 --- a/README-preact.md +++ b/README-preact.md @@ -1,7 +1,7 @@ -# mdi-preact [![npm package](https://img.shields.io/npm/v/mdi-preact.svg?style=flat-square)](https://npmjs.org/package/mdi-preact) [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.8.94-blue.svg?style=flat-square)](https://materialdesignicons.com) [![build status](https://img.shields.io/travis/levrik/mdi-preact/master.svg?style=flat-square)](https://travis-ci.org/levrik/mdi-preact) +# mdi-preact [![npm package](https://img.shields.io/npm/v/mdi-preact.svg?style=flat-square)](https://npmjs.org/package/mdi-preact) [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.0.39-blue.svg?style=flat-square)](https://materialdesignicons.com) [![build status](https://img.shields.io/travis/levrik/mdi-preact/master.svg?style=flat-square)](https://travis-ci.org/levrik/mdi-preact) [Material Design Icons](https://materialdesignicons.com) for Preact/React packaged as single components -**New v4.4.0 released: See [CHANGELOG.md](./CHANGELOG.md)** +**New v5.0.0 released: See [CHANGELOG.md](./CHANGELOG.md)** ## Installation diff --git a/README.md b/README.md index 98a3706..f299f40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# mdi-react [![npm package](https://img.shields.io/npm/v/mdi-react.svg?style=flat-square)](https://npmjs.org/package/mdi-react) [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.8.94-blue.svg?style=flat-square)](https://materialdesignicons.com) [![build status](https://img.shields.io/travis/levrik/mdi-react/master.svg?style=flat-square)](https://travis-ci.org/levrik/mdi-react) +# mdi-react [![npm package](https://img.shields.io/npm/v/mdi-react.svg?style=flat-square)](https://npmjs.org/package/mdi-react) [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.0.39-blue.svg?style=flat-square)](https://materialdesignicons.com) [![build status](https://img.shields.io/travis/levrik/mdi-react/master.svg?style=flat-square)](https://travis-ci.org/levrik/mdi-react) [Material Design Icons](https://materialdesignicons.com) for React/Preact packaged as single components -**New v4.4.0 released: See [CHANGELOG.md](./CHANGELOG.md)** +**New v5.0.0 released: See [CHANGELOG.md](./CHANGELOG.md)** ## Installation diff --git a/publish-preact/package.json b/publish-preact/package.json index e0e3ab7..9fb84f6 100644 --- a/publish-preact/package.json +++ b/publish-preact/package.json @@ -1,6 +1,6 @@ { "name": "mdi-preact", - "version": "4.4.0", + "version": "5.0.0", "description": "Material Design Icons for Preact", "keywords": [ "mdi", diff --git a/publish-react/package.json b/publish-react/package.json index 13c9315..c7d3aa4 100644 --- a/publish-react/package.json +++ b/publish-react/package.json @@ -1,6 +1,6 @@ { "name": "mdi-react", - "version": "4.4.0", + "version": "5.0.0", "description": "Material Design Icons for React", "keywords": [ "mdi",