Skip to content

Commit

Permalink
Release 4.25.1 馃拵
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Apr 27, 2024
1 parent 7ea8510 commit 1b06aff
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)

### Bug Fixes

Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ def genenerate_copyright_file(filename, header, prefix, footer)
end
end

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

file "_includes/copyright.js" do |t|
file "_includes/copyright.js" => "package.json" do |t|
genenerate_copyright_file(t.name, "/*!", " * ", " */")
end

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

Expand Down
2 changes: 1 addition & 1 deletion _includes/copyright.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion _includes/copyright.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_copyright.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.25.1 by Michael Rose
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# `jekyll serve`. If you change this file, please restart the server process.

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

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

Expand Down
4 changes: 2 additions & 2 deletions docs/_docs/18-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permalink: "/docs/history/"
excerpt: Change log of enhancements and bug fixes made to the theme.
sidebar:
nav: docs
last_modified_at: '2024-04-28T00:56:01+08:00'
last_modified_at: '2024-04-28T01:12:00+08:00'
toc: false
---

Expand All @@ -15,7 +15,7 @@ toc: false
-->

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

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ header:
url: "/docs/quick-start-guide/"
excerpt: >
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0">Latest release v4.25.0</a></small>
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1">Latest release v4.25.1</a></small>
feature_row:
- image_path: /assets/images/mm-customizable-feature.png
alt: "customizable"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minimal-mistakes",
"private": true,
"version": "4.25.0",
"version": "4.25.1",
"description": "Minimal Mistakes 2 column Jekyll theme.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b06aff

Please sign in to comment.