Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levrik committed Apr 21, 2018
1 parent 5de4071 commit 520ad40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +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.

## Unreleased [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.3.54-blue.svg?style=flat-square)](https://materialdesignicons.com)
## 3.3.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.3.54-blue.svg?style=flat-square)](https://materialdesignicons.com)

### New features

- Support for Preact via `mdi-preact` package.
- Support import of aliases.
- [`7ee6784`](https://github.com/levrik/mdi-react/commit/7ee678454dedf1dc3f553b023dfebc89211f84bd) Support for Preact via `mdi-preact` package. Thanks to [@GusRuss89](https://github.com/GusRuss89) for his initial work.
- [`49d94b3`](https://github.com/levrik/mdi-react/commit/49d94b3c09ffa42f43554b714a8696d25ebd9fe5) Support import of aliases.

## 3.2.0 [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.3.54-blue.svg?style=flat-square)](https://materialdesignicons.com)

Expand Down
2 changes: 1 addition & 1 deletion 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.3.54-blue.svg?style=flat-square)](https://materialdesignicons.com)
[Material Design Icons](https://materialdesignicons.com) for React/Preact packaged as single components

**New v3.2.0 released: See [CHANGELOG.md](./CHANGELOG.md)**
**New v3.3.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": "3.2.0",
"version": "3.3.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": "3.2.0",
"version": "3.3.0",
"description": "Material Design Icons for React",
"keywords": [
"mdi",
Expand Down

0 comments on commit 520ad40

Please sign in to comment.