Skip to content

Commit

Permalink
chore(dev): release 1.0.1 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 26, 2022
1 parent f410b79 commit c133b9e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/pressbooks/aetna/compare/1.0.0...v1.0.1) (2022-08-26)


### Bug Fixes

* add CTA style from pressbooks/pressbooks-book[#1030](https://github.com/pressbooks/aetna/issues/1030) ([#37](https://github.com/pressbooks/aetna/issues/37)) ([f410b79](https://github.com/pressbooks/aetna/commit/f410b79e01ece00c2a8943b682efbe43b151ca6b))
* replace slash division with math.div ([#35](https://github.com/pressbooks/aetna/issues/35)) ([253b9be](https://github.com/pressbooks/aetna/commit/253b9bea27d5821e14ab17a508324717b1ff6341))

## [1.0.0](https://github.com/pressbooks/aetna/compare/1.0.0-alpha.18...1.0.0) (2022-08-19)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aetna",
"version": "1.0.0",
"version": "1.0.1",
"description": "Front-end style guide and pattern library for Pressbooks.",
"style": "assets/styles/aetna.scss",
"scripts": {
Expand All @@ -26,7 +26,9 @@
"pressbooks-build-tools": "^4.0.0"
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"eslintConfig": {
"extends": "./node_modules/pressbooks-build-tools/config/eslint.js"
Expand Down

0 comments on commit c133b9e

Please sign in to comment.