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

Commit

Permalink
1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Nov 13, 2019
1 parent ad0cf96 commit e3afc34
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.0.0-alpha.0](https://github.com/fivethree-team/fivethree/compare/v0.9.6...v1.0.0-alpha.0) (2019-11-13)


### Bug Fixes

* **feature-discovery:** export feature discovery component ([a8cf21b](https://github.com/fivethree-team/fivethree/commit/a8cf21b))


### Features

* **angular:** bump angular support to atleast 8.0.0 ([43d3ec7](https://github.com/fivethree-team/fivethree/commit/43d3ec7))
* **feature-discovery:** support ion-icon ([ea38118](https://github.com/fivethree-team/fivethree/commit/ea38118))
* **popover:** new popover ([e11c7b0](https://github.com/fivethree-team/fivethree/commit/e11c7b0))
* **popover:** new popover feature ([ad0cf96](https://github.com/fivethree-team/fivethree/commit/ad0cf96))
* **popover:** popover target and backdrop ([bcc62cb](https://github.com/fivethree-team/fivethree/commit/bcc62cb))



<a name="0.9.6"></a>

## [0.9.6](https://github.com/fivethree-team/component-library/compare/v0.9.5...v0.9.6) (2019-10-09)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fivethree/core",
"version": "0.9.6",
"version": "1.0.0-alpha.0",
"author": "Fivethree Team",
"homepage": "https://fivethree.io/",
"description": "Fivethree Web Components",
Expand Down Expand Up @@ -125,4 +125,4 @@
"platforms": [
"android"
]
}
}
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fivethree/core",
"version": "0.9.6",
"version": "1.0.0-alpha.0",
"description": "Fivethree Core Components",
"keywords": [
"fivethree",
Expand Down

0 comments on commit e3afc34

Please sign in to comment.