Skip to content

Commit 59fbe96

Browse files
chore(release): 3.0.2 [skip ci]
1 parent 275d193 commit 59fbe96

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [3.0.2](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v3.0.1...v3.0.2) (2022-12-01)
9+
10+
### Bug Fixes
11+
12+
- **deps:** update dependency compute-scroll-into-view to ^2.0.2 ([#1126](https://github.com/scroll-into-view/scroll-into-view-if-needed/issues/1126)) ([275d193](https://github.com/scroll-into-view/scroll-into-view-if-needed/commit/275d193614fb8e6ffc6986361ca6e1b22b06f1f6))
13+
- improve typings, reduce bundlesize ([2166404](https://github.com/scroll-into-view/scroll-into-view-if-needed/commit/216640426acb0844613b44a025ecc51003a9ba4d))
14+
815
## [3.0.1](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v3.0.0...v3.0.1) (2022-12-01)
916

1017
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scroll-into-view-if-needed",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center",
55
"keywords": [
66
"behavior-smooth",

0 commit comments

Comments
 (0)