Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2021-03-22)

### Bug Fixes

* **checkbox:** set checkvalue according to passed data ([faa91b0](faa91b0))
* **form:** set constructionSurveyDept from config and make field readonly ([303ebbb](303ebbb))
* **linked-buildings:** dont transition to form if current route is linked-buildings ([5bdf9a7](5bdf9a7))
* **linked-table:** reload table if new project is added ([96ac1ff](96ac1ff))

### Features

* **building-search:** implement building search mask ([b52aab6](b52aab6))
* **buildings:** display linked buildings with ability to remove them ([5125df8](5125df8))
* **link-building:** add error handling ([1babd88](1babd88))
* **link-building:** add form modal for kindOfWork ([80cb62a](80cb62a))
* **link-building:** add update call to bind buildings ([aca5b21](aca5b21))
  • Loading branch information
semantic-release-bot committed Mar 22, 2021
1 parent 74fa404 commit 28099fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.5.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v1.4.1...v1.5.0) (2021-03-22)


### Bug Fixes

* **checkbox:** set checkvalue according to passed data ([faa91b0](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/faa91b0ffffca6176c8a9d2fc7fa4013aefb31c8))
* **form:** set constructionSurveyDept from config and make field readonly ([303ebbb](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/303ebbb138e27861ab0ca617484403b72ce0e826))
* **linked-buildings:** dont transition to form if current route is linked-buildings ([5bdf9a7](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/5bdf9a7812372017d072f0d35f61af4848089232))
* **linked-table:** reload table if new project is added ([96ac1ff](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/96ac1ff187587580b8a1392ea0942fce4e8b6bcf))


### Features

* **building-search:** implement building search mask ([b52aab6](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/b52aab67a385dfcdc3956f71a728d558d32272db))
* **buildings:** display linked buildings with ability to remove them ([5125df8](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/5125df8db941ff1d63fa9caae51574af218d52f0))
* **link-building:** add error handling ([1babd88](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/1babd884d3f8a06e9f8f13ed58948262ab319d17))
* **link-building:** add form modal for kindOfWork ([80cb62a](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/80cb62a7fa79ddfb3ea786820e9b3234eec6b9e6))
* **link-building:** add update call to bind buildings ([aca5b21](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/aca5b214452734906fc16b0d6ed76c7d56859359))

## [1.4.1](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v1.4.0...v1.4.1) (2021-03-10)


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": "ember-ebau-gwr",
"version": "1.4.1",
"version": "1.5.0",
"description": "Ember engine to integrate ebau-gwr into an ember app.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 28099fd

Please sign in to comment.