Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
levrik committed Nov 7, 2018
1 parent 07ec6a1 commit d613658
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
4 changes: 2 additions & 2 deletions README-preact.md
Original file line number Diff line number Diff line change
@@ -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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion publish-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdi-preact",
"version": "4.4.0",
"version": "5.0.0",
"description": "Material Design Icons for Preact",
"keywords": [
"mdi",
2 changes: 1 addition & 1 deletion publish-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdi-react",
"version": "4.4.0",
"version": "5.0.0",
"description": "Material Design Icons for React",
"keywords": [
"mdi",

0 comments on commit d613658

Please sign in to comment.