Skip to content

Commit 096b294

Browse files
committed
Release 11.0.5
1 parent 24c80fb commit 096b294

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22

33

4+
5+
## v11.0.5 (2023-12-21)
6+
7+
#### :bug: Bug Fix
8+
* [#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))
9+
10+
#### Committers: 2
11+
- Jason Bekolay ([@jasonbekolay](https://github.com/jasonbekolay))
12+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
13+
414
## v11.0.4 (2023-12-15)
515

616
## v11.0.3 (2023-12-15)

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.4",
3+
"version": "11.0.5",
44
"description": "Ember Scrollling components using a Javascript scroller",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)