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.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Dec 2, 2019
1 parent e3703ff commit 11048b0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 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.18](https://github.com/fivethree-team/fivethree/compare/v1.0.0-alpha.10...v1.0.0-alpha.18) (2019-12-02)


### Bug Fixes

* **gallery-image:** make thumbnail static ([4ce59b6](https://github.com/fivethree-team/fivethree/commit/4ce59b6))


### Features

* **feature-discovery:** add classes input to feature directive ([2fe1209](https://github.com/fivethree-team/fivethree/commit/2fe1209))
* **feature-discovery:** propagate click event ([2707ab6](https://github.com/fivethree-team/fivethree/commit/2707ab6))
* **icon:** disable animation for the component ([2d45f85](https://github.com/fivethree-team/fivethree/commit/2d45f85))
* **overlay:** content viewchild static true ([e3703ff](https://github.com/fivethree-team/fivethree/commit/e3703ff))
* **popover:** export popover component ([854bf07](https://github.com/fivethree-team/fivethree/commit/854bf07))



<a name="1.0.0-alpha.17"></a>
# [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)

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": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"author": "Fivethree Team",
"homepage": "https://fivethree.io/",
"description": "Fivethree Web Components",
Expand Down Expand Up @@ -126,4 +126,4 @@
"platforms": [
"android"
]
}
}
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fivethree/core",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "Fivethree Core Components",
"keywords": [
"fivethree",
Expand Down Expand Up @@ -47,4 +47,4 @@
"url": "https://github.com/fivethree-team/fivethree/issues"
},
"homepage": "https://github.com/fivethree-team/fivethree#readme"
}
}

0 comments on commit 11048b0

Please sign in to comment.