Skip to content

Commit 5ff3ebb

Browse files
chore(release): 1.0.18 [skip ci]
1 parent 6c3ae67 commit 5ff3ebb

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- markdownlint-disable --><!-- textlint-disable -->
2+
3+
# 📓 Changelog
4+
5+
All notable changes to this project will be documented in this file. See
6+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7+
8+
## [1.0.18](https://github.com/scroll-into-view/compute-scroll-into-view/compare/v1.0.17...v1.0.18) (2022-11-29)
9+
10+
### Bug Fixes
11+
12+
- **#833:** ship `pkg.exports` and `type: module` ([5c09a37](https://github.com/scroll-into-view/compute-scroll-into-view/commit/5c09a377025860912bdca9097713d3c62d80880f)), closes [#833](https://github.com/scroll-into-view/compute-scroll-into-view/issues/833)
13+
- correct scroll distance when frame in a scaled box ([#705](https://github.com/scroll-into-view/compute-scroll-into-view/issues/705)) ([c99d96a](https://github.com/scroll-into-view/compute-scroll-into-view/commit/c99d96a061d27aaf5c90e5871a9f3e3f15cf3bd5))
14+
- moved repo to `scroll-into-view` org ([e2de468](https://github.com/scroll-into-view/compute-scroll-into-view/commit/e2de4688f21b049c4fd75d8bf85743ed217e9f51))

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Cody Olsen
3+
Copyright (c) 2022 Cody Olsen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compute-scroll-into-view",
3-
"version": "0.1.0",
3+
"version": "1.0.18",
44
"description": "The engine that powers scroll-into-view-if-needed",
55
"keywords": [
66
"if-needed",

0 commit comments

Comments
 (0)