Skip to content

Commit

Permalink
chore: bump version to 8.0.0-beta.1 w/ changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Jun 7, 2019
1 parent b5334c2 commit e71f531
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 8.0.0-beta.1 "Yemeni Foxtrot" (2019-06-07)


### Features

* **date-formatter:** update range dates formatter to show current year in some cases ([#137](https://github.com/positive-js/mosaic/issues/137)) ([fa5f15f](https://github.com/positive-js/mosaic/commit/fa5f15f))
* **datepicker:** date format finding ([#133](https://github.com/positive-js/mosaic/issues/133)) ([075c91d](https://github.com/positive-js/mosaic/commit/075c91d))
* **form-field:** formFieldWithoutBorder does not work in storybook ([#134](https://github.com/positive-js/mosaic/issues/134)) ([fe3df0f](https://github.com/positive-js/mosaic/commit/fe3df0f))
* **link:** Новые стили в links ([#183685](https://github.com/positive-js/mosaic/issues/183685)) ([#127](https://github.com/positive-js/mosaic/issues/127)) ([31d6b87](https://github.com/positive-js/mosaic/commit/31d6b87))
* **select:** PgDn and PgUp in selects ([#135](https://github.com/positive-js/mosaic/issues/135)) ([a024473](https://github.com/positive-js/mosaic/commit/a024473)), closes [#184327](https://github.com/positive-js/mosaic/issues/184327)
* upgrade to Angular 8 ([#138](https://github.com/positive-js/mosaic/issues/138)) ([b5334c2](https://github.com/positive-js/mosaic/commit/b5334c2))



# 1.0.0-beta.7 "Topo Restructuring" (2019-06-04)


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.0",
"version": "8.0.0-beta.1",
"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 e71f531

Please sign in to comment.