Skip to content
This repository was archived by the owner on Feb 11, 2018. It is now read-only.

Commit b7e170c

Browse files
committed
Release 4.27.1 💎
1 parent cf6c261 commit b7e170c

File tree

11 files changed

+15
-11
lines changed

11 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1)
44

55
### Enhancements
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To install:
121121
bundle
122122
```
123123

124-
4. Add `remote_theme: "mmistakes/[email protected].0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
124+
4. Add `remote_theme: "mmistakes/[email protected].1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
125125

126126
<!--
127127
Dev note: The version number is currently hard-coded in these files:

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,7 @@ file "docs/_pages/home.md" => "package.json" do |t|
205205
content = content.gsub(/(\breleases\/tag\/|Latest release v)[\d.]+/, '\1' + package_json["version"])
206206
File.write(t.name, content)
207207
end
208+
209+
task :gem do
210+
sh 'gem build minimal-mistakes-jekyll.gemspec'
211+
end

_includes/copyright.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
2+
Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
33
Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
44
Free for personal and commercial use under the MIT license
55
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

_includes/copyright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
33
* Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
44
* Free for personal and commercial use under the MIT license
55
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

_sass/minimal-mistakes/_copyright.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
33
* Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
44
* Free for personal and commercial use under the MIT license
55
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

assets/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_data/theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# for use with in-page templates
22
---
3-
version: 4.27.0
3+
version: 4.27.1

docs/_docs/18-history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
55
excerpt: Change log of enhancements and bug fixes made to the theme.
66
sidebar:
77
nav: docs
8-
last_modified_at: '2025-05-02T15:17:55+08:00'
8+
last_modified_at: '2025-05-02T18:50:37+08:00'
99
toc: false
1010
---
1111

@@ -15,7 +15,7 @@ toc: false
1515
-->
1616

1717
{% raw %}
18-
## Unreleased
18+
## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1)
1919

2020
### Enhancements
2121

docs/_pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ header:
1010
url: "/docs/quick-start-guide/"
1111
excerpt: >
1212
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
13-
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.0">Latest release v4.27.0</a></small>
13+
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1">Latest release v4.27.1</a></small>
1414
feature_row:
1515
- image_path: /assets/images/mm-customizable-feature.png
1616
alt: "customizable"

0 commit comments

Comments
 (0)