Skip to content

Commit

Permalink
chore(release): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Sep 28, 2021
1 parent cea1f98 commit 8198c16
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packages/buckram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog
## 1.6.0
### Minor changes
- Add variables for new contributor feature

### Patches
- Fix max-width for center-aligned images: [#851](https://github.com/pressbooks/pressbooks-book/pull/851)

### Dependencies
- Bump puppeteer to 10.4.0: [#864](https://github.com/pressbooks/pressbooks-book/pull/864)
- Bump mocha to 9.1.1: [#846](https://github.com/pressbooks/pressbooks-book/pull/846)
- Bump pixelmatch to 5.2.1: [#810](https://github.com/pressbooks/pressbooks-book/pull/810)
- Bump urijs to 1.19.7: [#819](https://github.com/pressbooks/pressbooks-book/pull/819)
- Bump chai to 4.3.4: [#807](https://github.com/pressbooks/pressbooks-book/pull/807)
- Bump sassdoc to 2.7.3: [#804](https://github.com/pressbooks/pressbooks-book/pull/804)

## 1.5.3
### Patches
Fix positioning for images without captions: #788
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.4-dev
* Version: 1.6.0
* Description: Opinionated SCSS components for books (web, EPUB and PDF).
*/
2 changes: 1 addition & 1 deletion packages/buckram/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3",
"version": "1.6.0",
"description": "Opinionated SCSS components for books (web, EPUB and PDF).",
"scripts": {
"build": "composer install && composer test",
Expand Down

0 comments on commit 8198c16

Please sign in to comment.