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

Commit 11048b0

Browse files
committed
1.0.0-alpha.18
1 parent e3703ff commit 11048b0

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.0.0-alpha.18](https://github.com/fivethree-team/fivethree/compare/v1.0.0-alpha.10...v1.0.0-alpha.18) (2019-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **gallery-image:** make thumbnail static ([4ce59b6](https://github.com/fivethree-team/fivethree/commit/4ce59b6))
7+
8+
9+
### Features
10+
11+
* **feature-discovery:** add classes input to feature directive ([2fe1209](https://github.com/fivethree-team/fivethree/commit/2fe1209))
12+
* **feature-discovery:** propagate click event ([2707ab6](https://github.com/fivethree-team/fivethree/commit/2707ab6))
13+
* **icon:** disable animation for the component ([2d45f85](https://github.com/fivethree-team/fivethree/commit/2d45f85))
14+
* **overlay:** content viewchild static true ([e3703ff](https://github.com/fivethree-team/fivethree/commit/e3703ff))
15+
* **popover:** export popover component ([854bf07](https://github.com/fivethree-team/fivethree/commit/854bf07))
16+
17+
18+
119
<a name="1.0.0-alpha.17"></a>
220
# [1.0.0-alpha.17](https://github.com/fivethree-team/component-library/compare/v1.0.0-alpha.10...v1.0.0-alpha.17) (2019-12-01)
321

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"author": "Fivethree Team",
55
"homepage": "https://fivethree.io/",
66
"description": "Fivethree Web Components",
@@ -126,4 +126,4 @@
126126
"platforms": [
127127
"android"
128128
]
129-
}
129+
}

Diff for: projects/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"description": "Fivethree Core Components",
55
"keywords": [
66
"fivethree",
@@ -47,4 +47,4 @@
4747
"url": "https://github.com/fivethree-team/fivethree/issues"
4848
},
4949
"homepage": "https://github.com/fivethree-team/fivethree#readme"
50-
}
50+
}

0 commit comments

Comments
 (0)