Release 4.27.1 💎

This commit is contained in:
iBug
2025-05-02 18:52:37 +08:00
committed by Steffen Illium
parent b1f903bde9
commit 2e7d9dd504
9 changed files with 13 additions and 9 deletions

4
.gitattributes vendored
View File

@ -4,7 +4,7 @@ assets/js/lunr/* linguist-vendored
assets/js/plugins/* linguist-vendored
assets/js/vendor/* linguist-vendored
_sass/minimal-mistakes/vendor/* linguist-vendored
CHANGELOG.md text merge=union
docs/_docs/18-history.md text merge=union
CHANGELOG.md text merge=ours
docs/_docs/18-history.md text merge=ours
*.md text

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1)
### Enhancements

View File

@ -121,7 +121,7 @@ To install:
bundle
```
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.27.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.27.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
<!--
Dev note: The version number is currently hard-coded in these files:

View File

@ -205,3 +205,7 @@ file "docs/_pages/home.md" => "package.json" do |t|
content = content.gsub(/(\breleases\/tag\/|Latest release v)[\d.]+/, '\1' + package_json["version"])
File.write(t.name, content)
end
task :gem do
sh 'gem build minimal-mistakes-jekyll.gemspec'
end

View File

@ -1,5 +1,5 @@
<!--
Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

View File

@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
* Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

View File

@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
* Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

View File

@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.27.0 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.27.1 by Michael Rose
* Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

View File

@ -1,7 +1,7 @@
{
"name": "minimal-mistakes",
"private": true,
"version": "4.27.0",
"version": "4.27.1",
"description": "Minimal Mistakes 2 column Jekyll theme.",
"repository": {
"type": "git",