Skip to content

Commit

Permalink
Update Buckram version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Nov 16, 2021
1 parent 9dbedfd commit 4a78f76
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/buckram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## 1.7.0
### Minor changes
- Update semantic selectors to match Pressbooks changes [#887](https://github.com/pressbooks/pressbooks-book/pull/887/files)

### Dependencies
- Bump puppeteer to 11.0.0 [#890](https://github.com/pressbooks/pressbooks-book/pull/890)
- Bump mocha to 9.1.3 [#882](https://github.com/pressbooks/pressbooks-book/pull/882)
- Bump nth-check to 2.0.1 [#893](https://github.com/pressbooks/pressbooks-book/pull/893)

## 1.6.0
### Minor changes
- Add variables for new contributor feature
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.6.0
* Version: 1.7.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.6.0",
"version": "1.7.0",
"description": "Opinionated SCSS components for books (web, EPUB and PDF).",
"scripts": {
"build": "composer install && composer test",
Expand Down

0 comments on commit 4a78f76

Please sign in to comment.