diff --git a/CHANGELOG.md b/CHANGELOG.md index b5328d95..24e018fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + + + # [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) diff --git a/package.json b/package.json index 1c9d3d6b..0bba3231 100644 --- a/package.json +++ b/package.json @@ -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", @@ -126,4 +126,4 @@ "platforms": [ "android" ] -} +} \ No newline at end of file diff --git a/projects/core/package.json b/projects/core/package.json index f164c9da..ddd2d227 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -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", @@ -47,4 +47,4 @@ "url": "https://github.com/fivethree-team/fivethree/issues" }, "homepage": "https://github.com/fivethree-team/fivethree#readme" -} +} \ No newline at end of file