From ef96fe9b17d863155381899bd67c110d725ba131 Mon Sep 17 00:00:00 2001 From: Levin Rickert Date: Thu, 9 Aug 2018 15:35:21 +0200 Subject: [PATCH] Release 4.1.0 --- CHANGELOG.md | 4 ++++ README-preact.md | 4 ++-- README.md | 4 ++-- publish-preact/package.json | 2 +- publish-react/package.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22748ae..469452a 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.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_ + ## 4.0.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.4.85-blue.svg?style=flat-square)](https://materialdesignicons.com) ### Breaking changes diff --git a/README-preact.md b/README-preact.md index a624ad1..8646a7b 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.4.85-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-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.0.0 released: See [CHANGELOG.md](./CHANGELOG.md)** +**New v4.1.0 released: See [CHANGELOG.md](./CHANGELOG.md)** ## Installation diff --git a/README.md b/README.md index 166fd47..6c7eee5 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.4.85-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.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) [Material Design Icons](https://materialdesignicons.com) for React/Preact packaged as single components -**New v4.0.0 released: See [CHANGELOG.md](./CHANGELOG.md)** +**New v4.1.0 released: See [CHANGELOG.md](./CHANGELOG.md)** ## Installation diff --git a/publish-preact/package.json b/publish-preact/package.json index 81f8282..247d82e 100644 --- a/publish-preact/package.json +++ b/publish-preact/package.json @@ -1,6 +1,6 @@ { "name": "mdi-preact", - "version": "4.0.0", + "version": "4.1.0", "description": "Material Design Icons for Preact", "keywords": [ "mdi", diff --git a/publish-react/package.json b/publish-react/package.json index 8224ad0..6b7a734 100644 --- a/publish-react/package.json +++ b/publish-react/package.json @@ -1,6 +1,6 @@ { "name": "mdi-react", - "version": "4.0.0", + "version": "4.1.0", "description": "Material Design Icons for React", "keywords": [ "mdi",