buckram 1.8.5 → 1.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "1.8.5"
2
+ ".": "1.8.6"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.6](https://github.com/pressbooks/buckram/compare/v1.8.5...v1.8.6) (2025-03-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * inherit line-height ([#376](https://github.com/pressbooks/buckram/issues/376)) ([a2fd44c](https://github.com/pressbooks/buckram/commit/a2fd44c0a02ba17ad78fb349bf5cf57d707b022b))
9
+
3
10
  ## [1.8.5](https://github.com/pressbooks/buckram/compare/v1.8.4...v1.8.5) (2025-03-04)
4
11
 
5
12
 
@@ -301,6 +301,7 @@
301
301
  th,td {
302
302
  p {
303
303
  font-size: inherit;
304
+ line-height: inherit;
304
305
  }
305
306
  }
306
307
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buckram",
3
- "version": "1.8.5",
3
+ "version": "1.8.6",
4
4
  "description": "Opinionated SCSS components for books (web, EPUB and PDF).",
5
5
  "scripts": {
6
6
  "build": "composer install && composer test",