Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-03-16)

### Bug Fixes

* put behind flag and deregister focus handler, max height/width of scrollbar ([0934ace](0934ace))
* unwrap element and remove classes on detach ([19330b8](19330b8))
* use only one default name for css-variables and classnames ([8fe862b](8fe862b))
  • Loading branch information
semantic-release-bot committed Mar 16, 2022
1 parent 8fe862b commit 3ac48fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.1](https://github.com/FRSOURCE/light-scrollbar/compare/v1.0.0...v1.0.1) (2022-03-16)


### Bug Fixes

* put behind flag and deregister focus handler, max height/width of scrollbar ([0934ace](https://github.com/FRSOURCE/light-scrollbar/commit/0934ace9a7c827ca241177964f3caa1a0bc532e9))
* unwrap element and remove classes on detach ([19330b8](https://github.com/FRSOURCE/light-scrollbar/commit/19330b862f98314fb572a169f1e346d3cfb4b214))
* use only one default name for css-variables and classnames ([8fe862b](https://github.com/FRSOURCE/light-scrollbar/commit/8fe862b4d2525226f60a666c08db71bc311c06fc))

# 1.0.0 (2022-03-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"dependencies": {
"@frsource/frs-hide-scrollbar": "^2.0.7"
},
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit 3ac48fb

Please sign in to comment.