Skip to content

Commit

Permalink
Update version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed May 24, 2021
1 parent 4a124be commit 1fe5534
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion packages/buckram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Changelog

## 1.5.2

### Dependencies
- Bump ua-parser-js to 0.7.28: #766
- Bump urijs to 1.19.6: #760
- Bump dot-prop to 4.2.1: #759
- Bump http-proxy to 1.18.1: #758
- Bump ini to 1.3.8: #757
- Bump lodash to 4.17.21: #761

## 1.5.1

### Patches
- Color can be "initial", which is incompatible with border shorthand syntax
- Center image in table td using CSS (td img.aligncenter)
- Kindle limits usage of the display:none property for content blocks beyond 10000 characters. If the display:none property is applied to a content block that is bigger than
10000 characters, KindleGen returns an error. Fix is to use less display:none, and hope it affects less characters.
10000 characters, KindleGen returns an error. Fix is to use less display:none, and hope it affects fewer characters.
- Fix: $image-caption-text-color is often a map

## 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/buckram/assets/styles/buckram.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Name: Buckram
* Version: 1.5.0
* Version: 1.5.2
* Description: Opinionated SCSS components for books (web, EPUB and PDF).
*/
2 changes: 1 addition & 1 deletion packages/buckram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buckram",
"version": "1.5.1",
"version": "1.5.2",
"description": "Opinionated SCSS components for books (web, EPUB and PDF).",
"scripts": {
"install-build-tools": "npm install --no-save pressbooks-build-tools",
Expand Down

0 comments on commit 1fe5534

Please sign in to comment.