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

Commit

Permalink
release 1.0.0@alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed Nov 15, 2019
1 parent 10ae219 commit 1a568ac
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.0.0-alpha.1"></a>
# [1.0.0-alpha.1](https://github.com/fivethree-team/component-library/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2019-11-15)


### Features

* **popover:** animations, scroll and resize handling ([21a1102](https://github.com/fivethree-team/component-library/commit/21a1102))
* **popover:** force positioning ([10ae219](https://github.com/fivethree-team/component-library/commit/10ae219))



# [1.0.0-alpha.0](https://github.com/fivethree-team/fivethree/compare/v0.9.6...v1.0.0-alpha.0) (2019-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fivethree/core",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"author": "Fivethree Team",
"homepage": "https://fivethree.io/",
"description": "Fivethree Web Components",
Expand Down
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.0",
"version": "1.0.0-alpha.1",
"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"
}
}
2 changes: 1 addition & 1 deletion projects/core/src/lib/popover/popover-element.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class PopoverElementDirective implements AfterViewInit {
open() {
this.show = true;
}
hide() {
close() {
this.show = false;
}

Expand Down

0 comments on commit 1a568ac

Please sign in to comment.