Skip to content

Commit 09c5090

Browse files
authored
Merge pull request #576 from github/update-the-plugins
Bump a few plugins: jekyll-avatar, minima, jekyll-redirect-from, jekyll-feed, jemoji, jekyll-mentions
2 parents f8ab8b9 + 2dccc98 commit 09c5090

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/github-pages/dependencies.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ class Dependencies
2020
"github-pages-health-check" => "1.8.1",
2121

2222
# Plugins
23-
"jekyll-redirect-from" => "0.13.0",
23+
"jekyll-redirect-from" => "0.14.0",
2424
"jekyll-sitemap" => "1.2.0",
25-
"jekyll-feed" => "0.9.3",
25+
"jekyll-feed" => "0.10.0",
2626
"jekyll-gist" => "1.5.0",
2727
"jekyll-paginate" => "1.1.0",
2828
"jekyll-coffeescript" => "1.1.1",
2929
"jekyll-seo-tag" => "2.5.0",
3030
"jekyll-github-metadata" => "2.9.4",
31-
"jekyll-avatar" => "0.5.0",
31+
"jekyll-avatar" => "0.6.0",
3232
"jekyll-remote-theme" => "0.3.1",
3333

3434
# Plugins to match GitHub.com Markdown
35-
"jemoji" => "0.9.0",
36-
"jekyll-mentions" => "1.3.0",
35+
"jemoji" => "0.10.0",
36+
"jekyll-mentions" => "1.4.0",
3737
"jekyll-relative-links" => "0.5.3",
3838
"jekyll-optional-front-matter" => "0.3.0",
3939
"jekyll-readme-index" => "0.2.0",

lib/github-pages/plugins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class Plugins
4848

4949
# Themes
5050
THEMES = {
51-
"minima" => "2.4.1",
5251
"jekyll-swiss" => "0.4.0",
52+
"minima" => "2.5.0",
5353
"jekyll-theme-primer" => "0.5.3",
5454
"jekyll-theme-architect" => "0.1.1",
5555
"jekyll-theme-cayman" => "0.1.1",

0 commit comments

Comments
 (0)