Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2021-10-01)

### Bug Fixes

* **client:** correct fields on client model ([8339e91](8339e91))
* **client:** ensure client identification type is set correctly ([7d11198](7d11198))
* **entrance:** ensure entrance & street are within same locality ([d88b91d](d88b91d))
* **life-cycles:** correct life cycle error links for camac-ng ([0c3f1c6](0c3f1c6))
* **model-form:** bump ember-validated-form to v4.1.0 to fix on-update issue ([2752b23](2752b23))
* **model-form:** fix merge conflict issue ([aaeb372](aaeb372))
* **model-form:** read dates as date objects instead of strings ([34a525e](34a525e))
* **project:** differentiate swiss and foreign client addresses ([6a69d14](6a69d14))
* **realestate-identification:** remove unused (ignored) fields ([bf94133](bf94133))
* **translation:** change field label of energy source field ([93740aa](93740aa))
* **ui:** minor bugfixes and changes ([4bdfe3c](4bdfe3c))

### Features

* **dwelling:** show complete entrance address in dwelling form ([f842502](f842502))
* **header:** add info for deleting fields ([1a53df2](1a53df2))
* **model-form:** complete validations on models ([6c443af](6c443af))
* **project:** alert user about missing buildings on superstructure projects ([caea071](caea071))
  • Loading branch information
semantic-release-bot committed Oct 1, 2021
1 parent 840e6bf commit 63cc1a8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [3.1.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v3.0.0...v3.1.0) (2021-10-01)


### Bug Fixes

* **client:** correct fields on client model ([8339e91](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/8339e91bf744658cf50fac1a1339102ad42fdd35))
* **client:** ensure client identification type is set correctly ([7d11198](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/7d11198026fe612d92afcfc4cd03f9a015bf0d71))
* **entrance:** ensure entrance & street are within same locality ([d88b91d](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/d88b91d5d5a8138535e2a50d6eed4f4c9ee1d079))
* **life-cycles:** correct life cycle error links for camac-ng ([0c3f1c6](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/0c3f1c6dc14cca1fbbb75dd52880e5b786d22611))
* **model-form:** bump ember-validated-form to v4.1.0 to fix on-update issue ([2752b23](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/2752b23260d4903c44dc989650e92fb6ad93baa2))
* **model-form:** fix merge conflict issue ([aaeb372](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/aaeb372ae6965db89209326d4cb5382df3d28070))
* **model-form:** read dates as date objects instead of strings ([34a525e](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/34a525e9145e2f0270751ba4a295b9c1ca7990cb))
* **project:** differentiate swiss and foreign client addresses ([6a69d14](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/6a69d14492481ace39455b1c6870a91573640974))
* **realestate-identification:** remove unused (ignored) fields ([bf94133](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/bf94133029dbf7e08a9c7dc93af87be8920d4397))
* **translation:** change field label of energy source field ([93740aa](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/93740aa6ff5648cff5e2b2459c9a839b9f546676))
* **ui:** minor bugfixes and changes ([4bdfe3c](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/4bdfe3cc8525283ae819bfe45d897a8629210cae))


### Features

* **dwelling:** show complete entrance address in dwelling form ([f842502](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/f84250296527a4511e421f5b38f80470dd679882))
* **header:** add info for deleting fields ([1a53df2](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/1a53df25cd11f86ac4cc8de909d53c00c50da00f))
* **model-form:** complete validations on models ([6c443af](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/6c443af41714276468cba0bd4c358b031d6c5f0c))
* **project:** alert user about missing buildings on superstructure projects ([caea071](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/caea07138041cc06fc0871faeba8f05b8aec88bc))

# [3.0.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v2.7.1...v3.0.0) (2021-09-28)


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

0 comments on commit 63cc1a8

Please sign in to comment.