Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 00bf626

Browse files
0.8.11
1 parent 669a6b7 commit 00bf626

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.8.11"></a>
2+
## [0.8.11](https://github.com/fivethree-team/component-library/compare/v0.8.9...v0.8.11) (2019-06-24)
3+
4+
5+
### Bug Fixes
6+
7+
* **dialog:** fix horizontal middle position animations ([4083f45](https://github.com/fivethree-team/component-library/commit/4083f45))
8+
* **refresher:** add content min-height ([4680e25](https://github.com/fivethree-team/component-library/commit/4680e25))
9+
* **refresher:** make touchmove listeners passive ([d10a227](https://github.com/fivethree-team/component-library/commit/d10a227))
10+
* **tests:** enable tests ([72c0f4b](https://github.com/fivethree-team/component-library/commit/72c0f4b))
11+
12+
13+
114
<a name="0.8.10"></a>
215
## [0.8.10](https://github.com/fivethree-team/component-library/compare/v0.8.9...v0.8.10) (2019-06-10)
316

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fivethree",
3-
"version": "0.8.10",
3+
"version": "0.8.11",
44
"author": "Fivethree Team",
55
"homepage": "https://fivethree.io/",
66
"description": "Fivethree Web Components",

Diff for: projects/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "0.8.10",
3+
"version": "0.8.11",
44
"description": "Fivethree Core Components",
55
"keywords": [
66
"fivethree",

0 commit comments

Comments
 (0)