We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8ab8b9 + 2dccc98 commit 09c5090Copy full SHA for 09c5090
lib/github-pages/dependencies.rb
@@ -20,20 +20,20 @@ class Dependencies
20
"github-pages-health-check" => "1.8.1",
21
22
# Plugins
23
- "jekyll-redirect-from" => "0.13.0",
+ "jekyll-redirect-from" => "0.14.0",
24
"jekyll-sitemap" => "1.2.0",
25
- "jekyll-feed" => "0.9.3",
+ "jekyll-feed" => "0.10.0",
26
"jekyll-gist" => "1.5.0",
27
"jekyll-paginate" => "1.1.0",
28
"jekyll-coffeescript" => "1.1.1",
29
"jekyll-seo-tag" => "2.5.0",
30
"jekyll-github-metadata" => "2.9.4",
31
- "jekyll-avatar" => "0.5.0",
+ "jekyll-avatar" => "0.6.0",
32
"jekyll-remote-theme" => "0.3.1",
33
34
# Plugins to match GitHub.com Markdown
35
- "jemoji" => "0.9.0",
36
- "jekyll-mentions" => "1.3.0",
+ "jemoji" => "0.10.0",
+ "jekyll-mentions" => "1.4.0",
37
"jekyll-relative-links" => "0.5.3",
38
"jekyll-optional-front-matter" => "0.3.0",
39
"jekyll-readme-index" => "0.2.0",
lib/github-pages/plugins.rb
@@ -48,8 +48,8 @@ class Plugins
48
49
# Themes
50
THEMES = {
51
- "minima" => "2.4.1",
52
"jekyll-swiss" => "0.4.0",
+ "minima" => "2.5.0",
53
"jekyll-theme-primer" => "0.5.3",
54
"jekyll-theme-architect" => "0.1.1",
55
"jekyll-theme-cayman" => "0.1.1",
0 commit comments