Skip to content

Commit

Permalink
v5.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Nov 22, 2022
1 parent ff495b3 commit a453cdd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Herman Changelog

## UNRELEASED
## 5.0.0-beta.5: 2022-11-22

- 💥 BREAKING: Require Dart Sass (`^1.45.0`) for `@example scss` annotations,
using the updated [Dart Sass JavaScript
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": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"homepage": "https://www.oddbird.net/herman/",
"license": "MIT",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion test/sass/test_sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ const sassImporter = require('../../lib/utils/sassImporter');
const sassFile = path.join(__dirname, 'test.scss');
sassTrue.runSass({ describe, it }, sassFile, {
importers: [sassImporter],
quietDeps: true,
});
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ module.exports = {
{
loader: 'sass-loader',
options: {
sassOptions: {
quietDeps: true,
},
sourceMap: true,
},
},
Expand Down

0 comments on commit a453cdd

Please sign in to comment.