Skip to content

Commit

Permalink
Hotfix search results; bump v1.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Dec 4, 2017
1 parent 83e5235 commit ecde6c0
Show file tree
Hide file tree
Showing 26 changed files with 34 additions and 25 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Herman Changelog


## 1.0.0-rc.6: 2017-12-04

- BUGFIX: Fix search result page links.


## 1.0.0-rc.5: 2017-12-04

- BUGFIX: Fix fetching site-search JSON file.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const showResults = (matches, val) => {
const toMark = getSearchResultsByField(match.matchData.metadata);
if (toMark.title.length || toMark.contents.length) {
const tplCtx = {
url: `/${match.ref}`,
url: match.ref,
title: doc.title,
contents: toMark.contents.length ? doc.contents : '',
};
Expand Down
6 changes: 5 additions & 1 deletion docs/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down Expand Up @@ -247,6 +247,10 @@ <h3 data-sassdoc="nav-title">

<div class="text-block">
<h1 id="herman-changelog">Herman Changelog</h1>
<h2 id="1-0-0-rc-6-2017-12-04">1.0.0-rc.6: 2017-12-04</h2>
<ul>
<li>BUGFIX: Fix search result page<span class="widont">&nbsp;</span>links.</li>
</ul>
<h2 id="1-0-0-rc-5-2017-12-04">1.0.0-rc.5: 2017-12-04</h2>
<ul>
<li>BUGFIX: Fix fetching site-search JSON<span class="widont">&nbsp;</span>file.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/CONFIGURATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/api_json-export.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/config-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/config-fonts.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/config-scale.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/config-utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/config-z-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/config_api-utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/demo_colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/demo_examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/demo_fonts.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/demo_icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/demo_sizes.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/demo_test-sassdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/style-code.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/style-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/style-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/style-sections.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/style-typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div data-sassdoc="project-title">
<a href="index.html" rel="home" data-sassdoc="project-name">Herman</a>

<span data-sassdoc="project-version">1.0.0-rc.5</span>
<span data-sassdoc="project-version">1.0.0-rc.6</span>

</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sassdoc-theme-herman",
"title": "Herman",
"description": "An Odd SassDoc theme.",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"homepage": "http://oddbird.net/herman/",
"keywords": [
"sassdoc-theme"
Expand Down

0 comments on commit ecde6c0

Please sign in to comment.