Skip to content

Commit 1b06aff

Browse files
committed
Release 4.25.1 💎
1 parent 7ea8510 commit 1b06aff

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

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.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)
44

55
### Bug Fixes
66

Rakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ def genenerate_copyright_file(filename, header, prefix, footer)
135135
end
136136
end
137137

138-
file "_includes/copyright.html" do |t|
138+
file "_includes/copyright.html" => "package.json" do |t|
139139
genenerate_copyright_file(t.name, "<!--", " ", "-->")
140140
end
141141

142-
file "_includes/copyright.js" do |t|
142+
file "_includes/copyright.js" => "package.json" do |t|
143143
genenerate_copyright_file(t.name, "/*!", " * ", " */")
144144
end
145145

146-
file "_sass/minimal-mistakes/_copyright.scss" do |t|
146+
file "_sass/minimal-mistakes/_copyright.scss" => "package.json" do |t|
147147
genenerate_copyright_file(t.name, "/*!", " * ", " */")
148148
end
149149

_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.25.0 by Michael Rose
2+
Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
33
Copyright 2013-2024 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.25.0 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
33
* Copyright 2013-2024 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.25.0 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
33
* Copyright 2013-2024 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

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# `jekyll serve`. If you change this file, please restart the server process.
77

88
remote_theme : "mmistakes/minimal-mistakes@master"
9-
theme_version : "4.25.0" # for use with in-page templates
9+
theme_version : "4.25.1" # for use with in-page templates
1010

1111
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
1212

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: '2024-04-28T00:56:01+08:00'
8+
last_modified_at: '2024-04-28T01:12:00+08:00'
99
toc: false
1010
---
1111

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

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

2020
### Bug Fixes
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.25.0">Latest release v4.25.0</a></small>
13+
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1">Latest release v4.25.1</a></small>
1414
feature_row:
1515
- image_path: /assets/images/mm-customizable-feature.png
1616
alt: "customizable"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimal-mistakes",
33
"private": true,
4-
"version": "4.25.0",
4+
"version": "4.25.1",
55
"description": "Minimal Mistakes 2 column Jekyll theme.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)