Skip to content

Commit

Permalink
chore(release): 1.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.9](v1.0.8...v1.0.9) (2024-06-21)

### Bug Fixes

* **#17:** adds scroll attribute to allow overflow content to be interactive ([78e36ba](78e36ba)), closes [#17](#17)

### Performance Improvements

* **scroll:** prevent content behind drawer scrolling when user scrolls the drawer content ([d88aa59](d88aa59))
  • Loading branch information
semantic-release-bot committed Jun 21, 2024
1 parent 5fba5ee commit 0205e85
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Semantic Release Automated Changelog

## [1.0.9](https://github.com/AlaskaAirlines/auro-drawer/compare/v1.0.8...v1.0.9) (2024-06-21)


### Bug Fixes

* **#17:** adds scroll attribute to allow overflow content to be interactive ([78e36ba](https://github.com/AlaskaAirlines/auro-drawer/commit/78e36ba277320d8c59b61e0480fa28324a43b25f)), closes [#17](https://github.com/AlaskaAirlines/auro-drawer/issues/17)


### Performance Improvements

* **scroll:** prevent content behind drawer scrolling when user scrolls the drawer content ([d88aa59](https://github.com/AlaskaAirlines/auro-drawer/commit/d88aa59387fb78d34f7ba10a38563a76dbd3e7f2))

## [1.0.8](https://github.com/AlaskaAirlines/auro-drawer/compare/v1.0.7...v1.0.8) (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.3.0/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.5/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-drawer@1.0.8/dist/auro-drawer__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-drawer@1.0.9/dist/auro-drawer__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-drawer",
"version": "1.0.8",
"version": "1.0.9",
"description": "auro-drawer HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0205e85

Please sign in to comment.