Skip to content

Commit

Permalink
chore: bump version to 8.0.0-beta.2 w/ changelog
Browse files Browse the repository at this point in the history
(cherry picked from commit 47bfbc1958be35e5931b797addc69707e07388c5)
  • Loading branch information
pimenovoleg committed Jun 11, 2019
1 parent ce408b5 commit 435b85b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 8.0.0-beta.2 "Unremitting Recalcitrance" (2019-06-11)


### Bug Fixes

* **autocomplete:** not emitting opened event if options come in after open ([16efa07](https://github.com/positive-js/mosaic/commit/16efa07))
* **radio:** label - maximum clickable area ([930669d](https://github.com/positive-js/mosaic/commit/930669d))
* **tags:** tags-list doesn't pick up wrapped div with Ivy ([0c45e93](https://github.com/positive-js/mosaic/commit/0c45e93))
* check npm login before build ([ce408b5](https://github.com/positive-js/mosaic/commit/ce408b5))


### Features

* **select:** select search cosmetic and behavior fixes ([#136](https://github.com/positive-js/mosaic/issues/136)) ([a25a60b](https://github.com/positive-js/mosaic/commit/a25a60b))



# 8.0.0-beta.1 "Yemeni Foxtrot" (2019-06-07)


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": "mosaic",
"version": "8.0.0-beta.1",
"version": "8.0.0-beta.2",
"description": "Components for Angular",
"homepage": "https://github.com/positive-js/mosaic",
"bugs": "https://github.com/positive-js/mosaic/issues",
Expand Down

0 comments on commit 435b85b

Please sign in to comment.