Skip to content

Commit

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

### Bug Fixes

* **deps:** remove dependency to liquid-fire ([d0d7d60](d0d7d60))
* **deps:** update dependency ember-auto-import to v1.4.0 ([5a86384](5a86384))
* **deps:** update dependency ember-changeset to v2.1.2 ([b2c2e95](b2c2e95))
* **deps:** update dependency ember-concurrency to v1 ([e29c588](e29c588))
* **deps:** update dependency ember-uikit to v0.8.2 ([4990142](4990142))
* **deps:** update dependency sass to v1.21.0 ([ea032d5](ea032d5))
* **form:** improve initial loading performance ([fa4046b](fa4046b))
* **linting:** fix linting error happening since the prettier update ([9d61840](9d61840))
* **table-date:** correctly render date questions in table rows ([b07aa82](b07aa82))
  • Loading branch information
semantic-release-bot committed Jun 13, 2019
1 parent b07aa82 commit 362b428
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.2](https://github.com/projectcaluma/ember-caluma/compare/v1.0.1...v1.0.2) (2019-06-13)


### Bug Fixes

* **deps:** remove dependency to liquid-fire ([d0d7d60](https://github.com/projectcaluma/ember-caluma/commit/d0d7d60))
* **deps:** update dependency ember-auto-import to v1.4.0 ([5a86384](https://github.com/projectcaluma/ember-caluma/commit/5a86384))
* **deps:** update dependency ember-changeset to v2.1.2 ([b2c2e95](https://github.com/projectcaluma/ember-caluma/commit/b2c2e95))
* **deps:** update dependency ember-concurrency to v1 ([e29c588](https://github.com/projectcaluma/ember-caluma/commit/e29c588))
* **deps:** update dependency ember-uikit to v0.8.2 ([4990142](https://github.com/projectcaluma/ember-caluma/commit/4990142))
* **deps:** update dependency sass to v1.21.0 ([ea032d5](https://github.com/projectcaluma/ember-caluma/commit/ea032d5))
* **form:** improve initial loading performance ([fa4046b](https://github.com/projectcaluma/ember-caluma/commit/fa4046b))
* **linting:** fix linting error happening since the prettier update ([9d61840](https://github.com/projectcaluma/ember-caluma/commit/9d61840))
* **table-date:** correctly render date questions in table rows ([b07aa82](https://github.com/projectcaluma/ember-caluma/commit/b07aa82))

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


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

0 comments on commit 362b428

Please sign in to comment.