Skip to content

Commit 4556423

Browse files
committedFeb 6, 2021
Release 4.22.0 💎
1 parent f734cf7 commit 4556423

13 files changed

+18
-18
lines changed
 

‎CHANGELOG.md

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

33
### Bug Fixes
44

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ To install:
127127
bundle
128128
```
129129

130-
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.21.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
130+
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.22.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
131131

132132
**Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed.
133133

‎_layouts/default.html

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

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.21.0 by Michael Rose
6+
Minimal Mistakes Jekyll Theme 4.22.0 by Michael Rose
77
Copyright 2013-2020 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

‎_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.21.0 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.22.0 by Michael Rose
33
* Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
44
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
55
*/

‎assets/js/main.min.js

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

‎docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# For technical reasons, this file is *NOT* reloaded automatically when you use
66
# `jekyll serve`. If you change this file, please restart the server process.
77

8-
remote_theme : "mmistakes/minimal-mistakes@4.21.0"
8+
remote_theme : "mmistakes/minimal-mistakes@4.22.0"
99

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

‎docs/_docs/01-quick-start-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To install as a remote theme:
7575
bundle
7676
```
7777

78-
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.21.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
78+
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.22.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
7979

8080
You may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref (e.g., `mmistakes/minimal-mistakes@4.9.0` or `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). This is useful when rolling back to older versions of the theme. If you don't specify a Git ref, the latest on `master` will be used.
8181

‎docs/_docs/04-upgrading.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To check which version you are currently using, view the source of your built si
1212

1313
```
1414
<!--
15-
Minimal Mistakes Jekyll Theme 4.21.0 by Michael Rose
15+
Minimal Mistakes Jekyll Theme 4.22.0 by Michael Rose
1616
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
1717
Free for personal and commercial use under the MIT license
1818
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
@@ -28,14 +28,14 @@ Simply run `bundle update` if you're using Bundler (have a `Gemfile`) or `gem up
2828
When using Bundler you can downgrade or lock the theme to a specific release ([tag](https://github.com/mmistakes/minimal-mistakes/tags)), branch, or commit. Instead of `gem "minimal-mistakes-jekyll"` you'd add the following to your `Gemfile`:
2929

3030
```ruby
31-
gem "minimal-mistakes-jekyll", :git => "https://github.com/mmistakes/minimal-mistakes.git", :tag => "4.21.0"
31+
gem "minimal-mistakes-jekyll", :git => "https://github.com/mmistakes/minimal-mistakes.git", :tag => "4.22.0"
3232
```
3333

3434
For more information on [installing gems from git repositories](http://bundler.io/v1.16/guides/git.html) consult Bundler's documentation.
3535

3636
## Remote theme
3737

38-
When setting `remote_theme: "mmistakes/minimal-mistakes@4.21.0"` in your `_config.yml` you may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref.
38+
When setting `remote_theme: "mmistakes/minimal-mistakes@4.22.0"` in your `_config.yml` you may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref.
3939

4040
For example you can roll back to release 4.8.1 with `mmistakes/minimal-mistakes@4.8.1` or a specific commit with `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). For a complete list of theme versions consult the [releases page](https://github.com/mmistakes/minimal-mistakes/releases).
4141

‎docs/_docs/18-history.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ 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: 2021-02-05T20:38:11-05:00
8+
last_modified_at: 2021-02-05T20:53:06-05:00
99
toc: false
1010
---
1111

12-
## Unreleased
12+
## [4.22.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.22.0)
1313

1414
### Bug Fixes
1515

‎docs/_layouts/default.html

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

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.21.0 by Michael Rose
6+
Minimal Mistakes Jekyll Theme 4.22.0 by Michael Rose
77
Copyright 2013-2020 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

‎docs/_pages/home.md

+1-1
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.21.0">Latest release v4.21.0</a></small>
13+
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.22.0">Latest release v4.22.0</a></small>
1414
feature_row:
1515
- image_path: /assets/images/mm-customizable-feature.png
1616
alt: "customizable"

‎minimal-mistakes-jekyll.gemspec

+1-1
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.21.0"
5+
spec.version = "4.22.0"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{A flexible two-column Jekyll theme.}

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.