Skip to content

Commit dc47f82

Browse files
committedSep 6, 2017
Bump 💎 to 4.5.2
1 parent f94cbe0 commit dc47f82

11 files changed

+17
-17
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## [4.5.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.2)
22

33
### Enhancements
44

‎_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.5.1 by Michael Rose
6+
Minimal Mistakes Jekyll Theme 4.5.2 by Michael Rose
77
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
88
Free for personal and commercial use under the MIT license
99
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
@@ -31,4 +31,4 @@
3131
{% include scripts.html %}
3232

3333
</body>
34-
</html>
34+
</html>

‎_sass/minimal-mistakes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.5.1 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.5.2 by Michael Rose
33
* Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
44
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
55
*/

‎assets/js/main.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/_docs/18-history.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2017-09-06T15:01:51-04:00
7+
last_modified_at: 2017-09-06T15:12:52-04:00
88
---
99

10-
## Unreleased
10+
## [4.5.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.2)
1111

1212
### Enhancements
1313

‎docs/_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.5.1 by Michael Rose
6+
Minimal Mistakes Jekyll Theme 4.5.2 by Michael Rose
77
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
88
Free for personal and commercial use under the MIT license
99
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
@@ -43,4 +43,4 @@
4343
{% include scripts.html %}
4444

4545
</body>
46-
</html>
46+
</html>

‎docs/_pages/home.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ header:
77
cta_label: "<i class='fa fa-download'></i> Install Now"
88
cta_url: "/docs/quick-start-guide/"
99
caption:
10-
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1">Latest release v4.5.1</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
10+
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.2">Latest release v4.5.2</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
1111
feature_row:
1212
- image_path: /assets/images/mm-customizable-feature.png
1313
alt: "customizable"
@@ -35,4 +35,4 @@ intro:
3535

3636
{% include feature_row id="intro" type="center" %}
3737

38-
{% include feature_row %}
38+
{% include feature_row %}

‎docs/_sass/minimal-mistakes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.5.1 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.5.2 by Michael Rose
33
* Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
44
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
55
*/

‎docs/assets/js/main.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎minimal-mistakes-jekyll.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "minimal-mistakes-jekyll"
5-
spec.version = "4.5.1"
5+
spec.version = "4.5.2"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{A flexible two-column Jekyll theme.}
@@ -25,4 +25,4 @@ Gem::Specification.new do |spec|
2525

2626
spec.add_development_dependency "bundler", "~> 1.12"
2727
spec.add_development_dependency "rake", "~> 10.0"
28-
end
28+
end

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",
@@ -31,4 +31,4 @@
3131
"watch:js": "onchange \"assets/js/**/*.js\" -e \"assets/js/main.min.js\" -- npm run build:js",
3232
"build:js": "npm run uglify && npm run add-banner"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)
Please sign in to comment.