Skip to content

Commit

Permalink
chore(release): 11.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [@projectcaluma/ember-testing-v11.0.0-beta.6](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.5...@projectcaluma/ember-testing-v11.0.0-beta.6) (2022-04-07)

### Features

* **cf-field:** add optional hints for form fields ([d847fbf](d847fbf))
* **distribution:** enable completing the distribution ([beabe61](beabe61))

### BREAKING CHANGES

* **cf-field:** Question hints requires Caluma >= v7.15.0

Add option to create hints for certain question types. These
are displayed below the input field and can be used to provide
short, informative messages. Hints are available for all question
types except for form, static and action button questions.
  • Loading branch information
semantic-release-bot committed Apr 7, 2022
1 parent 45e7c69 commit a0ea0c3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [@projectcaluma/ember-testing-v11.0.0-beta.6](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.5...@projectcaluma/ember-testing-v11.0.0-beta.6) (2022-04-07)


### Features

* **cf-field:** add optional hints for form fields ([d847fbf](https://github.com/projectcaluma/ember-caluma/commit/d847fbffa376ea60971fb9e91aff8bf54ce77d50))
* **distribution:** enable completing the distribution ([beabe61](https://github.com/projectcaluma/ember-caluma/commit/beabe61bd34025c4785c1e1ba60c59babb3eb6ab))


### BREAKING CHANGES

* **cf-field:** Question hints requires Caluma >= v7.15.0

Add option to create hints for certain question types. These
are displayed below the input field and can be used to provide
short, informative messages. Hints are available for all question
types except for form, static and action button questions.

# [@projectcaluma/ember-testing-v11.0.0-beta.5](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.4...@projectcaluma/ember-testing-v11.0.0-beta.5) (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectcaluma/ember-testing",
"version": "11.0.0-beta.5",
"version": "11.0.0-beta.6",
"description": "Ember addon for testing with Caluma addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit a0ea0c3

Please sign in to comment.