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

Commit e3afc34

Browse files
committed
1.0.0-alpha.0
1 parent ad0cf96 commit e3afc34

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.0.0-alpha.0](https://github.com/fivethree-team/fivethree/compare/v0.9.6...v1.0.0-alpha.0) (2019-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **feature-discovery:** export feature discovery component ([a8cf21b](https://github.com/fivethree-team/fivethree/commit/a8cf21b))
7+
8+
9+
### Features
10+
11+
* **angular:** bump angular support to atleast 8.0.0 ([43d3ec7](https://github.com/fivethree-team/fivethree/commit/43d3ec7))
12+
* **feature-discovery:** support ion-icon ([ea38118](https://github.com/fivethree-team/fivethree/commit/ea38118))
13+
* **popover:** new popover ([e11c7b0](https://github.com/fivethree-team/fivethree/commit/e11c7b0))
14+
* **popover:** new popover feature ([ad0cf96](https://github.com/fivethree-team/fivethree/commit/ad0cf96))
15+
* **popover:** popover target and backdrop ([bcc62cb](https://github.com/fivethree-team/fivethree/commit/bcc62cb))
16+
17+
18+
119
<a name="0.9.6"></a>
220

321
## [0.9.6](https://github.com/fivethree-team/component-library/compare/v0.9.5...v0.9.6) (2019-10-09)

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": "0.9.6",
3+
"version": "1.0.0-alpha.0",
44
"author": "Fivethree Team",
55
"homepage": "https://fivethree.io/",
66
"description": "Fivethree Web Components",
@@ -125,4 +125,4 @@
125125
"platforms": [
126126
"android"
127127
]
128-
}
128+
}

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.9.6",
3+
"version": "1.0.0-alpha.0",
44
"description": "Fivethree Core Components",
55
"keywords": [
66
"fivethree",

0 commit comments

Comments
 (0)