Skip to content

Commit

Permalink
Update to mdi 4.0.96.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Aug 14, 2019
1 parent 7af2b53 commit 0d2380d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Material Design Icons for Material-UI
[![npm](https://img.shields.io/npm/v/mdi-material-ui.svg)](https://www.npmjs.com/package/mdi-material-ui)
[![Material Design Icons version](https://img.shields.io/badge/mdi-v3.9.97-blue.svg)](https://github.com/Templarian/MaterialDesign)
[![Material Design Icons version](https://img.shields.io/badge/mdi-v4.0.96-blue.svg)](https://github.com/Templarian/MaterialDesign)
[![Material Design Icons version](https://img.shields.io/badge/mdi--light-v0.2.63-blue.svg)](https://github.com/Templarian/MaterialDesignLight)

This module provides [Material-UI][material-ui] `<SvgIcon />` components for all
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.0.0",
"@mdi/js": "^3.9.97",
"@mdi/js": "^4.0.96",
"@mdi/light-js": "^0.2.63",
"@storybook/react": "^5.0.11",
"ava": "^1.4.1",
Expand Down
5 changes: 5 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/sh
npm i --save-dev @mdi/js@latest @mdi/light-js@latest
./generate-module.js

VERSION=`cat node_modules/@mdi/js/package.json | jq -r .version`
git add --all
git commit -m "Update to mdi $VERSION."
git push origin master

0 comments on commit 0d2380d

Please sign in to comment.