From 1fe5534ba2501807876ac8aad388fff87e8b601f Mon Sep 17 00:00:00 2001 From: SteelWagstaff Date: Mon, 24 May 2021 13:24:30 -0700 Subject: [PATCH] Update version & changelog --- packages/buckram/CHANGELOG.md | 12 +++++++++++- packages/buckram/assets/styles/buckram.scss | 2 +- packages/buckram/package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/buckram/CHANGELOG.md b/packages/buckram/CHANGELOG.md index 1f5dce763..c50ed1a8d 100644 --- a/packages/buckram/CHANGELOG.md +++ b/packages/buckram/CHANGELOG.md @@ -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 diff --git a/packages/buckram/assets/styles/buckram.scss b/packages/buckram/assets/styles/buckram.scss index 18ec0c5c2..f2790969d 100644 --- a/packages/buckram/assets/styles/buckram.scss +++ b/packages/buckram/assets/styles/buckram.scss @@ -1,5 +1,5 @@ /* * Name: Buckram - * Version: 1.5.0 + * Version: 1.5.2 * Description: Opinionated SCSS components for books (web, EPUB and PDF). */ diff --git a/packages/buckram/package.json b/packages/buckram/package.json index 8eb4351b3..48627f7dd 100644 --- a/packages/buckram/package.json +++ b/packages/buckram/package.json @@ -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",