Skip to content

Commit 6ff7faa

Browse files
committed
Release 11.0.3
1 parent d075c93 commit 6ff7faa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
4+
## v11.0.3 (2023-12-15)
5+
6+
#### :bug: Bug Fix
7+
* [#88](https://github.com/yappbox/yapp-scroll-view/pull/88) Avoid error when tearing down component if scrollViewElement is not set ([@lukemelia](https://github.com/lukemelia))
8+
9+
#### Committers: 1
10+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
11+
312
## v11.0.2 (2023-12-13)
413

514
## v11.0.1 (2023-12-11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yapp-scroll-view",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Ember Scrollling components using a Javascript scroller",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)