Skip to content

Commit 3e2d152

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2019-06-25) ### Bug Fixes * **deps:** update dependency ember-cli-string-helpers to v3 ([fc4d0c3](fc4d0c3)) * **deps:** update dependency ember-math-helpers to v2.11.2 ([13241bc](13241bc)) * **deps:** update dependency graphql-tools to v4.0.5 ([094f60c](094f60c)) * **deps:** update dependency sass to v1.22.0 ([4d94453](4d94453)) * **form:** add missing validation function for form questions ([c9a4a0f](c9a4a0f)) * **form:** fix answer handling of powerselect widget ([cb37130](cb37130)) * **form:** fix loading of subforms and improve error handling ([b47cd4d](b47cd4d)) * **form:** fix wrong answer when clicking checkboxes too fast ([8b8bc30](8b8bc30)) * **table:** allow tables to have documents as value ([017515f](017515f))
1 parent 3bb3b54 commit 3e2d152

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.2.2](https://github.com/projectcaluma/ember-caluma/compare/v1.2.1...v1.2.2) (2019-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency ember-cli-string-helpers to v3 ([fc4d0c3](https://github.com/projectcaluma/ember-caluma/commit/fc4d0c3))
7+
* **deps:** update dependency ember-math-helpers to v2.11.2 ([13241bc](https://github.com/projectcaluma/ember-caluma/commit/13241bc))
8+
* **deps:** update dependency graphql-tools to v4.0.5 ([094f60c](https://github.com/projectcaluma/ember-caluma/commit/094f60c))
9+
* **deps:** update dependency sass to v1.22.0 ([4d94453](https://github.com/projectcaluma/ember-caluma/commit/4d94453))
10+
* **form:** add missing validation function for form questions ([c9a4a0f](https://github.com/projectcaluma/ember-caluma/commit/c9a4a0f))
11+
* **form:** fix answer handling of powerselect widget ([cb37130](https://github.com/projectcaluma/ember-caluma/commit/cb37130))
12+
* **form:** fix loading of subforms and improve error handling ([b47cd4d](https://github.com/projectcaluma/ember-caluma/commit/b47cd4d))
13+
* **form:** fix wrong answer when clicking checkboxes too fast ([8b8bc30](https://github.com/projectcaluma/ember-caluma/commit/8b8bc30))
14+
* **table:** allow tables to have documents as value ([017515f](https://github.com/projectcaluma/ember-caluma/commit/017515f))
15+
116
## [1.2.1](https://github.com/projectcaluma/ember-caluma/compare/v1.2.0...v1.2.1) (2019-06-19)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-caluma",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "The Ember.js addon for Caluma",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)