Skip to content

Commit

Permalink
Version bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jun 15, 2018
1 parent c9ed813 commit 6297690
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ Please see the list of [examples](examples/) for how you can get a project start
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://unpkg.com/react-md@1.4.0/dist/react-md.deep_purple-pink.min.css">
<link rel="stylesheet" href="https://unpkg.com/react-md@1.4.1/dist/react-md.deep_purple-pink.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:400,500,700">
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/react/dist/react-with-addons.min.js"></script>
<script src="https://unpkg.com/react-dom/dist/react-dom.min.js"></script>
<script src="https://unpkg.com/react-md@1.4.0/dist/react-md.min.js"></script>
<script src="https://unpkg.com/react-md@1.4.1/dist/react-md.min.js"></script>
<script>
var MyAwesomeComponent = React.createClass({
render: function() {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-md-documentation",
"version": "1.4.0",
"version": "1.4.1",
"description": "The documentaiton website for react-md",
"homepage": "https://react-md.mlaursen.com",
"private": true,
Expand Down
3 changes: 3 additions & 0 deletions docs/src/components/DiscoverMore/WhatsNew/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## June 2018
### v1.4.1 Released
- Fixed a small bug with dialogs trying to focus elements that are not focusable in IE11. ([@alaney] - [pull-760])

### v1.4.0 Released
##### Changelog
- Updated dialogs so that the blurry text rendering can be fixed by enabling a new Scss variable: `$md-dialog-use-flex-positioning`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-md",
"version": "1.4.0",
"version": "1.4.1",
"description": "React material design components",
"main": "./lib",
"module": "./es",
Expand Down
2 changes: 1 addition & 1 deletion src/js/Version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.4.0';
export default '1.4.1';

0 comments on commit 6297690

Please sign in to comment.