Skip to content

Commit

Permalink
Merge branch 'release/v2.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Stein committed Jun 18, 2020
2 parents 8bda777 + 6c2410b commit b169d12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.5 - 2020-06-18
### Fixed
- Fixed slightly misaligned highlight styling in Algolia search results.

## 2.0.4 - 2020-06-01
### Changed
- Apply bold style to `<dfn>` tags.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-craftdocs",
"version": "2.0.4",
"version": "2.0.5",
"description": "vuepress-theme",
"main": "index.js",
"repository": "https://github.com/pixelandtonic/vuepress-theme-craftdocs",
Expand Down
1 change: 1 addition & 0 deletions styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ kbd

.algolia-docsearch-suggestion--highlight {
color: $accentColor;
line-height: 1;
}
}
}
Expand Down

0 comments on commit b169d12

Please sign in to comment.