Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2019-06-17)

### Bug Fixes

* **babel:** remove obsolete babel config ([53846bf](53846bf))
* **deps:** remove tough-cookie resolution ([9dd9506](9dd9506))
* **deps:** update dependency apollo-link-context to v1.0.18 ([5449909](5449909))
* **deps:** update dependency ember-auto-import to v1.4.1 ([144e81c](144e81c))
* **deps:** update dependency ember-intl to v4 ([3536974](3536974))
* **form builder:** fix float inputs ([6c111e5](6c111e5))
* **intl:** update the ember-intl config to the latest version ([41522fa](41522fa))

### Features

* **form:** prevent displaying of empty forms ([5cbf7d3](5cbf7d3))
  • Loading branch information
semantic-release-bot committed Jun 17, 2019
1 parent b83b0bb commit 80e6c89
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.1.0](https://github.com/projectcaluma/ember-caluma/compare/v1.0.2...v1.1.0) (2019-06-17)


### Bug Fixes

* **babel:** remove obsolete babel config ([53846bf](https://github.com/projectcaluma/ember-caluma/commit/53846bf))
* **deps:** remove tough-cookie resolution ([9dd9506](https://github.com/projectcaluma/ember-caluma/commit/9dd9506))
* **deps:** update dependency apollo-link-context to v1.0.18 ([5449909](https://github.com/projectcaluma/ember-caluma/commit/5449909))
* **deps:** update dependency ember-auto-import to v1.4.1 ([144e81c](https://github.com/projectcaluma/ember-caluma/commit/144e81c))
* **deps:** update dependency ember-intl to v4 ([3536974](https://github.com/projectcaluma/ember-caluma/commit/3536974))
* **form builder:** fix float inputs ([6c111e5](https://github.com/projectcaluma/ember-caluma/commit/6c111e5))
* **intl:** update the ember-intl config to the latest version ([41522fa](https://github.com/projectcaluma/ember-caluma/commit/41522fa))


### Features

* **form:** prevent displaying of empty forms ([5cbf7d3](https://github.com/projectcaluma/ember-caluma/commit/5cbf7d3))

## [1.0.2](https://github.com/projectcaluma/ember-caluma/compare/v1.0.1...v1.0.2) (2019-06-13)


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-caluma",
"version": "1.0.2",
"version": "1.1.0",
"description": "The Ember.js addon for Caluma",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 80e6c89

Please sign in to comment.