Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2021-06-08)

### Bug Fixes

* **building:** new the API does not always deliver a street object for the entrance list ([b7d7770](b7d7770))
* **building:** on creation, set a dummy entrance with the current municipality ([468a6a9](468a6a9))
* **checkbox:** set value instead of checked on input ([559a9e8](559a9e8))

### Features

* **building:** add heating forms ([7029054](7029054))
* **building:** add update form for buildings for simple fields ([f49c637](f49c637))
* **building:** buildings can be created and kindOfWork can be updated ([1745f9b](1745f9b))
* **models:** add building related models ([71befeb](71befeb))
  • Loading branch information
semantic-release-bot committed Jun 8, 2021
1 parent caec819 commit 3a6029e
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 @@
# [2.1.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v2.0.1...v2.1.0) (2021-06-08)


### Bug Fixes

* **building:** new the API does not always deliver a street object for the entrance list ([b7d7770](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/b7d77700c443be6ff7ba8dcd98b00db53c80eae9))
* **building:** on creation, set a dummy entrance with the current municipality ([468a6a9](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/468a6a9dc2b2954b7e6b2e0c96a60da37766bdee))
* **checkbox:** set value instead of checked on input ([559a9e8](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/559a9e8402acb3dbdf15c5f3d5e8602c84040589))


### Features

* **building:** add heating forms ([7029054](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/7029054e4f859124a470445949fb3dd5a34816bf))
* **building:** add update form for buildings for simple fields ([f49c637](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/f49c63788cf0881f606821be34f418113a2b3e72))
* **building:** buildings can be created and kindOfWork can be updated ([1745f9b](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/1745f9b0157a622b8c86f72a32eeeb0dbd0d940b))
* **models:** add building related models ([71befeb](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/71befeb03846ebbcc33638725c3f4b5c4edbc92c))

## [2.0.1](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v2.0.0...v2.0.1) (2021-05-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": "2.0.1",
"version": "2.1.0",
"description": "Ember engine to integrate ebau-gwr into an ember app.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 3a6029e

Please sign in to comment.