Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levrik committed Dec 3, 2018
1 parent d5bb1cf commit b501e33
Show file tree
Hide file tree
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
Expand Up @@ -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.1.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v3.2.89-blue.svg?style=flat-square)](https://materialdesignicons.com)

### Fixes

- [`d5bb1cf`](https://github.com/levrik/mdi-react/commit/d5bb1cfcb7856af6e60828265baed6ec58c527d8) Removed `main` and `module` from `package.json`. These files were removed in _5.0.0_.

## 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
Expand Down
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-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)
# 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.2.89-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 v5.0.0 released: See [CHANGELOG.md](./CHANGELOG.md)**
**New v5.1.0 released: See [CHANGELOG.md](./CHANGELOG.md)**

## Installation

Expand Down
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-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)
# 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.2.89-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 v5.0.0 released: See [CHANGELOG.md](./CHANGELOG.md)**
**New v5.1.0 released: See [CHANGELOG.md](./CHANGELOG.md)**

## Installation

Expand Down
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": "5.0.0",
"version": "5.1.0",
"description": "Material Design Icons for Preact",
"keywords": [
"mdi",
Expand Down
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": "5.0.0",
"version": "5.1.0",
"description": "Material Design Icons for React",
"keywords": [
"mdi",
Expand Down

0 comments on commit b501e33

Please sign in to comment.