Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 1, 2022
1 parent 1e99c9b commit bcb43e4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v2.2.31...v3.0.0) (2022-12-01)

### ⚠ BREAKING CHANGES

- drops umd builds, and ships more modern syntax with ESM as baseline

### Bug Fixes

- **deps:** update dependency compute-scroll-into-view to v2 ([#1119](https://github.com/scroll-into-view/scroll-into-view-if-needed/issues/1119)) ([40ccca2](https://github.com/scroll-into-view/scroll-into-view-if-needed/commit/40ccca28236feec1453e52e4b9e3e6b28d8d9547))
- support node ESM ([#1120](https://github.com/scroll-into-view/scroll-into-view-if-needed/issues/1120)) ([8f48307](https://github.com/scroll-into-view/scroll-into-view-if-needed/commit/8f48307c364dfccd2f9cfb3a36dcb3120c07fc08))

## [2.2.31](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v2.2.30...v2.2.31) (2022-11-29)

### Bug Fixes
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-into-view-if-needed",
"version": "2.2.31",
"version": "3.0.0",
"description": "Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center",
"keywords": [
"behavior-smooth",
Expand Down

0 comments on commit bcb43e4

Please sign in to comment.