From 59a315d528eba1253d552d7015b234b224c8c3cf Mon Sep 17 00:00:00 2001 From: Levin Rickert Date: Sat, 25 Aug 2018 09:49:15 +0200 Subject: [PATCH] Release 4.2.0 --- CHANGELOG.md | 4 ++++ README-preact.md | 2 +- README.md | 4 ++-- publish-preact/package.json | 2 +- publish-react/package.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469452a..b73b4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This page only documents changes to the library itself, **not** the icons. Please refer to the [mdi history](https://materialdesignicons.com/history) for that. +## 4.2.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.6.95-blue.svg?style=flat-square)](https://materialdesignicons.com) + +_No changes_ + ## 4.1.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.5.94-blue.svg?style=flat-square)](https://materialdesignicons.com) _No changes_ diff --git a/README-preact.md b/README-preact.md index 8646a7b..1ecba4e 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.5.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) [Material Design Icons](https://materialdesignicons.com) for Preact/React packaged as single components -**New v4.1.0 released: See [CHANGELOG.md](./CHANGELOG.md)** +**New v4.2.0 released: See [CHANGELOG.md](./CHANGELOG.md)** ## Installation diff --git a/README.md b/README.md index 6c7eee5..4f1ff40 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.5.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-v2.6.95-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.1.0 released: See [CHANGELOG.md](./CHANGELOG.md)** +**New v4.2.0 released: See [CHANGELOG.md](./CHANGELOG.md)** ## Installation diff --git a/publish-preact/package.json b/publish-preact/package.json index 09ab2c7..faa6eab 100644 --- a/publish-preact/package.json +++ b/publish-preact/package.json @@ -1,6 +1,6 @@ { "name": "mdi-preact", - "version": "4.1.0", + "version": "4.2.0", "description": "Material Design Icons for Preact", "keywords": [ "mdi", diff --git a/publish-react/package.json b/publish-react/package.json index fbc7411..3faba01 100644 --- a/publish-react/package.json +++ b/publish-react/package.json @@ -1,6 +1,6 @@ { "name": "mdi-react", - "version": "4.1.0", + "version": "4.2.0", "description": "Material Design Icons for React", "keywords": [ "mdi",